Skip to content

Commit c900cf5

Browse files
authored
Merge pull request #1917 from polywrap-release-forks/release/origin-0.12.1
Polywrap Origin (0.12.1)
2 parents fff1b2e + 808ba98 commit c900cf5

File tree

20 files changed

+48
-48
lines changed

20 files changed

+48
-48
lines changed

packages/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "polywrap",
33
"description": "Polywrap CLI",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -51,13 +51,13 @@
5151
"@polywrap/client-js": "~0.12.0",
5252
"@polywrap/core-js": "~0.12.0",
5353
"@polywrap/ethereum-wallet-js": "~0.1.0",
54-
"@polywrap/logging-js": "0.12.0",
55-
"@polywrap/os-js": "0.12.0",
56-
"@polywrap/polywrap-manifest-types-js": "0.12.0",
54+
"@polywrap/logging-js": "0.12.1",
55+
"@polywrap/os-js": "0.12.1",
56+
"@polywrap/polywrap-manifest-types-js": "0.12.1",
5757
"@polywrap/result": "~0.12.0",
58-
"@polywrap/schema-bind": "0.12.0",
59-
"@polywrap/schema-compose": "0.12.0",
60-
"@polywrap/schema-parse": "0.12.0",
58+
"@polywrap/schema-bind": "0.12.1",
59+
"@polywrap/schema-compose": "0.12.1",
60+
"@polywrap/schema-parse": "0.12.1",
6161
"@polywrap/sys-config-bundle-js": "~0.12.0",
6262
"@polywrap/uri-resolver-extensions-js": "~0.12.0",
6363
"@polywrap/uri-resolvers-js": "~0.12.0",
@@ -86,7 +86,7 @@
8686
"yesno": "0.4.0"
8787
},
8888
"devDependencies": {
89-
"@polywrap/cli-js": "0.12.0",
89+
"@polywrap/cli-js": "0.12.1",
9090
"@types/copyfiles": "2.4.0",
9191
"@types/fs-extra": "9.0.12",
9292
"@types/jest": "26.0.8",

packages/js/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/cli-js",
33
"description": "Programmatically execute the Polywrap CLI",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -17,7 +17,7 @@
1717
"test": "jest --passWithNoTests --runInBand --detectOpenHandles --verbose"
1818
},
1919
"dependencies": {
20-
"polywrap": "0.12.0",
20+
"polywrap": "0.12.1",
2121
"spawn-command": "0.0.2-1"
2222
},
2323
"devDependencies": {

packages/js/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/logging-js",
33
"description": "Polywrap Core Logging Interface",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/manifests/polywrap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/polywrap-manifest-types-js",
33
"description": "Polywrap Manifest TypeScript Typings",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -15,14 +15,14 @@
1515
"test:watch": "yarn test -- --watch"
1616
},
1717
"dependencies": {
18-
"@polywrap/logging-js": "0.12.0",
19-
"@polywrap/polywrap-manifest-schemas": "0.12.0",
18+
"@polywrap/logging-js": "0.12.1",
19+
"@polywrap/polywrap-manifest-schemas": "0.12.1",
2020
"jsonschema": "1.4.0",
2121
"semver": "7.5.3",
2222
"yaml": "2.2.2"
2323
},
2424
"devDependencies": {
25-
"@polywrap/os-js": "0.12.0",
25+
"@polywrap/os-js": "0.12.1",
2626
"@types/jest": "26.0.8",
2727
"@types/mustache": "4.0.1",
2828
"@types/prettier": "2.6.0",

packages/js/os/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/os-js",
33
"description": "Polywrap Javascript OS Utilities",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/validation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/package-validation",
33
"description": "Polywrap Package Validator",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -18,12 +18,12 @@
1818
"test:watch": "yarn test -- --watch"
1919
},
2020
"dependencies": {
21-
"@polywrap/schema-compose": "0.12.0",
21+
"@polywrap/schema-compose": "0.12.1",
2222
"@polywrap/wrap-manifest-types-js": "~0.12.0"
2323
},
2424
"devDependencies": {
2525
"@polywrap/msgpack-js": "~0.12.0",
26-
"@polywrap/os-js": "0.12.0",
26+
"@polywrap/os-js": "0.12.1",
2727
"@types/jest": "26.0.8",
2828
"jest": "26.6.3",
2929
"rimraf": "3.0.2",

packages/manifests/polywrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/polywrap-manifest-schemas",
33
"description": "Polywrap Manifest Schemas",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/schema/bind/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/schema-bind",
33
"description": "Polywrap Schema Binding",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,13 +20,13 @@
2020
},
2121
"dependencies": {
2222
"@polywrap/client-js": "~0.12.0",
23-
"@polywrap/os-js": "0.12.0",
24-
"@polywrap/schema-parse": "0.12.0",
23+
"@polywrap/os-js": "0.12.1",
24+
"@polywrap/schema-parse": "0.12.1",
2525
"@polywrap/wrap-manifest-types-js": "~0.12.0",
2626
"mustache": "4.0.1"
2727
},
2828
"devDependencies": {
29-
"@polywrap/test-cases": "0.12.0",
29+
"@polywrap/test-cases": "0.12.1",
3030
"@types/jest": "26.0.8",
3131
"@types/lodash": "4.14.178",
3232
"@types/mustache": "4.0.1",

packages/schema/compose/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/schema-compose",
33
"description": "Polywrap Schema Composition",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -18,14 +18,14 @@
1818
"test:watch": "yarn test -- --watch"
1919
},
2020
"dependencies": {
21-
"@polywrap/schema-parse": "0.12.0",
21+
"@polywrap/schema-parse": "0.12.1",
2222
"@polywrap/wrap-manifest-types-js": "~0.12.0",
2323
"graphql": "15.5.0",
2424
"mustache": "4.0.1"
2525
},
2626
"devDependencies": {
27-
"@polywrap/os-js": "0.12.0",
28-
"@polywrap/test-cases": "0.12.0",
27+
"@polywrap/os-js": "0.12.1",
28+
"@polywrap/test-cases": "0.12.1",
2929
"@types/jest": "26.0.8",
3030
"@types/mustache": "4.0.1",
3131
"@types/prettier": "2.6.0",

packages/schema/parse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/schema-parse",
33
"description": "Polywrap Schema Parsing",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -23,7 +23,7 @@
2323
"graphql": "15.5.0"
2424
},
2525
"devDependencies": {
26-
"@polywrap/test-cases": "0.12.0",
26+
"@polywrap/test-cases": "0.12.1",
2727
"@types/deep-equal": "1.0.1",
2828
"@types/jest": "26.0.8",
2929
"@types/prettier": "2.6.0",

0 commit comments

Comments
 (0)