Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.37 #1151

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.36",
"version": "0.3.37",
"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": "0x082a3b92ea430de7ed186bc7d90d69df7dd9e7916cae5b6e393541ef3d991c1b",
"hash": "0x8dad271614a15b299b534c936e1b1ea29e54569f6ee86ac39853987194d18629",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "captcha",
"version": "0.3.36",
"version": "0.3.37",
"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.3.36",
"version": "0.3.37",
"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": "0x13cc7cae4f185558a84388a1440b6cacec75efdaaa5716c560d5df3f5bbddf4a",
"hash": "0xfe4fa7be5436815d4fa4af245ab1d576bbdf2fbf571705d4914d652b2d8938ad",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "common",
"version": "0.3.36",
"version": "0.3.37",
"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.3.36",
"version": "0.3.37",
"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": "0x5d40e1e33a0857b98db56378c7c58e06f0c6fdb36a547f0909acffc756d2902b",
"hash": "0x8d55d6c8d894a14b6b2b6c7a3e4c7305e8a233fbe80a13ff32f4ab1a71c10c27",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "proxy",
"version": "0.3.36",
"version": "0.3.37",
"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 @@ -20,7 +20,7 @@
"dotenv": "^16.0.1",
"vite": "^5.1.7"
},
"version": "0.3.36",
"version": "0.3.37",
"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.3.36",
"version": "0.3.37",
"description": "Backend for client-example",
"main": "dist/app.js",
"type": "module",
Expand Down Expand Up @@ -38,11 +38,11 @@
"@noble/hashes": "^1.3.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/api": "0.3.36",
"@prosopo/contract": "0.3.36",
"@prosopo/procaptcha": "0.3.36",
"@prosopo/server": "0.3.36",
"@prosopo/types": "0.3.36",
"@prosopo/api": "0.3.37",
"@prosopo/contract": "0.3.37",
"@prosopo/procaptcha": "0.3.37",
"@prosopo/server": "0.3.37",
"@prosopo/types": "0.3.37",
"@typegoose/auto-increment": "3.3.0",
"cors": "^2.8.5",
"jsonwebtoken": "^9.0.0",
Expand All @@ -57,6 +57,6 @@
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.1.7",
"@prosopo/config": "0.3.36"
"@prosopo/config": "0.3.37"
}
}
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.3.36",
"version": "0.3.37",
"private": true,
"type": "module",
"engines": {
Expand All @@ -13,10 +13,10 @@
"@mui/material": "^5.9.1",
"@polkadot/extension-dapp": "0.46.6",
"@polkadot/extension-inject": "0.46.6",
"@prosopo/common": "0.3.36",
"@prosopo/procaptcha": "0.3.36",
"@prosopo/procaptcha-react": "0.3.36",
"@prosopo/types": "0.3.36",
"@prosopo/common": "0.3.37",
"@prosopo/procaptcha": "0.3.37",
"@prosopo/procaptcha-react": "0.3.37",
"@prosopo/types": "0.3.37",
"@types/react-dom": "^18.2.4",
"electron": "25.8.4",
"react": "^18.2.0",
Expand All @@ -25,8 +25,8 @@
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@prosopo/cli": "0.3.36",
"@prosopo/config": "0.3.36",
"@prosopo/cli": "0.3.37",
"@prosopo/config": "0.3.37",
"@types/node": "^20.3.1",
"css-loader": "^6.8.1",
"eslint-config-react-app": "^7.0.1",
Expand Down
16 changes: 8 additions & 8 deletions demos/client-frictionless-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/client-frictionless-example",
"version": "0.3.36",
"version": "0.3.37",
"private": true,
"type": "module",
"engines": {
Expand All @@ -11,20 +11,20 @@
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.9.1",
"@prosopo/common": "0.3.36",
"@prosopo/procaptcha": "0.3.36",
"@prosopo/procaptcha-frictionless": "0.3.36",
"@prosopo/types": "0.3.36",
"@prosopo/common": "0.3.37",
"@prosopo/procaptcha": "0.3.37",
"@prosopo/procaptcha-frictionless": "0.3.37",
"@prosopo/types": "0.3.37",
"@types/react-dom": "^18.2.4",
"electron": "25.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-vitals": "^2.1.4",
"@prosopo/procaptcha-pow": "0.3.36"
"@prosopo/procaptcha-pow": "0.3.37"
},
"devDependencies": {
"@prosopo/cli": "0.3.36",
"@prosopo/config": "0.3.36",
"@prosopo/cli": "0.3.37",
"@prosopo/config": "0.3.37",
"@types/node": "^20.3.1",
"css-loader": "^6.8.1",
"eslint-config-react-app": "^7.0.1",
Expand Down
16 changes: 8 additions & 8 deletions demos/client-pow-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/client-pow-example",
"version": "0.3.36",
"version": "0.3.37",
"private": true,
"type": "module",
"engines": {
Expand All @@ -11,20 +11,20 @@
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.9.1",
"@prosopo/common": "0.3.36",
"@prosopo/procaptcha": "0.3.36",
"@prosopo/procaptcha-react": "0.3.36",
"@prosopo/types": "0.3.36",
"@prosopo/common": "0.3.37",
"@prosopo/procaptcha": "0.3.37",
"@prosopo/procaptcha-react": "0.3.37",
"@prosopo/types": "0.3.37",
"@types/react-dom": "^18.2.4",
"electron": "25.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-vitals": "^2.1.4",
"@prosopo/procaptcha-pow": "0.3.36"
"@prosopo/procaptcha-pow": "0.3.37"
},
"devDependencies": {
"@prosopo/cli": "0.3.36",
"@prosopo/config": "0.3.36",
"@prosopo/cli": "0.3.37",
"@prosopo/config": "0.3.37",
"@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.3.36",
"version": "0.3.37",
"private": true,
"type": "module",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"dependencies": {
"@prosopo/types": "0.3.36",
"@prosopo/util": "0.3.36"
"@prosopo/types": "0.3.37",
"@prosopo/util": "0.3.37"
},
"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.3.36"
version = "0.3.37"
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.3.36",
"version": "0.3.37",
"author": "PROSOPO LIMITED <info@prosopo.io>",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -21,9 +21,9 @@
"lint:fix": "npm run eslint:fix && npm run prettier:fix"
},
"dependencies": {
"@prosopo/cli": "0.3.36",
"@prosopo/common": "0.3.36",
"@prosopo/types": "0.3.36",
"@prosopo/cli": "0.3.37",
"@prosopo/common": "0.3.37",
"@prosopo/types": "0.3.37",
"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.3.36",
"version": "0.3.37",
"description": "Prosopo config library",
"main": "./dist/index.js",
"type": "module",
Expand All @@ -23,9 +23,9 @@
"license": "Apache-2.0",
"dependencies": {
"@polkadot/dev": "^0.76.11",
"@prosopo/common": "0.3.36",
"@prosopo/types": "0.3.36",
"@prosopo/util": "0.3.36",
"@prosopo/common": "0.3.37",
"@prosopo/types": "0.3.37",
"@prosopo/util": "0.3.37",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
8 changes: 4 additions & 4 deletions dev/flux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/flux",
"version": "0.3.36",
"version": "0.3.37",
"description": "Tools for managing Flux deployment",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"@noble/curves": "^1.3.0",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/cli": "0.3.36",
"@prosopo/common": "0.3.36",
"@prosopo/util": "0.3.36",
"@prosopo/cli": "0.3.37",
"@prosopo/common": "0.3.37",
"@prosopo/util": "0.3.37",
"consola": "^3.2.3",
"dotenv": "^16.0.3",
"glob": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion dev/gh-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-actions",
"version": "0.3.36",
"version": "0.3.37",
"description": "",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dev/prosoponator-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosoponator-bot",
"version": "0.2.32",
"version": "0.3.37",
"description": "",
"private": true,
"scripts": {
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.3.36",
"version": "0.3.37",
"description": "Dev scripts for working with prosopo packages",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -32,26 +32,26 @@
"@polkadot/api-contract": "10.11.2",
"@polkadot/types": "10.11.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/api": "0.3.36",
"@prosopo/cli": "0.3.36",
"@prosopo/common": "0.3.36",
"@prosopo/config": "0.3.36",
"@prosopo/contract": "0.3.36",
"@prosopo/database": "0.3.36",
"@prosopo/datasets": "0.3.36",
"@prosopo/datasets-fs": "0.3.36",
"@prosopo/env": "0.3.36",
"@prosopo/file-server": "0.3.36",
"@prosopo/procaptcha": "0.3.36",
"@prosopo/procaptcha-bundle": "0.3.36",
"@prosopo/procaptcha-react": "0.3.36",
"@prosopo/provider": "0.3.36",
"@prosopo/server": "0.3.36",
"@prosopo/types": "0.3.36",
"@prosopo/types-database": "0.3.36",
"@prosopo/types-env": "0.3.36",
"@prosopo/captcha-contract": "0.3.36",
"@prosopo/util": "0.3.36",
"@prosopo/api": "0.3.37",
"@prosopo/cli": "0.3.37",
"@prosopo/common": "0.3.37",
"@prosopo/config": "0.3.37",
"@prosopo/contract": "0.3.37",
"@prosopo/database": "0.3.37",
"@prosopo/datasets": "0.3.37",
"@prosopo/datasets-fs": "0.3.37",
"@prosopo/env": "0.3.37",
"@prosopo/file-server": "0.3.37",
"@prosopo/procaptcha": "0.3.37",
"@prosopo/procaptcha-bundle": "0.3.37",
"@prosopo/procaptcha-react": "0.3.37",
"@prosopo/provider": "0.3.37",
"@prosopo/server": "0.3.37",
"@prosopo/types": "0.3.37",
"@prosopo/types-database": "0.3.37",
"@prosopo/types-env": "0.3.37",
"@prosopo/captcha-contract": "0.3.37",
"@prosopo/util": "0.3.37",
"consola": "^3.2.3",
"dotenv": "^16.0.3",
"glob": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions dev/tsconfig-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig-checker",
"version": "0.3.36",
"version": "0.3.37",
"description": "",
"private": true,
"scripts": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"npm": ">=9"
},
"dependencies": {
"@prosopo/util": "0.3.36"
"@prosopo/util": "0.3.37"
}
}
Loading
Loading