Skip to content

Commit

Permalink
Release 2.1.14 (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso authored Nov 20, 2024
2 parents bdc10e9 + 8571fee commit 71284b2
Show file tree
Hide file tree
Showing 58 changed files with 1,037 additions and 1,017 deletions.
9 changes: 6 additions & 3 deletions demos/client-bundle-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,21 @@
"start": "vite serve ./src --port 9232 --config vite.config.ts",
"clean": "echo 'nothing to clean'"
},
"version": "2.1.13",
"version": "2.1.14",
"devDependencies": {
"@prosopo/dotenv": "2.1.13",
"@prosopo/dotenv": "2.1.14",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vite": "5.4.6",
"vitest": "2.1.1"
},
"dependencies": {
"express": "4.21.1"
}
}
20 changes: 10 additions & 10 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.1.13",
"version": "2.1.14",
"description": "Backend for client-example",
"main": "dist/app.js",
"type": "module",
Expand Down Expand Up @@ -32,27 +32,27 @@
"@noble/hashes": "1.5.0",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/common": "2.1.13",
"@prosopo/contract": "2.1.13",
"@prosopo/dotenv": "2.1.13",
"@prosopo/server": "2.1.13",
"@prosopo/types": "2.1.13",
"@prosopo/util": "2.1.13",
"@prosopo/common": "2.1.14",
"@prosopo/contract": "2.1.14",
"@prosopo/dotenv": "2.1.14",
"@prosopo/server": "2.1.14",
"@prosopo/types": "2.1.14",
"@prosopo/util": "2.1.14",
"@typegoose/auto-increment": "4.6.0",
"cors": "2.8.5",
"express": "4.21.0",
"express": "4.21.1",
"jsonwebtoken": "9.0.2",
"mongodb-memory-server": "10.0.0",
"mongoose": "8.6.2",
"zod": "3.23.8"
},
"devDependencies": {
"@prosopo/config": "2.1.13",
"@prosopo/config": "2.1.14",
"@types/jsonwebtoken": "9.0.6",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand Down
25 changes: 13 additions & 12 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.1.13",
"version": "2.1.14",
"private": true,
"type": "module",
"engines": {
Expand All @@ -13,16 +13,17 @@
"@mui/material": "5.9.1",
"@polkadot/extension-dapp": "0.46.9",
"@polkadot/extension-inject": "0.46.9",
"@prosopo/common": "2.1.13",
"@prosopo/locale-browser": "2.1.13",
"@prosopo/procaptcha-frictionless": "2.1.13",
"@prosopo/procaptcha-pow": "2.1.13",
"@prosopo/procaptcha-react": "2.1.13",
"@prosopo/server": "2.1.13",
"@prosopo/types": "2.1.13",
"@prosopo/vite-plugin-watch-workspace": "2.1.13",
"@prosopo/common": "2.1.14",
"@prosopo/locale-browser": "2.1.14",
"@prosopo/procaptcha-frictionless": "2.1.14",
"@prosopo/procaptcha-pow": "2.1.14",
"@prosopo/procaptcha-react": "2.1.14",
"@prosopo/server": "2.1.14",
"@prosopo/types": "2.1.14",
"@prosopo/vite-plugin-watch-workspace": "2.1.14",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"express": "4.21.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
Expand All @@ -40,13 +41,13 @@
}
},
"devDependencies": {
"@prosopo/config": "2.1.13",
"@prosopo/dotenv": "2.1.13",
"@prosopo/config": "2.1.14",
"@prosopo/dotenv": "2.1.14",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand Down
15 changes: 8 additions & 7 deletions demos/cypress-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "@prosopo/cypress-shared",
"version": "2.1.13",
"version": "2.1.14",
"private": true,
"type": "module",
"engines": {
"node": "20",
"npm": ">=9"
},
"dependencies": {
"@prosopo/types": "2.1.13",
"@prosopo/util": "2.1.13"
"@prosopo/types": "2.1.14",
"@prosopo/util": "2.1.14",
"express": "4.21.1"
},
"devDependencies": {
"@cypress/xpath": "2.0.3",
"@prosopo/common": "2.1.13",
"@prosopo/datasets": "2.1.13",
"@prosopo/types-database": "2.1.13",
"@prosopo/common": "2.1.14",
"@prosopo/datasets": "2.1.14",
"@prosopo/types-database": "2.1.14",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"cypress": "13.14.2",
"cypress-vite": "1.5.0",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand Down
12 changes: 6 additions & 6 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.1.13",
"version": "2.1.14",
"author": "PROSOPO LIMITED <info@prosopo.io>",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -16,17 +16,17 @@
"build:cjs": "echo 'no cjs build'"
},
"dependencies": {
"@prosopo/common": "2.1.13",
"@prosopo/provider": "2.1.13",
"@prosopo/types": "2.1.13",
"@prosopo/common": "2.1.14",
"@prosopo/provider": "2.1.14",
"@prosopo/types": "2.1.14",
"cors": "2.8.5",
"express": "4.21.0"
"express": "4.21.1"
},
"devDependencies": {
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand Down
11 changes: 6 additions & 5 deletions dev/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/config",
"version": "2.1.13",
"version": "2.1.14",
"description": "Prosopo config library",
"main": "./dist/index.js",
"type": "module",
Expand Down Expand Up @@ -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.1.13",
"@prosopo/types": "2.1.13",
"@prosopo/util": "2.1.13",
"@prosopo/common": "2.1.14",
"@prosopo/types": "2.1.14",
"@prosopo/util": "2.1.14",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
Expand All @@ -53,6 +53,7 @@
"babel-loader": "9.2.1",
"css-loader": "7.1.2",
"esbuild": "0.23.1",
"express": "4.21.1",
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.1",
"node-polyfill-webpack-plugin": "4.0.0",
Expand All @@ -77,8 +78,8 @@
"@babel/preset-typescript": "7.24.7",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand Down
13 changes: 7 additions & 6 deletions dev/flux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/flux",
"version": "2.1.13",
"version": "2.1.14",
"description": "Tools for managing Flux deployment",
"main": "dist/index.js",
"bin": {
Expand All @@ -24,10 +24,11 @@
"@noble/curves": "1.6.0",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/common": "2.1.13",
"@prosopo/config": "2.1.13",
"@prosopo/dotenv": "2.1.13",
"@prosopo/util": "2.1.13",
"@prosopo/common": "2.1.14",
"@prosopo/config": "2.1.14",
"@prosopo/dotenv": "2.1.14",
"@prosopo/util": "2.1.14",
"express": "4.21.1",
"openpgp": "5.11.2",
"qs": "6.13.0",
"socket.io-client": "4.7.5",
Expand All @@ -41,8 +42,8 @@
"devDependencies": {
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand Down
7 changes: 4 additions & 3 deletions 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.1.13",
"version": "2.1.14",
"description": "",
"private": true,
"scripts": {
Expand All @@ -15,8 +15,8 @@
"devDependencies": {
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand All @@ -25,7 +25,8 @@
},
"dependencies": {
"@octokit/graphql": "8.1.1",
"axios": "1.7.7"
"axios": "1.7.7",
"express": "4.21.1"
},
"main": "dist/index.js",
"type": "module",
Expand Down
7 changes: 4 additions & 3 deletions dev/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/lint",
"version": "2.1.13",
"version": "2.1.14",
"description": "",
"private": true,
"scripts": {
Expand All @@ -22,8 +22,8 @@
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand All @@ -37,7 +37,8 @@
"npm": ">=9"
},
"dependencies": {
"@prosopo/util": "2.1.13",
"@prosopo/util": "2.1.14",
"express": "4.21.1",
"fast-glob": "3.3.2",
"zod": "3.23.8"
}
Expand Down
7 changes: 4 additions & 3 deletions 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.1.13",
"version": "2.1.14",
"description": "",
"private": true,
"scripts": {
Expand All @@ -15,8 +15,8 @@
"devDependencies": {
"@vitest/coverage-v8": "2.1.1",
"concurrently": "9.0.1",
"npm-run-all": "4.1.5",
"del-cli": "6.0.0",
"npm-run-all": "2.1.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
Expand All @@ -25,7 +25,8 @@
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0"
"@actions/github": "6.0.0",
"express": "4.21.1"
},
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion dev/scripts/env.development
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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.1.13
PROSOPO_PACKAGE_VERSION=2.1.14
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
PROSOPO_PROVIDER_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
PROSOPO_PROVIDER_JSON=
Expand Down
2 changes: 1 addition & 1 deletion dev/scripts/env.production
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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.1.13
PROSOPO_PACKAGE_VERSION=2.1.14
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
PROSOPO_PROVIDER_ADDRESS=
PROSOPO_PROVIDER_JSON=
Expand Down
2 changes: 1 addition & 1 deletion dev/scripts/env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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.1.13
PROSOPO_PACKAGE_VERSION=2.1.14
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
PROSOPO_PROVIDER_ADDRESS=
PROSOPO_PROVIDER_JSON=
Expand Down
2 changes: 1 addition & 1 deletion dev/scripts/env.test
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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.1.13
PROSOPO_PACKAGE_VERSION=2.1.14
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
PROSOPO_PROVIDER_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
PROSOPO_PROVIDER_JSON=
Expand Down
Loading

0 comments on commit 71284b2

Please sign in to comment.