Skip to content

Commit

Permalink
Update versions and typechain (#873)
Browse files Browse the repository at this point in the history
* Update versions and typechain

* build:typechain

* Update @polkadot/extension- packges

* package-lock.json

* Bump version and import typechain
  • Loading branch information
forgetso authored Nov 28, 2023
1 parent 611d141 commit a662a76
Show file tree
Hide file tree
Showing 46 changed files with 932 additions and 1,106 deletions.
26 changes: 13 additions & 13 deletions contracts/captcha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/captcha-contract",
"version": "0.2.16",
"version": "0.2.17",
"description": "The captcha contract",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -110,18 +110,18 @@
},
"homepage": "https://github.com/prosopo/captcha#readme",
"dependencies": {
"@polkadot/api": "10.10.1",
"@polkadot/api-contract": "10.10.1",
"@polkadot/keyring": "12.5.1",
"@polkadot/rpc-provider": "10.10.1",
"@polkadot/typegen": "10.10.1",
"@polkadot/types": "10.10.1",
"@polkadot/types-codec": "10.10.1",
"@polkadot/types-create": "10.10.1",
"@polkadot/util": "12.5.1",
"@polkadot/util-crypto": "12.5.1",
"@prosopo/typechain-polkadot": "1.1.10",
"@prosopo/typechain-types": "1.1.10"
"@polkadot/api": "10.11.1",
"@polkadot/api-contract": "10.11.1",
"@polkadot/keyring": "12.6.1",
"@polkadot/rpc-provider": "10.11.1",
"@polkadot/typegen": "10.11.1",
"@polkadot/types": "10.11.1",
"@polkadot/types-codec": "10.11.1",
"@polkadot/types-create": "10.11.1",
"@polkadot/util": "12.6.1",
"@polkadot/util-crypto": "12.6.1",
"@prosopo/typechain-polkadot": "1.1.13",
"@prosopo/typechain-types": "1.1.13"
},
"devDependencies": {
"tslib": "2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions contracts/captcha/src/captcha.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"hash": "0xb0a01f0b919857ecf57257e14f8d0ccc72c2d89889fd595b6ea8e78976812dcd",
"hash": "0xcbe579c259004a89d9e9b0f25c1a748a275d25627e052688f7ee85ab266af020",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "captcha",
"version": "0.2.16",
"version": "0.2.17",
"authors": [
"Chris Taylor <chris@prosopo.io>",
"George Oastler <george@prosopo.io>",
Expand Down
4 changes: 2 additions & 2 deletions contracts/captcha/src/contract-info/captcha.ts

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions contracts/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/common-contract",
"version": "0.2.16",
"version": "0.2.17",
"description": "The common contract",
"main": "dist/index.js",
"type": "module",
Expand All @@ -21,18 +21,18 @@
},
"homepage": "https://github.com/prosopo/captcha#readme",
"dependencies": {
"@prosopo/typechain-polkadot": "1.1.10",
"@prosopo/typechain-types": "1.1.10",
"@polkadot/api": "10.10.1",
"@polkadot/api-contract": "10.10.1",
"@polkadot/types": "10.10.1",
"@polkadot/types-codec": "10.10.1",
"@polkadot/keyring": "12.5.1",
"@polkadot/rpc-provider": "10.10.1",
"@polkadot/typegen": "10.10.1",
"@polkadot/types-create": "10.10.1",
"@polkadot/util": "12.5.1",
"@polkadot/util-crypto": "12.5.1"
"@prosopo/typechain-polkadot": "1.1.13",
"@prosopo/typechain-types": "1.1.13",
"@polkadot/api": "10.11.1",
"@polkadot/api-contract": "10.11.1",
"@polkadot/types": "10.11.1",
"@polkadot/types-codec": "10.11.1",
"@polkadot/keyring": "12.6.1",
"@polkadot/rpc-provider": "10.11.1",
"@polkadot/typegen": "10.11.1",
"@polkadot/types-create": "10.11.1",
"@polkadot/util": "12.6.1",
"@polkadot/util-crypto": "12.6.1"
},
"devDependencies": {
"tslib": "2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions contracts/common/src/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"hash": "0xe32b8fb04eebb55c901ce14ec2e46164e97b2a7e89fb3592c5b3e1eaed3317b6",
"hash": "0x2b0120d6d186fe0160863deae60af5fcc06944c4a549a9b871a4f5d700c6bfa9",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "common",
"version": "0.2.16",
"version": "0.2.17",
"authors": [
"Chris Taylor <chris@prosopo.io>",
"George Oastler <george@prosopo.io>",
Expand Down
4 changes: 2 additions & 2 deletions contracts/common/src/contract-info/common.ts

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions contracts/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/proxy-contract",
"version": "0.2.16",
"version": "0.2.17",
"description": "The proxy contract",
"main": "dist/index.js",
"type": "module",
Expand All @@ -21,18 +21,18 @@
},
"homepage": "https://github.com/prosopo/captcha#readme",
"dependencies": {
"@prosopo/typechain-polkadot": "1.1.10",
"@prosopo/typechain-types": "1.1.10",
"@polkadot/api": "10.10.1",
"@polkadot/api-contract": "10.10.1",
"@polkadot/types": "10.10.1",
"@polkadot/types-codec": "10.10.1",
"@polkadot/keyring": "12.5.1",
"@polkadot/rpc-provider": "10.10.1",
"@polkadot/typegen": "10.10.1",
"@polkadot/types-create": "10.10.1",
"@polkadot/util": "12.5.1",
"@polkadot/util-crypto": "12.5.1"
"@prosopo/typechain-polkadot": "1.1.13",
"@prosopo/typechain-types": "1.1.13",
"@polkadot/api": "10.11.1",
"@polkadot/api-contract": "10.11.1",
"@polkadot/types": "10.11.1",
"@polkadot/types-codec": "10.11.1",
"@polkadot/keyring": "12.6.1",
"@polkadot/rpc-provider": "10.11.1",
"@polkadot/typegen": "10.11.1",
"@polkadot/types-create": "10.11.1",
"@polkadot/util": "12.6.1",
"@polkadot/util-crypto": "12.6.1"
},
"devDependencies": {
"tslib": "2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions contracts/proxy/src/contract-info/proxy.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions contracts/proxy/src/proxy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"hash": "0xd6e8f97d66040d8bdae6fb8fd96e707810782728aedc4ca34a417e28039e4798",
"hash": "0x45b75353379f9c02b45583f086d1b6186d9bda1dac4a567ed756cbd79de2cf62",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "proxy",
"version": "0.2.16",
"version": "0.2.17",
"authors": ["Chris Taylor <chris@prosopo.io>", "George Oastler <george@prosopo.io>"]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion demos/client-bundle-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dotenv": "^16.0.1",
"light-server": "^2.9.1"
},
"version": "0.2.16",
"version": "0.2.17",
"devDependencies": {
"tslib": "2.6.2",
"typescript": "5.1.6"
Expand Down
18 changes: 9 additions & 9 deletions demos/client-example-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/client-example-server",
"version": "0.2.16",
"version": "0.2.17",
"description": "Backend for client-example",
"main": "dist/app.js",
"type": "module",
Expand Down Expand Up @@ -31,13 +31,13 @@
"homepage": "https://github.com/prosopo/client-example-server#readme",
"dependencies": {
"@noble/hashes": "^1.3.1",
"@polkadot/util": "12.5.1",
"@polkadot/util-crypto": "12.5.1",
"@prosopo/api": "0.2.16",
"@prosopo/contract": "0.2.16",
"@prosopo/procaptcha": "0.2.16",
"@prosopo/server": "0.2.16",
"@prosopo/types": "0.2.16",
"@polkadot/util": "12.6.1",
"@polkadot/util-crypto": "12.6.1",
"@prosopo/api": "0.2.17",
"@prosopo/contract": "0.2.17",
"@prosopo/procaptcha": "0.2.17",
"@prosopo/server": "0.2.17",
"@prosopo/types": "0.2.17",
"@typegoose/auto-increment": "3.3.0",
"cors": "^2.8.5",
"jsonwebtoken": "^9.0.0",
Expand All @@ -52,6 +52,6 @@
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^4.5.0",
"@prosopo/config": "0.2.16"
"@prosopo/config": "0.2.17"
}
}
14 changes: 7 additions & 7 deletions demos/client-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/client-example",
"version": "0.2.16",
"version": "0.2.17",
"private": true,
"type": "module",
"engines": {
Expand All @@ -11,19 +11,19 @@
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.9.1",
"@prosopo/common": "0.2.16",
"@prosopo/procaptcha": "0.2.16",
"@prosopo/procaptcha-react": "0.2.16",
"@prosopo/types": "0.2.16",
"@prosopo/common": "0.2.17",
"@prosopo/procaptcha": "0.2.17",
"@prosopo/procaptcha-react": "0.2.17",
"@prosopo/types": "0.2.17",
"@types/react-dom": "^18.2.4",
"electron": "25.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@prosopo/cli": "0.2.16",
"@prosopo/config": "0.2.16",
"@prosopo/cli": "0.2.17",
"@prosopo/config": "0.2.17",
"@types/node": "^20.3.1",
"css-loader": "^6.8.1",
"eslint-config-react-app": "^7.0.1",
Expand Down
6 changes: 3 additions & 3 deletions demos/cypress-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@prosopo/cypress-shared",
"version": "0.2.16",
"version": "0.2.17",
"private": true,
"type": "module",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"dependencies": {
"@prosopo/types": "0.2.16",
"@prosopo/util": "0.2.16"
"@prosopo/types": "0.2.17",
"@prosopo/util": "0.2.17"
},
"devDependencies": {
"@cypress/xpath": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion demos/dapp-example/contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dapp"
version = "0.2.16"
version = "0.2.17"
authors = [ "Chris Taylor chris@prosopo.io" ]
edition = "2021"

Expand Down
8 changes: 4 additions & 4 deletions demos/provider-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/provider-mock",
"version": "0.2.16",
"version": "0.2.17",
"author": "PROSOPO LIMITED <info@prosopo.io>",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -14,9 +14,9 @@
"build": "tsc --build --verbose tsconfig.json"
},
"dependencies": {
"@prosopo/cli": "0.2.16",
"@prosopo/common": "0.2.16",
"@prosopo/types": "0.2.16",
"@prosopo/cli": "0.2.17",
"@prosopo/common": "0.2.17",
"@prosopo/types": "0.2.17",
"es-main": "^1.3.0",
"express": "^4.18.1"
},
Expand Down
8 changes: 4 additions & 4 deletions dev/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/config",
"version": "0.2.16",
"version": "0.2.17",
"description": "Prosopo config library",
"main": "./dist/index.js",
"type": "module",
Expand All @@ -17,14 +17,14 @@
"author": "Prosopo Limited",
"license": "Apache-2.0",
"dependencies": {
"@prosopo/common": "0.2.16",
"@prosopo/types": "0.2.16",
"@prosopo/common": "0.2.17",
"@prosopo/types": "0.2.17",
"glob": "^10.0.0",
"path-scurry": "^1.10.0"
},
"devDependencies": {
"@polkadot/dev": "^0.76.11",
"@prosopo/util": "0.2.16",
"@prosopo/util": "0.2.17",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
Expand Down
52 changes: 26 additions & 26 deletions dev/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/scripts",
"version": "0.2.16",
"version": "0.2.17",
"description": "Dev scripts for working with prosopo packages",
"main": "dist/index.js",
"type": "module",
Expand All @@ -21,30 +21,30 @@
"license": "Apache-2.0",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@polkadot/api": "10.10.1",
"@polkadot/api-contract": "10.10.1",
"@polkadot/types": "10.10.1",
"@polkadot/util-crypto": "12.5.1",
"@prosopo/api": "0.2.16",
"@prosopo/cli": "0.2.16",
"@prosopo/common": "0.2.16",
"@prosopo/config": "0.2.16",
"@prosopo/contract": "0.2.16",
"@prosopo/database": "0.2.16",
"@prosopo/datasets": "0.2.16",
"@prosopo/datasets-fs": "0.2.16",
"@prosopo/env": "0.2.16",
"@prosopo/file-server": "0.2.16",
"@prosopo/procaptcha": "0.2.16",
"@prosopo/procaptcha-bundle": "0.2.16",
"@prosopo/procaptcha-react": "0.2.16",
"@prosopo/provider": "0.2.16",
"@prosopo/server": "0.2.16",
"@prosopo/types": "0.2.16",
"@prosopo/types-database": "0.2.16",
"@prosopo/types-env": "0.2.16",
"@prosopo/captcha-contract": "0.2.16",
"@prosopo/util": "0.2.16",
"@polkadot/api": "10.11.1",
"@polkadot/api-contract": "10.11.1",
"@polkadot/types": "10.11.1",
"@polkadot/util-crypto": "12.6.1",
"@prosopo/api": "0.2.17",
"@prosopo/cli": "0.2.17",
"@prosopo/common": "0.2.17",
"@prosopo/config": "0.2.17",
"@prosopo/contract": "0.2.17",
"@prosopo/database": "0.2.17",
"@prosopo/datasets": "0.2.17",
"@prosopo/datasets-fs": "0.2.17",
"@prosopo/env": "0.2.17",
"@prosopo/file-server": "0.2.17",
"@prosopo/procaptcha": "0.2.17",
"@prosopo/procaptcha-bundle": "0.2.17",
"@prosopo/procaptcha-react": "0.2.17",
"@prosopo/provider": "0.2.17",
"@prosopo/server": "0.2.17",
"@prosopo/types": "0.2.17",
"@prosopo/types-database": "0.2.17",
"@prosopo/types-env": "0.2.17",
"@prosopo/captcha-contract": "0.2.17",
"@prosopo/util": "0.2.17",
"consola": "^3.2.3",
"dotenv": "^16.0.3",
"glob": "^10.0.0",
Expand All @@ -54,7 +54,7 @@
"yargs-parser": "^21.0.1"
},
"overrides": {
"@polkadot/keyring": "12.5.1"
"@polkadot/keyring": "12.6.1"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
Expand Down
Loading

0 comments on commit a662a76

Please sign in to comment.