From 78ee2be42812592fd6c1cd3f75f3d986a6855989 Mon Sep 17 00:00:00 2001 From: Chris Blappert Date: Tue, 31 Jul 2018 19:07:06 -0700 Subject: [PATCH] Prepack weekly release v0.2.46 Summary: - Bugfixes, refactors - extended use of simplification to prepack more code - improved shape modeling - Added ability to materialize objects without havocing - new `--reproUnconditionally` and `--reproOnFatal` options in Prepack - creates zip file with all files needed to debug the failure - creates `repro.sh` script that can open Nuclide debugger, pre-populating the original arguments causing the failure Reviewed By: NTillmann Differential Revision: D9101750 fbshipit-source-id: c7a2a7fc1c7814f02937f786df01ec3cb8effe4e --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dc64b861d..291cc1dc7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.46-alpha.0", + "version": "0.2.46", "description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.", "homepage": "https://github.com/facebook/prepack", "repository": {