Skip to content

Commit

Permalink
Release 1.0.1 (#1267)
Browse files Browse the repository at this point in the history
Bump version to 1.0.1
  • Loading branch information
prosoponator authored Jun 6, 2024
1 parent 6c15f9c commit 17bdf30
Show file tree
Hide file tree
Showing 59 changed files with 476 additions and 476 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": "1.0.0",
"version": "1.0.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": "0x695cc2da4c4359dbcddcd9d6c3ec17909b82c5b32e5106288b49ae5d36a148b7",
"hash": "0xcc59363fa4cd47a1a3116bd7c29b77bf0198f53c008c4359cd7568c5f015e6cd",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "captcha",
"version": "1.0.0",
"version": "1.0.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": "1.0.0",
"version": "1.0.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": "0x88b0de34d3bfaf65e14fca886a143e5966f754116d93ad6c036178049babc3de",
"hash": "0x6f5c1914b86e7ad67eb116f384483c16255fa3341991a41cbc7f27ee2d4cb5b0",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "common",
"version": "1.0.0",
"version": "1.0.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": "1.0.0",
"version": "1.0.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": "0x66fa23a41ba9c2989ae198c07db75d9251010675ddba535a72a2834b54004d94",
"hash": "0x507ca88c583dd09644cf489a1abf314e6506234a5d53d18776994e4eb7129025",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand All @@ -15,7 +15,7 @@
},
"contract": {
"name": "proxy",
"version": "1.0.0",
"version": "1.0.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 @@ -20,7 +20,7 @@
"dotenv": "^16.0.1",
"vite": "^5.1.7"
},
"version": "1.0.0",
"version": "1.0.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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"@prosopo/contract": "1.0.0",
"@prosopo/procaptcha": "1.0.0",
"@prosopo/server": "1.0.0",
"@prosopo/types": "1.0.0",
"@prosopo/api": "1.0.1",
"@prosopo/contract": "1.0.1",
"@prosopo/procaptcha": "1.0.1",
"@prosopo/server": "1.0.1",
"@prosopo/types": "1.0.1",
"@typegoose/auto-increment": "3.3.0",
"cors": "^2.8.5",
"jsonwebtoken": "^9.0.0",
Expand All @@ -55,6 +55,6 @@
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.1.7",
"@prosopo/config": "1.0.0"
"@prosopo/config": "1.0.1"
}
}
20 changes: 10 additions & 10 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": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"engines": {
Expand All @@ -13,12 +13,12 @@
"@mui/material": "^5.9.1",
"@polkadot/extension-dapp": "0.46.9",
"@polkadot/extension-inject": "0.46.9",
"@prosopo/common": "1.0.0",
"@prosopo/procaptcha": "1.0.0",
"@prosopo/procaptcha-frictionless": "1.0.0",
"@prosopo/procaptcha-react": "1.0.0",
"@prosopo/server": "1.0.0",
"@prosopo/types": "1.0.0",
"@prosopo/common": "1.0.1",
"@prosopo/procaptcha": "1.0.1",
"@prosopo/procaptcha-frictionless": "1.0.1",
"@prosopo/procaptcha-react": "1.0.1",
"@prosopo/server": "1.0.1",
"@prosopo/types": "1.0.1",
"@types/react-dom": "^18.3.0",
"electron": "25.8.4",
"react": "^18.3.1",
Expand All @@ -39,9 +39,9 @@
}
},
"devDependencies": {
"@prosopo/cli": "1.0.0",
"@prosopo/config": "1.0.0",
"@prosopo/vite-plugin-watch-workspace": "1.0.0",
"@prosopo/cli": "1.0.1",
"@prosopo/config": "1.0.1",
"@prosopo/vite-plugin-watch-workspace": "1.0.1",
"@types/node": "^20.3.1",
"css-loader": "^6.8.1",
"tslib": "2.6.2",
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": "1.0.0",
"version": "1.0.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": "1.0.0",
"@prosopo/procaptcha": "1.0.0",
"@prosopo/procaptcha-frictionless": "1.0.0",
"@prosopo/types": "1.0.0",
"@prosopo/common": "1.0.1",
"@prosopo/procaptcha": "1.0.1",
"@prosopo/procaptcha-frictionless": "1.0.1",
"@prosopo/types": "1.0.1",
"@types/react-dom": "^18.3.0",
"electron": "25.8.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"web-vitals": "^2.1.4",
"@prosopo/procaptcha-pow": "1.0.0"
"@prosopo/procaptcha-pow": "1.0.1"
},
"devDependencies": {
"@prosopo/cli": "1.0.0",
"@prosopo/config": "1.0.0",
"@prosopo/cli": "1.0.1",
"@prosopo/config": "1.0.1",
"@types/node": "^20.3.1",
"css-loader": "^6.8.1",
"tslib": "2.6.2",
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": "1.0.0",
"version": "1.0.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": "1.0.0",
"@prosopo/procaptcha": "1.0.0",
"@prosopo/procaptcha-pow": "1.0.0",
"@prosopo/procaptcha-react": "1.0.0",
"@prosopo/types": "1.0.0",
"@prosopo/common": "1.0.1",
"@prosopo/procaptcha": "1.0.1",
"@prosopo/procaptcha-pow": "1.0.1",
"@prosopo/procaptcha-react": "1.0.1",
"@prosopo/types": "1.0.1",
"@types/react-dom": "^18.3.0",
"electron": "25.8.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@prosopo/cli": "1.0.0",
"@prosopo/config": "1.0.0",
"@prosopo/cli": "1.0.1",
"@prosopo/config": "1.0.1",
"@types/node": "^20.3.1",
"css-loader": "^6.8.1",
"tslib": "2.6.2",
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": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"dependencies": {
"@prosopo/types": "1.0.0",
"@prosopo/util": "1.0.0"
"@prosopo/types": "1.0.1",
"@prosopo/util": "1.0.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 = "1.0.0"
version = "1.0.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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"@prosopo/common": "1.0.0",
"@prosopo/types": "1.0.0",
"@prosopo/cli": "1.0.1",
"@prosopo/common": "1.0.1",
"@prosopo/types": "1.0.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": "1.0.0",
"version": "1.0.1",
"description": "Prosopo config library",
"main": "./dist/index.js",
"type": "module",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@babel/plugin-transform-react-jsx": "^7.24.6",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@prosopo/common": "1.0.0",
"@prosopo/types": "1.0.0",
"@prosopo/util": "1.0.0",
"@prosopo/common": "1.0.1",
"@prosopo/types": "1.0.1",
"@prosopo/util": "1.0.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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"@prosopo/common": "1.0.0",
"@prosopo/util": "1.0.0",
"@prosopo/cli": "1.0.1",
"@prosopo/common": "1.0.1",
"@prosopo/util": "1.0.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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"description": "",
"private": true,
"scripts": {
Expand Down
44 changes: 22 additions & 22 deletions dev/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/scripts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Dev scripts for working with prosopo packages",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -33,27 +33,27 @@
"@polkadot/types": "10.13.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/api": "1.0.0",
"@prosopo/cli": "1.0.0",
"@prosopo/common": "1.0.0",
"@prosopo/config": "1.0.0",
"@prosopo/contract": "1.0.0",
"@prosopo/database": "1.0.0",
"@prosopo/datasets": "1.0.0",
"@prosopo/datasets-fs": "1.0.0",
"@prosopo/env": "1.0.0",
"@prosopo/file-server": "1.0.0",
"@prosopo/procaptcha": "1.0.0",
"@prosopo/procaptcha-bundle": "1.0.0",
"@prosopo/procaptcha-common": "1.0.0",
"@prosopo/procaptcha-react": "1.0.0",
"@prosopo/provider": "1.0.0",
"@prosopo/server": "1.0.0",
"@prosopo/types": "1.0.0",
"@prosopo/types-database": "1.0.0",
"@prosopo/types-env": "1.0.0",
"@prosopo/captcha-contract": "1.0.0",
"@prosopo/util": "1.0.0",
"@prosopo/api": "1.0.1",
"@prosopo/cli": "1.0.1",
"@prosopo/common": "1.0.1",
"@prosopo/config": "1.0.1",
"@prosopo/contract": "1.0.1",
"@prosopo/database": "1.0.1",
"@prosopo/datasets": "1.0.1",
"@prosopo/datasets-fs": "1.0.1",
"@prosopo/env": "1.0.1",
"@prosopo/file-server": "1.0.1",
"@prosopo/procaptcha": "1.0.1",
"@prosopo/procaptcha-bundle": "1.0.1",
"@prosopo/procaptcha-common": "1.0.1",
"@prosopo/procaptcha-react": "1.0.1",
"@prosopo/provider": "1.0.1",
"@prosopo/server": "1.0.1",
"@prosopo/types": "1.0.1",
"@prosopo/types-database": "1.0.1",
"@prosopo/types-env": "1.0.1",
"@prosopo/captcha-contract": "1.0.1",
"@prosopo/util": "1.0.1",
"consola": "^3.2.3",
"dotenv": "^16.0.3",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion dev/ts-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/ts-brand",
"version": "1.0.0",
"version": "1.0.1",
"description": "Brand your TypeScript types",
"main": "./dist/index.js",
"type": "module",
Expand Down
Loading

0 comments on commit 17bdf30

Please sign in to comment.