Skip to content

Commit

Permalink
core/version 14.2.0
Browse files Browse the repository at this point in the history
- integrate with snow (#462)
  • Loading branch information
weizman committed Jun 22, 2023
1 parent f204e84 commit a2fb54e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"convert-source-map": "^1.9.0",
"duplexify": "^4.1.1",
"json-stable-stringify": "^1.0.1",
"lavamoat-core": "^14.1.1",
"lavamoat-core": "^14.2.0",
"pify": "^4.0.1",
"readable-stream": "^3.6.0",
"source-map": "^0.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lavamoat-core",
"version": "14.1.1",
"version": "14.2.0",
"description": "LavaMoat kernel and utils",
"main": "src/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lavapack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"combine-source-map": "^0.8.0",
"convert-source-map": "^2.0.0",
"json-stable-stringify": "^1.0.2",
"lavamoat-core": "^14.1.1",
"lavamoat-core": "^14.2.0",
"readable-stream": "^3.6.0",
"through2": "^4.0.2",
"umd": "^3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bindings": "^1.5.0",
"htmlescape": "^1.1.1",
"json-stable-stringify": "^1.0.2",
"lavamoat-core": "^14.1.1",
"lavamoat-core": "^14.2.0",
"lavamoat-tofu": "^6.0.2",
"node-gyp-build": "^4.6.0",
"resolve": "^1.22.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/viz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"version": "6.0.9",
"dependencies": {
"lavamoat-core": "^14.1.1",
"lavamoat-core": "^14.2.0",
"ncp": "^2.0.0",
"open": "^7.0.3",
"pify": "^4.0.1",
Expand Down

0 comments on commit a2fb54e

Please sign in to comment.