Skip to content

Commit c4875d7

Browse files
authored
Merge pull request #1859 from polywrap/origin-0.11-dev
Prep Origin 0.11.2
2 parents 20e0000 + 24f517e commit c4875d7

File tree

31 files changed

+326
-356
lines changed

31 files changed

+326
-356
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Polywrap Origin (0.11.2)
2+
## Bugs
3+
**`@polywrap/templates`:**
4+
* [PR-1855](https://github.com/polywrap/cli/pull/1855) **Update TypeScript App Codegen**
5+
* [PR-1858](https://github.com/polywrap/cli/pull/1858) **Update Client Version**
6+
17
# Polywrap Origin (0.11.1)
28
## Bugs
39
**`polywrap` CLI:**

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.1
1+
0.11.2

WRAP_TEST_HARNESS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chore/latest-rust-wrap-bindings
1+
master

packages/cli/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@
4343
"@ethersproject/providers": "5.6.8",
4444
"@ethersproject/wallet": "5.6.2",
4545
"@formatjs/intl": "1.8.2",
46-
"@polywrap/asyncify-js": "0.12.0",
47-
"@polywrap/client-config-builder-js": "0.12.0",
48-
"@polywrap/client-js": "0.12.0",
49-
"@polywrap/core-js": "0.12.0",
46+
"@polywrap/asyncify-js": "~0.12.0",
47+
"@polywrap/client-config-builder-js": "~0.12.0",
48+
"@polywrap/client-js": "~0.12.0",
49+
"@polywrap/core-js": "~0.12.0",
5050
"@polywrap/ethereum-wallet-js": "~0.1.0",
5151
"@polywrap/logging-js": "0.11.1",
5252
"@polywrap/os-js": "0.11.1",
5353
"@polywrap/polywrap-manifest-types-js": "0.11.1",
54-
"@polywrap/result": "0.12.0",
54+
"@polywrap/result": "~0.12.0",
5555
"@polywrap/schema-bind": "0.11.1",
5656
"@polywrap/schema-compose": "0.11.1",
5757
"@polywrap/schema-parse": "0.11.1",
58-
"@polywrap/sys-config-bundle-js": "0.12.0",
59-
"@polywrap/uri-resolver-extensions-js": "0.12.0",
60-
"@polywrap/uri-resolvers-js": "0.12.0",
61-
"@polywrap/wasm-js": "0.12.0",
62-
"@polywrap/web3-config-bundle-js": "0.12.0",
63-
"@polywrap/wrap-manifest-types-js": "0.12.0",
58+
"@polywrap/sys-config-bundle-js": "~0.12.0",
59+
"@polywrap/uri-resolver-extensions-js": "~0.12.0",
60+
"@polywrap/uri-resolvers-js": "~0.12.0",
61+
"@polywrap/wasm-js": "~0.12.0",
62+
"@polywrap/web3-config-bundle-js": "~0.12.0",
63+
"@polywrap/wrap-manifest-types-js": "~0.12.0",
6464
"axios": "0.21.2",
6565
"chalk": "4.1.0",
6666
"chokidar": "3.5.1",

packages/cli/src/lib/defaults/infra-modules/http/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "MIT",
1414
"dependencies": {
15-
"@polywrap/msgpack-js": "0.9.3",
15+
"@polywrap/msgpack-js": "~0.12.0",
1616
"@types/multer": "1.4.7",
1717
"dotenv": "8.6.0",
1818
"express": "4.18.1",

packages/js/validation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"dependencies": {
2121
"@polywrap/schema-compose": "0.11.1",
22-
"@polywrap/wrap-manifest-types-js": "0.12.0"
22+
"@polywrap/wrap-manifest-types-js": "~0.12.0"
2323
},
2424
"devDependencies": {
25-
"@polywrap/msgpack-js": "0.10.0",
25+
"@polywrap/msgpack-js": "~0.12.0",
2626
"@polywrap/os-js": "0.11.1",
2727
"@types/jest": "26.0.8",
2828
"jest": "26.6.3",

packages/schema/bind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"copy:templates": "copyfiles -u 1 src/**/*.mustache build/"
2020
},
2121
"dependencies": {
22-
"@polywrap/client-js": "0.12.0",
22+
"@polywrap/client-js": "~0.12.0",
2323
"@polywrap/os-js": "0.11.1",
2424
"@polywrap/schema-parse": "0.11.1",
25-
"@polywrap/wrap-manifest-types-js": "0.12.0",
25+
"@polywrap/wrap-manifest-types-js": "~0.12.0",
2626
"mustache": "4.0.1"
2727
},
2828
"devDependencies": {

packages/schema/bind/src/bindings/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function getGenerateBindingFn(
4343
);
4444
case "app-ts":
4545
return WrapBindgen.getGenerateBindingFn(
46-
"https://github.com/polywrap/wrap-abi-bindgen/tree/wrap-0.1/implementations/app-typescript"
46+
"https://github.com/polywrap/wrap-abi-bindgen/tree/nk/ts-app-codegen/implementations/app-typescript"
4747
);
4848
default:
4949
throw Error(`Error: Language binding unsupported - ${bindLanguage}`);

packages/schema/compose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@polywrap/schema-parse": "0.11.1",
22-
"@polywrap/wrap-manifest-types-js": "0.12.0",
22+
"@polywrap/wrap-manifest-types-js": "~0.12.0",
2323
"graphql": "15.5.0",
2424
"mustache": "4.0.1"
2525
},

packages/schema/parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@dorgjelli/graphql-schema-cycles": "1.1.4",
22-
"@polywrap/wrap-manifest-types-js": "0.12.0",
22+
"@polywrap/wrap-manifest-types-js": "~0.12.0",
2323
"graphql": "15.5.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)