Skip to content

Commit

Permalink
Release 2.3.1 (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso authored Jan 13, 2025
2 parents a48595f + 2a98aa6 commit 074c443
Showing 51 changed files with 711 additions and 602 deletions.
4 changes: 2 additions & 2 deletions demos/client-bundle-example/package.json
Original file line number Diff line number Diff line change
@@ -13,9 +13,9 @@
"start": "vite serve ./src --port 9232 --config vite.config.ts",
"clean": "echo 'nothing to clean'"
},
"version": "2.3.0",
"version": "2.3.1",
"devDependencies": {
"@prosopo/dotenv": "2.3.0",
"@prosopo/dotenv": "2.3.1",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
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": "2.3.0",
"version": "2.3.1",
"description": "Backend for client-example",
"main": "dist/app.js",
"type": "module",
@@ -32,12 +32,12 @@
"@noble/hashes": "1.5.0",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/common": "2.3.0",
"@prosopo/common": "2.3.1",
"@prosopo/contract": "2.2.3",
"@prosopo/dotenv": "2.3.0",
"@prosopo/server": "2.3.0",
"@prosopo/types": "2.3.0",
"@prosopo/util": "2.3.0",
"@prosopo/dotenv": "2.3.1",
"@prosopo/server": "2.3.1",
"@prosopo/types": "2.3.1",
"@prosopo/util": "2.3.1",
"@typegoose/auto-increment": "4.6.0",
"cors": "2.8.5",
"express": "4.21.1",
@@ -47,7 +47,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@prosopo/config": "2.3.0",
"@prosopo/config": "2.3.1",
"@types/jsonwebtoken": "9.0.6",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
22 changes: 11 additions & 11 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": "2.3.0",
"version": "2.3.1",
"private": true,
"type": "module",
"engines": {
@@ -13,14 +13,14 @@
"@mui/material": "5.9.1",
"@polkadot/extension-dapp": "0.46.9",
"@polkadot/extension-inject": "0.46.9",
"@prosopo/common": "2.3.0",
"@prosopo/locale-browser": "2.3.0",
"@prosopo/procaptcha-frictionless": "2.3.0",
"@prosopo/procaptcha-pow": "2.3.0",
"@prosopo/procaptcha-react": "2.3.0",
"@prosopo/server": "2.3.0",
"@prosopo/types": "2.3.0",
"@prosopo/vite-plugin-watch-workspace": "2.3.0",
"@prosopo/common": "2.3.1",
"@prosopo/locale-browser": "2.3.1",
"@prosopo/procaptcha-frictionless": "2.3.1",
"@prosopo/procaptcha-pow": "2.3.1",
"@prosopo/procaptcha-react": "2.3.1",
"@prosopo/server": "2.3.1",
"@prosopo/types": "2.3.1",
"@prosopo/vite-plugin-watch-workspace": "2.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"express": "4.21.1",
@@ -41,8 +41,8 @@
}
},
"devDependencies": {
"@prosopo/config": "2.3.0",
"@prosopo/dotenv": "2.3.0",
"@prosopo/config": "2.3.1",
"@prosopo/dotenv": "2.3.1",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
12 changes: 6 additions & 6 deletions demos/cypress-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@prosopo/cypress-shared",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"type": "module",
"engines": {
"node": "20",
"npm": ">=9"
},
"dependencies": {
"@prosopo/types": "2.3.0",
"@prosopo/util": "2.3.0",
"@prosopo/types": "2.3.1",
"@prosopo/util": "2.3.1",
"express": "4.21.1"
},
"devDependencies": {
"@cypress/xpath": "2.0.3",
"@prosopo/common": "2.3.0",
"@prosopo/datasets": "2.3.0",
"@prosopo/types-database": "2.3.0",
"@prosopo/common": "2.3.1",
"@prosopo/datasets": "2.3.1",
"@prosopo/types-database": "2.3.1",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
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": "2.3.0",
"version": "2.3.1",
"author": "PROSOPO LIMITED <info@prosopo.io>",
"license": "Apache-2.0",
"main": "./dist/index.js",
@@ -16,9 +16,9 @@
"build:cjs": "echo 'no cjs build'"
},
"dependencies": {
"@prosopo/common": "2.3.0",
"@prosopo/provider": "2.3.0",
"@prosopo/types": "2.3.0",
"@prosopo/common": "2.3.1",
"@prosopo/provider": "2.3.1",
"@prosopo/types": "2.3.1",
"cors": "2.8.5",
"express": "4.21.1"
},
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": "2.3.0",
"version": "2.3.1",
"description": "Prosopo config library",
"main": "./dist/index.js",
"type": "module",
@@ -36,9 +36,9 @@
"@babel/plugin-transform-react-jsx": "7.25.2",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "7.25.4",
"@prosopo/common": "2.3.0",
"@prosopo/types": "2.3.0",
"@prosopo/util": "2.3.0",
"@prosopo/common": "2.3.1",
"@prosopo/types": "2.3.1",
"@prosopo/util": "2.3.1",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
10 changes: 5 additions & 5 deletions dev/flux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/flux",
"version": "2.3.0",
"version": "2.3.1",
"description": "Tools for managing Flux deployment",
"main": "dist/index.js",
"bin": {
@@ -24,10 +24,10 @@
"@noble/curves": "1.6.0",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/common": "2.3.0",
"@prosopo/config": "2.3.0",
"@prosopo/dotenv": "2.3.0",
"@prosopo/util": "2.3.0",
"@prosopo/common": "2.3.1",
"@prosopo/config": "2.3.1",
"@prosopo/dotenv": "2.3.1",
"@prosopo/util": "2.3.1",
"express": "4.21.1",
"openpgp": "5.11.2",
"qs": "6.13.0",
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": "@prosopo/gh-actions",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"private": true,
"scripts": {
4 changes: 2 additions & 2 deletions dev/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/lint",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"private": true,
"scripts": {
@@ -37,7 +37,7 @@
"npm": ">=9"
},
"dependencies": {
"@prosopo/util": "2.3.0",
"@prosopo/util": "2.3.1",
"express": "4.21.1",
"fast-glob": "3.3.2",
"zod": "3.23.8"
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": "@prosopo/prosoponator-bot",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"private": true,
"scripts": {
8 changes: 1 addition & 7 deletions dev/scripts/env.development
Original file line number Diff line number Diff line change
@@ -18,20 +18,14 @@ PROSOPO_DEFAULT_ENVIRONMENT=development
PROSOPO_LOG_LEVEL=debug
PROSOPO_MONGO_CAPTCHA_URI=
PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
PROSOPO_PACKAGE_VERSION=2.3.0
PROSOPO_PACKAGE_VERSION=2.3.1
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
PROSOPO_PROVIDER_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
PROSOPO_PROVIDER_JSON=
PROSOPO_PROVIDER_MNEMONIC=puppy cream effort carbon despair leg pyramid cotton endorse immense drill peasant
PROSOPO_PROXY_COUNT=
PROSOPO_SERVER_URL=http://localhost:9228
PROSOPO_SITE_KEY=5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw
WATCHTOWER_LABEL_ENABLE=true
WATCHTOWER_LOG_FORMAT=JSON
WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=
WATCHTOWER_NOTIFICATIONS=
WATCHTOWER_POLL_INTERVAL=30
WATCHTOWER_REMOVE_VOLUMES=true
PROSOPO_ADMIN_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
PROSOPO_ADMIN_JSON=
PROSOPO_ADMIN_MNEMONIC=puppy cream effort carbon despair leg pyramid cotton endorse immense drill peasant
8 changes: 1 addition & 7 deletions dev/scripts/env.production
Original file line number Diff line number Diff line change
@@ -16,17 +16,11 @@ PROSOPO_DEFAULT_ENVIRONMENT=production
PROSOPO_LOG_LEVEL=info
PROSOPO_MONGO_CAPTCHA_URI=
PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
PROSOPO_PACKAGE_VERSION=2.3.0
PROSOPO_PACKAGE_VERSION=2.3.1
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
PROSOPO_PROVIDER_ADDRESS=
PROSOPO_PROVIDER_JSON=
PROSOPO_PROVIDER_MNEMONIC=
PROSOPO_PROXY_COUNT=
PROSOPO_SITE_KEY=
PROSOPO_SERVER_URL=
WATCHTOWER_LABEL_ENABLE=true
WATCHTOWER_LOG_FORMAT=JSON
WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=
WATCHTOWER_NOTIFICATIONS=
WATCHTOWER_POLL_INTERVAL=30
WATCHTOWER_REMOVE_VOLUMES=true
8 changes: 1 addition & 7 deletions dev/scripts/env.staging
Original file line number Diff line number Diff line change
@@ -21,20 +21,14 @@ PROSOPO_DEFAULT_ENVIRONMENT=staging
PROSOPO_LOG_LEVEL=info
PROSOPO_MONGO_CAPTCHA_URI=
PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
PROSOPO_PACKAGE_VERSION=2.3.0
PROSOPO_PACKAGE_VERSION=2.3.1
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
PROSOPO_PROVIDER_ADDRESS=
PROSOPO_PROVIDER_JSON=
PROSOPO_PROVIDER_MNEMONIC=
PROSOPO_PROXY_COUNT=
PROSOPO_SITE_KEY=
PROSOPO_SERVER_URL=
WATCHTOWER_LABEL_ENABLE=true
WATCHTOWER_LOG_FORMAT=JSON
WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=
WATCHTOWER_NOTIFICATIONS=
WATCHTOWER_POLL_INTERVAL=30
WATCHTOWER_REMOVE_VOLUMES=true
PROSOPO_ADMIN_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
PROSOPO_ADMIN_JSON=
PROSOPO_ADMIN_MNEMONIC=puppy cream effort carbon despair leg pyramid cotton endorse immense drill peasant
8 changes: 1 addition & 7 deletions dev/scripts/env.test
Original file line number Diff line number Diff line change
@@ -21,20 +21,14 @@ PROSOPO_DEFAULT_ENVIRONMENT=development
PROSOPO_LOG_LEVEL=info
PROSOPO_MONGO_CAPTCHA_URI=mongodb://root:root@localhost:27017/captchastorage?authSource=admin
PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
PROSOPO_PACKAGE_VERSION=2.3.0
PROSOPO_PACKAGE_VERSION=2.3.1
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
PROSOPO_PROVIDER_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
PROSOPO_PROVIDER_JSON=
PROSOPO_PROVIDER_MNEMONIC=puppy cream effort carbon despair leg pyramid cotton endorse immense drill peasant
PROSOPO_PROXY_COUNT=
PROSOPO_SERVER_URL=http://localhost:9228
PROSOPO_SITE_KEY=5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw
WATCHTOWER_LABEL_ENABLE=true
WATCHTOWER_LOG_FORMAT=JSON
WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=
WATCHTOWER_NOTIFICATIONS=
WATCHTOWER_POLL_INTERVAL=30
WATCHTOWER_REMOVE_VOLUMES=true
PROSOPO_ADMIN_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
PROSOPO_ADMIN_JSON=
PROSOPO_ADMIN_MNEMONIC=puppy cream effort carbon despair leg pyramid cotton endorse immense drill peasant
28 changes: 14 additions & 14 deletions dev/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/scripts",
"version": "2.3.0",
"version": "2.3.1",
"description": "Dev scripts for working with prosopo packages",
"main": "dist/index.js",
"type": "module",
@@ -26,19 +26,19 @@
"@polkadot/keyring": "12.6.2",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/account": "2.3.0",
"@prosopo/cli": "2.3.0",
"@prosopo/common": "2.3.0",
"@prosopo/config": "2.3.0",
"@prosopo/datasets": "2.3.0",
"@prosopo/dotenv": "2.3.0",
"@prosopo/env": "2.3.0",
"@prosopo/keyring": "2.3.0",
"@prosopo/provider": "2.3.0",
"@prosopo/types": "2.3.0",
"@prosopo/types-database": "2.3.0",
"@prosopo/types-env": "2.3.0",
"@prosopo/util": "2.3.0",
"@prosopo/account": "2.3.1",
"@prosopo/cli": "2.3.1",
"@prosopo/common": "2.3.1",
"@prosopo/config": "2.3.1",
"@prosopo/datasets": "2.3.1",
"@prosopo/dotenv": "2.3.1",
"@prosopo/env": "2.3.1",
"@prosopo/keyring": "2.3.1",
"@prosopo/provider": "2.3.1",
"@prosopo/types": "2.3.1",
"@prosopo/types-database": "2.3.1",
"@prosopo/types-env": "2.3.1",
"@prosopo/util": "2.3.1",
"dotenv": "16.4.5",
"express": "4.21.1",
"fast-glob": "3.3.2",
4 changes: 2 additions & 2 deletions dev/ts-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/ts-brand",
"version": "2.3.0",
"version": "2.3.1",
"description": "Brand your TypeScript types",
"main": "./dist/index.js",
"type": "module",
@@ -24,7 +24,7 @@
"author": "Prosopo Limited",
"license": "Apache-2.0",
"dependencies": {
"@prosopo/config": "2.3.0",
"@prosopo/config": "2.3.1",
"dotenv": "16.4.5",
"express": "4.21.1"
},
4 changes: 2 additions & 2 deletions dev/vite-plugin-watch-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/vite-plugin-watch-workspace",
"version": "2.3.0",
"version": "2.3.1",
"description": "Vite plugin for watching and rebuilding external files",
"main": "./dist/index.js",
"type": "module",
@@ -23,7 +23,7 @@
"author": "Prosopo Limited",
"license": "Apache-2.0",
"dependencies": {
"@prosopo/config": "2.3.0",
"@prosopo/config": "2.3.1",
"debug": "4.3.7",
"esbuild": "0.23.1",
"express": "4.21.1",
Loading

0 comments on commit 074c443

Please sign in to comment.