Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
YardenPorat committed Feb 1, 2023
1 parent f27e235 commit 13191f2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"npmClient": "npm",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/isomorphic-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/isomorphic-worker",
"version": "1.0.7",
"version": "1.0.8",
"description": "simplified cross worker API for web workers and worker threads",
"homepage": "https://github.com/wixplosives/isomorphic-worker",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-both/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/isomorphic-worker-tests-both",
"version": "1.0.7",
"version": "1.0.8",
"scripts": {
"test": "run-s test:browser test:node",
"test:browser": "mocha-play \"dist/*.test.browser.js\" -c ./webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-browser-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/isomorphic-worker-tests-browser-esm",
"version": "1.0.7",
"version": "1.0.8",
"type": "module",
"scripts": {
"test": "npm run test:browser",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/isomorphic-worker-tests-node",
"version": "1.0.7",
"version": "1.0.8",
"scripts": {
"test": "npm run test:node",
"test:node": "mocha \"dist/*.test.node.js\""
Expand Down

0 comments on commit 13191f2

Please sign in to comment.