Skip to content

Commit 45e9de6

Browse files
committed
Bump version to 2.3.0
1 parent 6ed0640 commit 45e9de6

File tree

49 files changed

+23045
-23045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+23045
-23045
lines changed

demos/client-bundle-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"start": "vite serve ./src --port 9232 --config vite.config.ts",
1414
"clean": "echo 'nothing to clean'"
1515
},
16-
"version": "2.2.3",
16+
"version": "2.3.0",
1717
"devDependencies": {
18-
"@prosopo/dotenv": "2.2.3",
18+
"@prosopo/dotenv": "2.3.0",
1919
"@types/node": "22.5.5",
2020
"@vitest/coverage-v8": "2.1.1",
2121
"concurrently": "9.0.1",

demos/client-example-server/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/client-example-server",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Backend for client-example",
55
"main": "dist/app.js",
66
"type": "module",
@@ -32,12 +32,12 @@
3232
"@noble/hashes": "1.5.0",
3333
"@polkadot/util": "12.6.2",
3434
"@polkadot/util-crypto": "12.6.2",
35-
"@prosopo/common": "2.2.3",
35+
"@prosopo/common": "2.3.0",
3636
"@prosopo/contract": "2.2.3",
37-
"@prosopo/dotenv": "2.2.3",
38-
"@prosopo/server": "2.2.3",
39-
"@prosopo/types": "2.2.3",
40-
"@prosopo/util": "2.2.3",
37+
"@prosopo/dotenv": "2.3.0",
38+
"@prosopo/server": "2.3.0",
39+
"@prosopo/types": "2.3.0",
40+
"@prosopo/util": "2.3.0",
4141
"@typegoose/auto-increment": "4.6.0",
4242
"cors": "2.8.5",
4343
"express": "4.21.1",
@@ -47,7 +47,7 @@
4747
"zod": "3.23.8"
4848
},
4949
"devDependencies": {
50-
"@prosopo/config": "2.2.3",
50+
"@prosopo/config": "2.3.0",
5151
"@types/jsonwebtoken": "9.0.6",
5252
"@vitest/coverage-v8": "2.1.1",
5353
"concurrently": "9.0.1",

demos/client-example/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/client-example",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"private": true,
55
"type": "module",
66
"engines": {
@@ -13,14 +13,14 @@
1313
"@mui/material": "5.9.1",
1414
"@polkadot/extension-dapp": "0.46.9",
1515
"@polkadot/extension-inject": "0.46.9",
16-
"@prosopo/common": "2.2.3",
17-
"@prosopo/locale-browser": "2.2.3",
18-
"@prosopo/procaptcha-frictionless": "2.2.3",
19-
"@prosopo/procaptcha-pow": "2.2.3",
20-
"@prosopo/procaptcha-react": "2.2.3",
21-
"@prosopo/server": "2.2.3",
22-
"@prosopo/types": "2.2.3",
23-
"@prosopo/vite-plugin-watch-workspace": "2.2.3",
16+
"@prosopo/common": "2.3.0",
17+
"@prosopo/locale-browser": "2.3.0",
18+
"@prosopo/procaptcha-frictionless": "2.3.0",
19+
"@prosopo/procaptcha-pow": "2.3.0",
20+
"@prosopo/procaptcha-react": "2.3.0",
21+
"@prosopo/server": "2.3.0",
22+
"@prosopo/types": "2.3.0",
23+
"@prosopo/vite-plugin-watch-workspace": "2.3.0",
2424
"@types/react-dom": "18.3.0",
2525
"@vitejs/plugin-react": "4.3.1",
2626
"express": "4.21.1",
@@ -41,8 +41,8 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@prosopo/config": "2.2.3",
45-
"@prosopo/dotenv": "2.2.3",
44+
"@prosopo/config": "2.3.0",
45+
"@prosopo/dotenv": "2.3.0",
4646
"@types/node": "22.5.5",
4747
"@vitest/coverage-v8": "2.1.1",
4848
"concurrently": "9.0.1",

demos/cypress-shared/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "@prosopo/cypress-shared",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"private": true,
55
"type": "module",
66
"engines": {
77
"node": "20",
88
"npm": ">=9"
99
},
1010
"dependencies": {
11-
"@prosopo/types": "2.2.3",
12-
"@prosopo/util": "2.2.3",
11+
"@prosopo/types": "2.3.0",
12+
"@prosopo/util": "2.3.0",
1313
"express": "4.21.1"
1414
},
1515
"devDependencies": {
1616
"@cypress/xpath": "2.0.3",
17-
"@prosopo/common": "2.2.3",
18-
"@prosopo/datasets": "2.2.3",
19-
"@prosopo/types-database": "2.2.3",
17+
"@prosopo/common": "2.3.0",
18+
"@prosopo/datasets": "2.3.0",
19+
"@prosopo/types-database": "2.3.0",
2020
"@types/node": "22.5.5",
2121
"@vitest/coverage-v8": "2.1.1",
2222
"concurrently": "9.0.1",

demos/provider-mock/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/provider-mock",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"author": "PROSOPO LIMITED <info@prosopo.io>",
55
"license": "Apache-2.0",
66
"main": "./dist/index.js",
@@ -16,9 +16,9 @@
1616
"build:cjs": "echo 'no cjs build'"
1717
},
1818
"dependencies": {
19-
"@prosopo/common": "2.2.3",
20-
"@prosopo/provider": "2.2.3",
21-
"@prosopo/types": "2.2.3",
19+
"@prosopo/common": "2.3.0",
20+
"@prosopo/provider": "2.3.0",
21+
"@prosopo/types": "2.3.0",
2222
"cors": "2.8.5",
2323
"express": "4.21.1"
2424
},

dev/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/config",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Prosopo config library",
55
"main": "./dist/index.js",
66
"type": "module",
@@ -36,9 +36,9 @@
3636
"@babel/plugin-transform-react-jsx": "7.25.2",
3737
"@babel/plugin-transform-runtime": "7.25.4",
3838
"@babel/preset-env": "7.25.4",
39-
"@prosopo/common": "2.2.3",
40-
"@prosopo/types": "2.2.3",
41-
"@prosopo/util": "2.2.3",
39+
"@prosopo/common": "2.3.0",
40+
"@prosopo/types": "2.3.0",
41+
"@prosopo/util": "2.3.0",
4242
"@rollup/plugin-alias": "5.1.0",
4343
"@rollup/plugin-babel": "6.0.4",
4444
"@rollup/plugin-commonjs": "26.0.1",

dev/flux/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/flux",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Tools for managing Flux deployment",
55
"main": "dist/index.js",
66
"bin": {
@@ -24,10 +24,10 @@
2424
"@noble/curves": "1.6.0",
2525
"@polkadot/util": "12.6.2",
2626
"@polkadot/util-crypto": "12.6.2",
27-
"@prosopo/common": "2.2.3",
28-
"@prosopo/config": "2.2.3",
29-
"@prosopo/dotenv": "2.2.3",
30-
"@prosopo/util": "2.2.3",
27+
"@prosopo/common": "2.3.0",
28+
"@prosopo/config": "2.3.0",
29+
"@prosopo/dotenv": "2.3.0",
30+
"@prosopo/util": "2.3.0",
3131
"express": "4.21.1",
3232
"openpgp": "5.11.2",
3333
"qs": "6.13.0",

dev/gh-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/gh-actions",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "",
55
"private": true,
66
"scripts": {

dev/lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/lint",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"npm": ">=9"
3838
},
3939
"dependencies": {
40-
"@prosopo/util": "2.2.3",
40+
"@prosopo/util": "2.3.0",
4141
"express": "4.21.1",
4242
"fast-glob": "3.3.2",
4343
"zod": "3.23.8"

dev/prosoponator-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/prosoponator-bot",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "",
55
"private": true,
66
"scripts": {

dev/scripts/env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PROSOPO_DEFAULT_ENVIRONMENT=development
1818
PROSOPO_LOG_LEVEL=debug
1919
PROSOPO_MONGO_CAPTCHA_URI=
2020
PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
21-
PROSOPO_PACKAGE_VERSION=2.2.3
21+
PROSOPO_PACKAGE_VERSION=2.3.0
2222
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
2323
PROSOPO_PROVIDER_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
2424
PROSOPO_PROVIDER_JSON=

dev/scripts/env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PROSOPO_DEFAULT_ENVIRONMENT=production
1616
PROSOPO_LOG_LEVEL=info
1717
PROSOPO_MONGO_CAPTCHA_URI=
1818
PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
19-
PROSOPO_PACKAGE_VERSION=2.2.3
19+
PROSOPO_PACKAGE_VERSION=2.3.0
2020
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
2121
PROSOPO_PROVIDER_ADDRESS=
2222
PROSOPO_PROVIDER_JSON=

dev/scripts/env.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PROSOPO_DEFAULT_ENVIRONMENT=staging
2121
PROSOPO_LOG_LEVEL=info
2222
PROSOPO_MONGO_CAPTCHA_URI=
2323
PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
24-
PROSOPO_PACKAGE_VERSION=2.2.3
24+
PROSOPO_PACKAGE_VERSION=2.3.0
2525
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
2626
PROSOPO_PROVIDER_ADDRESS=
2727
PROSOPO_PROVIDER_JSON=

dev/scripts/env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PROSOPO_DEFAULT_ENVIRONMENT=development
2121
PROSOPO_LOG_LEVEL=info
2222
PROSOPO_MONGO_CAPTCHA_URI=mongodb://root:root@localhost:27017/captchastorage?authSource=admin
2323
PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
24-
PROSOPO_PACKAGE_VERSION=2.2.3
24+
PROSOPO_PACKAGE_VERSION=2.3.0
2525
PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
2626
PROSOPO_PROVIDER_ADDRESS=5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV
2727
PROSOPO_PROVIDER_JSON=

dev/scripts/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/scripts",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Dev scripts for working with prosopo packages",
55
"main": "dist/index.js",
66
"type": "module",
@@ -26,19 +26,19 @@
2626
"@polkadot/keyring": "12.6.2",
2727
"@polkadot/util": "12.6.2",
2828
"@polkadot/util-crypto": "12.6.2",
29-
"@prosopo/account": "2.2.3",
30-
"@prosopo/cli": "2.2.3",
31-
"@prosopo/common": "2.2.3",
32-
"@prosopo/config": "2.2.3",
33-
"@prosopo/datasets": "2.2.3",
34-
"@prosopo/dotenv": "2.2.3",
35-
"@prosopo/env": "2.2.3",
36-
"@prosopo/keyring": "2.2.3",
37-
"@prosopo/provider": "2.2.3",
38-
"@prosopo/types": "2.2.3",
39-
"@prosopo/types-database": "2.2.3",
40-
"@prosopo/types-env": "2.2.3",
41-
"@prosopo/util": "2.2.3",
29+
"@prosopo/account": "2.3.0",
30+
"@prosopo/cli": "2.3.0",
31+
"@prosopo/common": "2.3.0",
32+
"@prosopo/config": "2.3.0",
33+
"@prosopo/datasets": "2.3.0",
34+
"@prosopo/dotenv": "2.3.0",
35+
"@prosopo/env": "2.3.0",
36+
"@prosopo/keyring": "2.3.0",
37+
"@prosopo/provider": "2.3.0",
38+
"@prosopo/types": "2.3.0",
39+
"@prosopo/types-database": "2.3.0",
40+
"@prosopo/types-env": "2.3.0",
41+
"@prosopo/util": "2.3.0",
4242
"dotenv": "16.4.5",
4343
"express": "4.21.1",
4444
"fast-glob": "3.3.2",

dev/ts-brand/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/ts-brand",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Brand your TypeScript types",
55
"main": "./dist/index.js",
66
"type": "module",
@@ -24,7 +24,7 @@
2424
"author": "Prosopo Limited",
2525
"license": "Apache-2.0",
2626
"dependencies": {
27-
"@prosopo/config": "2.2.3",
27+
"@prosopo/config": "2.3.0",
2828
"dotenv": "16.4.5",
2929
"express": "4.21.1"
3030
},

dev/vite-plugin-watch-workspace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosopo/vite-plugin-watch-workspace",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Vite plugin for watching and rebuilding external files",
55
"main": "./dist/index.js",
66
"type": "module",
@@ -23,7 +23,7 @@
2323
"author": "Prosopo Limited",
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@prosopo/config": "2.2.3",
26+
"@prosopo/config": "2.3.0",
2727
"debug": "4.3.7",
2828
"esbuild": "0.23.1",
2929
"express": "4.21.1",

docker/images/provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"node": "20",
66
"npm": ">=9"
77
},
8-
"version": "2.2.3"
8+
"version": "2.3.0"
99
}

0 commit comments

Comments
 (0)