Skip to content

Commit 1bca63a

Browse files
authored
Merge pull request #1790 from polywrap-release-forks/release/origin-0.10.5
Polywrap Origin (0.10.5)
2 parents 7875719 + 53b95a4 commit 1bca63a

File tree

18 files changed

+44
-44
lines changed

18 files changed

+44
-44
lines changed

packages/cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "polywrap",
33
"description": "Polywrap CLI",
4-
"version": "0.10.4",
4+
"version": "0.10.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -51,13 +51,13 @@
5151
"@polywrap/client-js": "0.10.0",
5252
"@polywrap/core-js": "0.10.0",
5353
"@polywrap/ethereum-provider-js-v1": "npm:@polywrap/ethereum-provider-js@~0.2.4",
54-
"@polywrap/logging-js": "0.10.4",
55-
"@polywrap/os-js": "0.10.4",
56-
"@polywrap/polywrap-manifest-types-js": "0.10.4",
54+
"@polywrap/logging-js": "0.10.5",
55+
"@polywrap/os-js": "0.10.5",
56+
"@polywrap/polywrap-manifest-types-js": "0.10.5",
5757
"@polywrap/result": "0.10.0",
58-
"@polywrap/schema-bind": "0.10.4",
59-
"@polywrap/schema-compose": "0.10.4",
60-
"@polywrap/schema-parse": "0.10.4",
58+
"@polywrap/schema-bind": "0.10.5",
59+
"@polywrap/schema-compose": "0.10.5",
60+
"@polywrap/schema-parse": "0.10.5",
6161
"@polywrap/uri-resolver-extensions-js": "0.10.0",
6262
"@polywrap/uri-resolvers-js": "0.10.0",
6363
"@polywrap/wasm-js": "0.10.0",
@@ -85,7 +85,7 @@
8585
"yesno": "0.4.0"
8686
},
8787
"devDependencies": {
88-
"@polywrap/cli-js": "0.10.4",
88+
"@polywrap/cli-js": "0.10.5",
8989
"@types/copyfiles": "2.4.0",
9090
"@types/fs-extra": "9.0.12",
9191
"@types/jest": "26.0.8",

packages/js/cli/package.json

+2-2
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.10.4",
4+
"version": "0.10.5",
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.10.4",
20+
"polywrap": "0.10.5",
2121
"spawn-command": "0.0.2-1"
2222
},
2323
"devDependencies": {

packages/js/logging/package.json

+1-1
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.10.4",
4+
"version": "0.10.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/manifests/polywrap/package.json

+4-4
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.10.4",
4+
"version": "0.10.5",
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.10.4",
19-
"@polywrap/polywrap-manifest-schemas": "0.10.4",
18+
"@polywrap/logging-js": "0.10.5",
19+
"@polywrap/polywrap-manifest-schemas": "0.10.5",
2020
"jsonschema": "1.4.0",
2121
"semver": "7.5.0",
2222
"yaml": "2.2.2"
2323
},
2424
"devDependencies": {
25-
"@polywrap/os-js": "0.10.4",
25+
"@polywrap/os-js": "0.10.5",
2626
"@types/jest": "26.0.8",
2727
"@types/mustache": "4.0.1",
2828
"@types/prettier": "2.6.0",

packages/js/os/package.json

+1-1
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.10.4",
4+
"version": "0.10.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/validation/package.json

+3-3
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.10.4",
4+
"version": "0.10.5",
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.10.4",
21+
"@polywrap/schema-compose": "0.10.5",
2222
"@polywrap/wrap-manifest-types-js": "0.10.0"
2323
},
2424
"devDependencies": {
2525
"@polywrap/msgpack-js": "0.10.0",
26-
"@polywrap/os-js": "0.10.4",
26+
"@polywrap/os-js": "0.10.5",
2727
"@types/jest": "26.0.8",
2828
"jest": "26.6.3",
2929
"rimraf": "3.0.2",

packages/manifests/polywrap/package.json

+1-1
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.10.4",
4+
"version": "0.10.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/schema/bind/package.json

+4-4
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.10.4",
4+
"version": "0.10.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -19,13 +19,13 @@
1919
"copy:templates": "copyfiles -u 1 src/**/*.mustache build/"
2020
},
2121
"dependencies": {
22-
"@polywrap/os-js": "0.10.4",
23-
"@polywrap/schema-parse": "0.10.4",
22+
"@polywrap/os-js": "0.10.5",
23+
"@polywrap/schema-parse": "0.10.5",
2424
"@polywrap/wrap-manifest-types-js": "0.10.0",
2525
"mustache": "4.0.1"
2626
},
2727
"devDependencies": {
28-
"@polywrap/test-cases": "0.10.4",
28+
"@polywrap/test-cases": "0.10.5",
2929
"@types/jest": "26.0.8",
3030
"@types/lodash": "4.14.178",
3131
"@types/mustache": "4.0.1",

packages/schema/compose/package.json

+4-4
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.10.4",
4+
"version": "0.10.5",
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.10.4",
21+
"@polywrap/schema-parse": "0.10.5",
2222
"@polywrap/wrap-manifest-types-js": "0.10.0",
2323
"graphql": "15.5.0",
2424
"mustache": "4.0.1"
2525
},
2626
"devDependencies": {
27-
"@polywrap/os-js": "0.10.4",
28-
"@polywrap/test-cases": "0.10.4",
27+
"@polywrap/os-js": "0.10.5",
28+
"@polywrap/test-cases": "0.10.5",
2929
"@types/jest": "26.0.8",
3030
"@types/mustache": "4.0.1",
3131
"@types/prettier": "2.6.0",

packages/schema/parse/package.json

+2-2
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.10.4",
4+
"version": "0.10.5",
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.10.4",
26+
"@polywrap/test-cases": "0.10.5",
2727
"@types/deep-equal": "1.0.1",
2828
"@types/jest": "26.0.8",
2929
"@types/prettier": "2.6.0",

packages/templates/app/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "templates-app-typescript",
33
"description": "Polywrap App TypeScript Template",
44
"private": true,
5-
"version": "0.10.4",
5+
"version": "0.10.5",
66
"scripts": {
77
"build": "npx polywrap codegen",
88
"test": "ts-node ./src/index.ts"
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@types/node": "^18.14.6",
15-
"polywrap": "0.10.4",
15+
"polywrap": "0.10.5",
1616
"ts-node": "10.9.1",
1717
"typescript": "4.9.5"
1818
}

packages/templates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/templates",
33
"description": "Polywrap Templates",
4-
"version": "0.10.4",
4+
"version": "0.10.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/templates/plugin/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "templates-plugin-typescript",
33
"description": "Polywrap Plugin Typescript Template",
44
"private": true,
5-
"version": "0.10.4",
5+
"version": "0.10.5",
66
"main": "build/index.js",
77
"scripts": {
88
"build": "rimraf ./build && yarn codegen && tsc --project tsconfig.json",
@@ -23,7 +23,7 @@
2323
"@types/jest": "26.0.8",
2424
"@types/prettier": "2.6.0",
2525
"jest": "26.6.3",
26-
"polywrap": "0.10.4",
26+
"polywrap": "0.10.5",
2727
"rimraf": "3.0.2",
2828
"ts-jest": "26.5.4",
2929
"ts-node": "10.9.1",

packages/templates/wasm/assemblyscript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "template-wasm-as",
33
"description": "Polywrap AssemblyScript Wrapper Template",
44
"private": true,
5-
"version": "0.10.4",
5+
"version": "0.10.5",
66
"scripts": {
77
"codegen": "npx polywrap codegen",
88
"build": "npx polywrap build",
@@ -17,12 +17,12 @@
1717
"devDependencies": {
1818
"@types/jest": "26.0.8",
1919
"jest": "26.6.3",
20-
"polywrap": "0.10.4",
20+
"polywrap": "0.10.5",
2121
"ts-jest": "26.5.4",
2222
"typescript": "4.9.5"
2323
},
2424
"dependencies": {
25-
"@polywrap/wasm-as": "0.10.4",
25+
"@polywrap/wasm-as": "0.10.5",
2626
"assemblyscript": "0.19.23"
2727
}
2828
}

packages/templates/wasm/rust/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "template-wasm-rs",
33
"description": "Polywrap Rust Wrapper Template",
44
"private": true,
5-
"version": "0.10.4",
5+
"version": "0.10.5",
66
"scripts": {
77
"codegen": "npx polywrap codegen",
88
"build": "npx polywrap build",
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/jest": "26.0.8",
1717
"jest": "26.6.3",
18-
"polywrap": "0.10.4",
18+
"polywrap": "0.10.5",
1919
"ts-jest": "26.5.4",
2020
"typescript": "4.9.5"
2121
}

packages/test-cases/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "@polywrap/test-cases",
33
"description": "Reusable Polywrap Test Cases",
44
"private": true,
5-
"version": "0.10.4",
5+
"version": "0.10.5",
66
"license": "MIT",
77
"main": "index.ts",
88
"scripts": {
99
"generate:wrappers": "ts-node -e \"import { fetchWrappers } from './'; (async () => await fetchWrappers())()\""
1010
},
1111
"dependencies": {
12-
"@polywrap/os-js": "0.10.4"
12+
"@polywrap/os-js": "0.10.5"
1313
},
1414
"devDependencies": {
1515
"@types/adm-zip": "0.5.0",

packages/wasm/as/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/wasm-as",
33
"description": "Polywrap Assemblyscript Runtime",
4-
"version": "0.10.4",
4+
"version": "0.10.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/wasm/rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polywrap-wasm-rs"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
license = "MIT"
55
description = "Polywrap's Rust-Wasm Runtime"
66
homepage = "https://polywrap.io"

0 commit comments

Comments
 (0)