Skip to content

Commit

Permalink
0.2.11 prosopo version bump (#736)
Browse files Browse the repository at this point in the history
* 0.2.11 prosopo version bump

* typechain

* more typechain

* package lock

* more typechain why

* please typechain

* Fix server verify function and add react to common dependencies to fix yarn install

* remove massive debug statement. upgrade deps function. update package-lock.json

* package-lock.json

* Fix deps call

* Git commit in contract

* Build and import contracts

* Contract imports

---------

Co-authored-by: hugh <hugh@prosopo.io>
Co-authored-by: Chris Taylor <forgetso86@gmail.com>
Co-authored-by: George Oastler <goastler@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 26, 2023
1 parent 5c4c445 commit 256941d
Show file tree
Hide file tree
Showing 43 changed files with 1,248 additions and 1,935 deletions.
2 changes: 1 addition & 1 deletion 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.10",
"version": "0.2.11",
"description": "The captcha contract",
"main": "dist/index.js",
"type": "module",
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": "0x464f45b0957c7647470b4942b15879a020f39f58599de66957378943e7ae3185",
"hash": "0x4f2174e27aa1fefccb2acd7e2cb097c1a0fefbfee143571e4798a6bb8051e070",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "captcha",
"version": "0.2.10",
"version": "0.2.11",
"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.

2 changes: 1 addition & 1 deletion 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.10",
"version": "0.2.11",
"description": "The common contract",
"main": "dist/index.js",
"type": "module",
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": "0x7ee5217439c71d659490234e8a5b5521c898c0a6517bcaa0bfc83b70726e6252",
"hash": "0x93e23a0bedb2fdce2ab8851d6feeb41499c0d07cf82e2c796b9a7ae8ad434b28",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "common",
"version": "0.2.10",
"version": "0.2.11",
"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.

2 changes: 1 addition & 1 deletion 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.10",
"version": "0.2.11",
"description": "The proxy contract",
"main": "dist/index.js",
"type": "module",
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": "0xe796f8a3417fc0bcee5db3ed65e5703b6dcbba34107e8a58fb24e41964a7affe",
"hash": "0x31e20655109de364bea2b376678d974db505b6ea0b494a52126e4245e81da421",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "proxy",
"version": "0.2.10",
"version": "0.2.11",
"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.10",
"version": "0.2.11",
"devDependencies": {
"tslib": "2.6.2",
"typescript": "5.1.6"
Expand Down
14 changes: 7 additions & 7 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.10",
"version": "0.2.11",
"description": "Backend for client-example",
"main": "dist/app.js",
"type": "module",
Expand Down Expand Up @@ -32,11 +32,11 @@
"@noble/hashes": "^1.3.1",
"@polkadot/util": "12.3.2",
"@polkadot/util-crypto": "12.3.2",
"@prosopo/api": "0.2.10",
"@prosopo/contract": "0.2.10",
"@prosopo/procaptcha": "0.2.10",
"@prosopo/server": "0.2.10",
"@prosopo/types": "0.2.10",
"@prosopo/api": "0.2.11",
"@prosopo/contract": "0.2.11",
"@prosopo/procaptcha": "0.2.11",
"@prosopo/server": "0.2.11",
"@prosopo/types": "0.2.11",
"@typegoose/auto-increment": "3.3.0",
"axios": "^1.5.0",
"cors": "^2.8.5",
Expand All @@ -52,6 +52,6 @@
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^4.4.9",
"@prosopo/config": "0.2.10"
"@prosopo/config": "0.2.11"
}
}
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.10",
"version": "0.2.11",
"private": true,
"type": "module",
"engines": {
Expand All @@ -11,10 +11,10 @@
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.9.1",
"@prosopo/common": "0.2.10",
"@prosopo/procaptcha-react": "0.2.10",
"@prosopo/procaptcha": "0.2.10",
"@prosopo/types": "0.2.10",
"@prosopo/common": "0.2.11",
"@prosopo/procaptcha-react": "0.2.11",
"@prosopo/procaptcha": "0.2.11",
"@prosopo/types": "0.2.11",
"@types/react-dom": "^18.2.4",
"electron": "25.8.4",
"react": "^18.2.0",
Expand All @@ -23,8 +23,8 @@
},
"devDependencies": {
"@cypress/xpath": "^2.0.3",
"@prosopo/cli": "0.2.10",
"@prosopo/config": "0.2.10",
"@prosopo/cli": "0.2.11",
"@prosopo/config": "0.2.11",
"@types/node": "^20.3.1",
"css-loader": "^6.8.1",
"cypress": "^12.14.0",
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.10"
version = "0.2.11"
authors = [ "Chris Taylor chris@prosopo.io" ]
edition = "2021"

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.10",
"version": "0.2.11",
"description": "Prosopo config library",
"main": "./dist/index.js",
"type": "module",
Expand All @@ -17,13 +17,13 @@
"author": "Prosopo Limited",
"license": "Apache-2.0",
"dependencies": {
"@prosopo/common": "0.2.10",
"@prosopo/types": "0.2.10",
"@prosopo/common": "0.2.11",
"@prosopo/types": "0.2.11",
"glob": "^10.0.0"
},
"devDependencies": {
"@polkadot/dev": "^0.76.11",
"@prosopo/util": "0.2.10",
"@prosopo/util": "0.2.11",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
Expand Down
42 changes: 21 additions & 21 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.10",
"version": "0.2.11",
"description": "Dev scripts for working with prosopo packages",
"main": "dist/index.js",
"type": "module",
Expand All @@ -26,26 +26,26 @@
"@polkadot/apps-config": "0.132.1",
"@polkadot/types": "10.9.1",
"@polkadot/util-crypto": "12.3.2",
"@prosopo/api": "0.2.10",
"@prosopo/captcha-contract": "0.2.10",
"@prosopo/cli": "0.2.10",
"@prosopo/common": "0.2.10",
"@prosopo/config": "0.2.10",
"@prosopo/contract": "0.2.10",
"@prosopo/database": "0.2.10",
"@prosopo/datasets": "0.2.10",
"@prosopo/datasets-fs": "0.2.10",
"@prosopo/env": "0.2.10",
"@prosopo/file-server": "0.2.10",
"@prosopo/procaptcha": "0.2.10",
"@prosopo/procaptcha-bundle": "0.2.10",
"@prosopo/procaptcha-react": "0.2.10",
"@prosopo/provider": "0.2.10",
"@prosopo/server": "0.2.10",
"@prosopo/types": "0.2.10",
"@prosopo/types-database": "0.2.10",
"@prosopo/types-env": "0.2.10",
"@prosopo/util": "0.2.10",
"@prosopo/api": "0.2.11",
"@prosopo/cli": "0.2.11",
"@prosopo/common": "0.2.11",
"@prosopo/config": "0.2.11",
"@prosopo/contract": "0.2.11",
"@prosopo/database": "0.2.11",
"@prosopo/datasets": "0.2.11",
"@prosopo/datasets-fs": "0.2.11",
"@prosopo/env": "0.2.11",
"@prosopo/file-server": "0.2.11",
"@prosopo/procaptcha": "0.2.11",
"@prosopo/procaptcha-bundle": "0.2.11",
"@prosopo/procaptcha-react": "0.2.11",
"@prosopo/provider": "0.2.11",
"@prosopo/server": "0.2.11",
"@prosopo/types": "0.2.11",
"@prosopo/types-database": "0.2.11",
"@prosopo/types-env": "0.2.11",
"@prosopo/captcha-contract": "0.2.11",
"@prosopo/util": "0.2.11",
"consola": "^3.2.3",
"dotenv": "^16.0.3",
"es-main": "^1.2.0",
Expand Down
Loading

0 comments on commit 256941d

Please sign in to comment.