Skip to content

Commit ee5db64

Browse files
committed
chore: fix local package linking
1 parent 79ba30f commit ee5db64

8 files changed

Lines changed: 213 additions & 73 deletions

File tree

lerna.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "independent",
5-
"command": {
6-
"publish": {
7-
"ignoreChanges": [
8-
"templates-*"
9-
]
10-
}
11-
}
4+
"version": "independent"
125
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
},
1515
"scripts": {
16-
"reset": "yarn clean && yarn && yarn build",
16+
"reset": "yarn clean && (yarn || yarn || yarn) && yarn build",
1717
"clean": "npx rimraf ./**/node_modules ./**/yarn.lock ./**/build ./**/coverage ./**/.polywrap",
1818
"install:test-wrappers": "lerna run generate:wrappers --scope @polywrap/test-cases",
1919
"build": "yarn build:core && yarn build:config && yarn build:core:client && yarn build:client && yarn install:test-wrappers",

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"@polywrap/wrap-manifest-types-js": "0.10.1"
3636
},
3737
"devDependencies": {
38-
"@polywrap/cli-js": "0.10.0",
38+
"@polywrap/cli-js": "~0.10.0",
3939
"@polywrap/test-cases": "0.10.1",
4040
"@types/jest": "29.5.0",
4141
"@types/prettier": "2.6.0",
4242
"@types/uuid": "8.3.0",
4343
"bignumber.js": "9.0.2",
4444
"doc-snippets": "~1.0.0",
4545
"jest": "29.5.0",
46-
"polywrap": "0.10.0",
46+
"polywrap": "~0.10.0",
4747
"rimraf": "3.0.2",
4848
"ts-jest": "29.1.0",
4949
"ts-loader": "8.0.17",

packages/manifests/wrap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
},
1717
"dependencies": {
1818
"@apidevtools/json-schema-ref-parser": "9.0.9",
19+
"@polywrap/msgpack-js": "0.10.1",
1920
"jsonschema": "1.4.0",
2021
"semver": "7.5.0"
2122
},
2223
"devDependencies": {
23-
"@polywrap/msgpack-js": "0.10.1",
24-
"@polywrap/os-js": "0.10.0",
25-
"@polywrap/wrap-manifest-schemas": "0.9.3",
24+
"@polywrap/os-js": "~0.10.0",
25+
"@polywrap/wrap-manifest-schemas": "0.9.7",
2626
"@types/jest": "29.5.0",
2727
"@types/mustache": "4.0.1",
2828
"@types/prettier": "2.6.0",

packages/test-cases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"generate:wrappers": "ts-node -e \"import { fetchWrappers } from './'; (async () => await fetchWrappers())()\""
1717
},
1818
"dependencies": {
19-
"@polywrap/os-js": "0.10.0"
19+
"@polywrap/os-js": "~0.10.0"
2020
},
2121
"devDependencies": {
2222
"@types/adm-zip": "0.5.0",

packages/uri-resolver-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@polywrap/wrap-manifest-types-js": "0.10.1"
3030
},
3131
"devDependencies": {
32-
"@polywrap/cli-js": "0.10.0",
32+
"@polywrap/cli-js": "~0.10.0",
3333
"@polywrap/core-client-js": "0.10.1",
3434
"@polywrap/plugin-js": "0.10.1",
3535
"@polywrap/test-cases": "0.10.1",

packages/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@polywrap/core-js": "0.10.x"
3030
},
3131
"devDependencies": {
32-
"@polywrap/cli-js": "0.10.0",
32+
"@polywrap/cli-js": "~0.10.0",
3333
"@polywrap/test-cases": "0.10.1",
3434
"@types/jest": "29.5.0",
3535
"jest": "29.5.0",

yarn.lock

Lines changed: 203 additions & 56 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)