Skip to content

Commit

Permalink
Release 0.3.1 (#1084)
Browse files Browse the repository at this point in the history
Bump version to 0.3.1

Co-authored-by: Hugh <90424587+HughParry@users.noreply.github.com>
  • Loading branch information
prosoponator and HughParry authored Mar 6, 2024
1 parent f6ba752 commit 978a470
Show file tree
Hide file tree
Showing 51 changed files with 388 additions and 388 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.41",
"version": "0.3.1",
"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": "0x1a6a2231e769ffa304a6813e59b9bd2b43744deef5af75f32a7c60ff65e3ba2c",
"hash": "0xb0480aaca23d16ffb94e0f3dd4b9f826c5578b87b68cb641e48b3b71a437d91f",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "captcha",
"version": "0.2.41",
"version": "0.3.1",
"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.41",
"version": "0.3.1",
"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": "0xc830dbe153609dc207383fa44e97145d0f449aebfdb1fb7575186812b0e9846a",
"hash": "0x2f1cb7363cc9e37c69c9b82d99fef3015e57cd28ea238868ae822c38dac76970",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "common",
"version": "0.2.41",
"version": "0.3.1",
"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.41",
"version": "0.3.1",
"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": "0x06a07b2287c32764322813ae978d0565caa7c42e132ea68b2d209035aa8d7800",
"hash": "0x398b8fc0a2a2603703cb12ef87a84a6700d211d63b9920b34110e60bbbeaf986",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "proxy",
"version": "0.2.41",
"version": "0.3.1",
"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 @@ -19,7 +19,7 @@
"dotenv": "^16.0.1",
"vite": "^5.1.4"
},
"version": "0.2.41",
"version": "0.3.1",
"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.41",
"version": "0.3.1",
"description": "Backend for client-example",
"main": "dist/app.js",
"type": "module",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@noble/hashes": "^1.3.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/api": "0.2.41",
"@prosopo/contract": "0.2.41",
"@prosopo/procaptcha": "0.2.41",
"@prosopo/server": "0.2.41",
"@prosopo/types": "0.2.41",
"@prosopo/api": "0.3.1",
"@prosopo/contract": "0.3.1",
"@prosopo/procaptcha": "0.3.1",
"@prosopo/server": "0.3.1",
"@prosopo/types": "0.3.1",
"@typegoose/auto-increment": "3.3.0",
"cors": "^2.8.5",
"jsonwebtoken": "^9.0.0",
Expand All @@ -56,6 +56,6 @@
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.1.4",
"@prosopo/config": "0.2.41"
"@prosopo/config": "0.3.1"
}
}
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.41",
"version": "0.3.1",
"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.41",
"@prosopo/procaptcha": "0.2.41",
"@prosopo/procaptcha-react": "0.2.41",
"@prosopo/types": "0.2.41",
"@prosopo/common": "0.3.1",
"@prosopo/procaptcha": "0.3.1",
"@prosopo/procaptcha-react": "0.3.1",
"@prosopo/types": "0.3.1",
"@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.41",
"@prosopo/config": "0.2.41",
"@prosopo/cli": "0.3.1",
"@prosopo/config": "0.3.1",
"@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.2.41",
"version": "0.3.1",
"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.2.41",
"@prosopo/procaptcha": "0.2.41",
"@prosopo/procaptcha-react": "0.2.41",
"@prosopo/types": "0.2.41",
"@prosopo/common": "0.3.1",
"@prosopo/procaptcha": "0.3.1",
"@prosopo/procaptcha-react": "0.3.1",
"@prosopo/types": "0.3.1",
"@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.2.41"
"@prosopo/procaptcha-pow": "0.3.1"
},
"devDependencies": {
"@prosopo/cli": "0.2.41",
"@prosopo/config": "0.2.41",
"@prosopo/cli": "0.3.1",
"@prosopo/config": "0.3.1",
"@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.41",
"version": "0.3.1",
"private": true,
"type": "module",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"dependencies": {
"@prosopo/types": "0.2.41",
"@prosopo/util": "0.2.41"
"@prosopo/types": "0.3.1",
"@prosopo/util": "0.3.1"
},
"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.41"
version = "0.3.1"
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.41",
"version": "0.3.1",
"author": "PROSOPO LIMITED <info@prosopo.io>",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -20,9 +20,9 @@
"lint:fix": "npm run eslint:fix && npm run prettier:fix"
},
"dependencies": {
"@prosopo/cli": "0.2.41",
"@prosopo/common": "0.2.41",
"@prosopo/types": "0.2.41",
"@prosopo/cli": "0.3.1",
"@prosopo/common": "0.3.1",
"@prosopo/types": "0.3.1",
"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.41",
"version": "0.3.1",
"description": "Prosopo config library",
"main": "./dist/index.js",
"type": "module",
Expand All @@ -21,14 +21,14 @@
"author": "Prosopo Limited",
"license": "Apache-2.0",
"dependencies": {
"@prosopo/common": "0.2.41",
"@prosopo/types": "0.2.41",
"@prosopo/common": "0.3.1",
"@prosopo/types": "0.3.1",
"glob": "^10.0.0",
"path-scurry": "^1.10.0"
},
"devDependencies": {
"@polkadot/dev": "^0.76.11",
"@prosopo/util": "0.2.41",
"@prosopo/util": "0.3.1",
"@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.2.41",
"version": "0.3.1",
"description": "Tools for managing Flux deployment",
"main": "dist/index.js",
"type": "module",
Expand All @@ -26,9 +26,9 @@
"@noble/curves": "^1.3.0",
"@polkadot/util": "12.6.1",
"@polkadot/util-crypto": "12.6.1",
"@prosopo/cli": "0.2.41",
"@prosopo/common": "0.2.41",
"@prosopo/util": "0.2.41",
"@prosopo/cli": "0.3.1",
"@prosopo/common": "0.3.1",
"@prosopo/util": "0.3.1",
"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.2.41",
"version": "0.3.1",
"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.2.41",
"version": "0.3.1",
"description": "Dev scripts for working with prosopo packages",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -30,26 +30,26 @@
"@polkadot/api-contract": "10.11.2",
"@polkadot/types": "10.11.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/api": "0.2.41",
"@prosopo/cli": "0.2.41",
"@prosopo/common": "0.2.41",
"@prosopo/config": "0.2.41",
"@prosopo/contract": "0.2.41",
"@prosopo/database": "0.2.41",
"@prosopo/datasets": "0.2.41",
"@prosopo/datasets-fs": "0.2.41",
"@prosopo/env": "0.2.41",
"@prosopo/file-server": "0.2.41",
"@prosopo/procaptcha": "0.2.41",
"@prosopo/procaptcha-bundle": "0.2.41",
"@prosopo/procaptcha-react": "0.2.41",
"@prosopo/provider": "0.2.41",
"@prosopo/server": "0.2.41",
"@prosopo/types": "0.2.41",
"@prosopo/types-database": "0.2.41",
"@prosopo/types-env": "0.2.41",
"@prosopo/captcha-contract": "0.2.41",
"@prosopo/util": "0.2.41",
"@prosopo/api": "0.3.1",
"@prosopo/cli": "0.3.1",
"@prosopo/common": "0.3.1",
"@prosopo/config": "0.3.1",
"@prosopo/contract": "0.3.1",
"@prosopo/database": "0.3.1",
"@prosopo/datasets": "0.3.1",
"@prosopo/datasets-fs": "0.3.1",
"@prosopo/env": "0.3.1",
"@prosopo/file-server": "0.3.1",
"@prosopo/procaptcha": "0.3.1",
"@prosopo/procaptcha-bundle": "0.3.1",
"@prosopo/procaptcha-react": "0.3.1",
"@prosopo/provider": "0.3.1",
"@prosopo/server": "0.3.1",
"@prosopo/types": "0.3.1",
"@prosopo/types-database": "0.3.1",
"@prosopo/types-env": "0.3.1",
"@prosopo/captcha-contract": "0.3.1",
"@prosopo/util": "0.3.1",
"consola": "^3.2.3",
"dotenv": "^16.0.3",
"glob": "^10.0.0",
Expand Down
Loading

0 comments on commit 978a470

Please sign in to comment.