diff --git a/hygiene/package.json b/hygiene/package.json index 6c62cacb..fd5a1dd3 100644 --- a/hygiene/package.json +++ b/hygiene/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/hygiene", - "version": "0.7.0", + "version": "0.7.3", "main": "dist/ts/index.js", "typings": "dist/ts/index.d.ts", "license": "BSD-3-Clause", @@ -14,7 +14,7 @@ "typescript": "^3.4.4" }, "dependencies": { - "@stopify/util": "0.7.0", + "@stopify/util": "0.7.3", "babel-core": "^6.26.3", "babel-traverse": "^6.26.0", "babel-types": "^6.26.0", diff --git a/normalize-js/package.json b/normalize-js/package.json index 23a8c07d..e39a69ed 100644 --- a/normalize-js/package.json +++ b/normalize-js/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/normalize-js", - "version": "0.7.1", + "version": "0.7.3", "description": "An ANF-inspired normalization of JavaScript", "main": "dist/ts/index", "typings": "dist/ts/index", @@ -53,8 +53,8 @@ "source-map": "^0.6.0", "source-map-support": "^0.5.6", "trie": "^0.2.1", - "@stopify/util": "0.7.0", - "@stopify/hygiene": "0.7.0" + "@stopify/util": "0.7.3", + "@stopify/hygiene": "0.7.3" }, "jest": { "roots": [ diff --git a/stopify-continuations-compiler/package.json b/stopify-continuations-compiler/package.json index 51bc959c..b9da476c 100644 --- a/stopify-continuations-compiler/package.json +++ b/stopify-continuations-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/continuations", - "version": "0.7.1", + "version": "0.7.3", "description": "Continuations for JavaScript", "main": "dist/src/index", "typings": "dist/src/index", @@ -19,7 +19,7 @@ "jest": "^24.7.1", "typescript": "^3.4.4", "webpack": "^3.10.0", - "@stopify/continuations-runtime": "0.7.1" + "@stopify/continuations-runtime": "0.7.3" }, "scripts": { "build": "./bin/build", @@ -40,8 +40,8 @@ ], "license": "BSD-3-Clause", "dependencies": { - "@stopify/normalize-js": "0.7.0", - "@stopify/util": "0.7.0", + "@stopify/normalize-js": "0.7.3", + "@stopify/util": "0.7.3", "babel-core": "^6.26.3", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "babel-traverse": "^6.26.0", diff --git a/stopify-continuations/package.json b/stopify-continuations/package.json index b107e2a1..16b3f826 100644 --- a/stopify-continuations/package.json +++ b/stopify-continuations/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/continuations-runtime", - "version": "0.7.1", + "version": "0.7.3", "description": "Continuation Runtime", "main": "dist/src/index", "typings": "dist/src/index", diff --git a/stopify-estimators/package.json b/stopify-estimators/package.json index e8adaf0e..6ccc9fed 100644 --- a/stopify-estimators/package.json +++ b/stopify-estimators/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/estimators", - "version": "0.7.0", + "version": "0.7.3", "description": "Elapsed-time estimators for JavaScript", "main": "dist/src/elapsedTimeEstimator", "typings": "dist/src/elapsedTimeEstimator", diff --git a/stopify-higher-order-functions/package.json b/stopify-higher-order-functions/package.json index 267800c1..0513aee1 100644 --- a/stopify-higher-order-functions/package.json +++ b/stopify-higher-order-functions/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/higher-order-functions", - "version": "0.7.1", + "version": "0.7.3", "description": "A polyfill for higher-order functions that are compatible with Stopify", "main": "dist/ts/index", "typings": "dist/ts/index", diff --git a/stopify/package.json b/stopify/package.json index b30e44f9..3534dc3f 100644 --- a/stopify/package.json +++ b/stopify/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/stopify", - "version": "0.7.2", + "version": "0.7.3", "description": "Stopify makes JavaScript a better target language for high-level languages and web-based programming tools", "main": "dist/src/index.js", "typings": "dist/src/index", @@ -54,12 +54,12 @@ ], "license": "BSD-3-Clause", "dependencies": { - "@stopify/continuations": "0.7.1", - "@stopify/continuations-runtime": "0.7.1", - "@stopify/estimators": "0.7.0", - "@stopify/hygiene": "0.7.0", - "@stopify/normalize-js": "0.7.0", - "@stopify/util": "0.7.0", + "@stopify/continuations": "0.7.3", + "@stopify/continuations-runtime": "0.7.3", + "@stopify/estimators": "0.7.3", + "@stopify/hygiene": "0.7.3", + "@stopify/normalize-js": "0.7.3", + "@stopify/util": "0.7.3", "babel-core": "^6.26.3", "babel-loader": "^7.1.2", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", diff --git a/util/package.json b/util/package.json index 4182ca48..29010ffa 100644 --- a/util/package.json +++ b/util/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/util", - "version": "0.7.0", + "version": "0.7.3", "main": "dist/ts/index.js", "typings": "dist/ts/index.d.ts", "license": "BSD-3-Clause",