@prosopo/scripts 2.1.3 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/env.staging +2 -1
  2. package/package.json +14 -14
package/env.staging CHANGED
@@ -21,13 +21,14 @@ PROSOPO_DEFAULT_ENVIRONMENT=staging
21
21
  PROSOPO_LOG_LEVEL=info
22
22
  PROSOPO_MONGO_CAPTCHA_URI=
23
23
  PROSOPO_MONGO_EVENTS_URI=mongodb+srv://<MONGO_URI_HERE>/frictionless_events
24
- PROSOPO_PACKAGE_VERSION=2.1.3
24
+ PROSOPO_PACKAGE_VERSION=2.1.5
25
25
  PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
26
26
  PROSOPO_PROVIDER_ADDRESS=
27
27
  PROSOPO_PROVIDER_JSON=
28
28
  PROSOPO_PROVIDER_MNEMONIC=
29
29
  PROSOPO_PROXY_COUNT=
30
30
  PROSOPO_SITE_KEY=
31
+ PROSOPO_SERVER_URL=
31
32
  WATCHTOWER_LABEL_ENABLE=true
32
33
  WATCHTOWER_LOG_FORMAT=JSON
33
34
  WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/scripts",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "Dev scripts for working with prosopo packages",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -26,18 +26,18 @@
26
26
  "@polkadot/keyring": "12.6.2",
27
27
  "@polkadot/util": "12.6.2",
28
28
  "@polkadot/util-crypto": "12.6.2",
29
- "@prosopo/cli": "2.1.3",
30
- "@prosopo/common": "2.1.3",
31
- "@prosopo/config": "2.1.3",
32
- "@prosopo/contract": "2.1.3",
33
- "@prosopo/datasets": "2.1.3",
34
- "@prosopo/dotenv": "2.1.3",
35
- "@prosopo/env": "2.1.3",
36
- "@prosopo/provider": "2.1.3",
37
- "@prosopo/types": "2.1.3",
38
- "@prosopo/types-database": "2.1.3",
39
- "@prosopo/types-env": "2.1.3",
40
- "@prosopo/util": "2.1.3",
29
+ "@prosopo/cli": "2.1.5",
30
+ "@prosopo/common": "2.1.5",
31
+ "@prosopo/config": "2.1.5",
32
+ "@prosopo/contract": "2.1.5",
33
+ "@prosopo/datasets": "2.1.5",
34
+ "@prosopo/dotenv": "2.1.5",
35
+ "@prosopo/env": "2.1.5",
36
+ "@prosopo/provider": "2.1.5",
37
+ "@prosopo/types": "2.1.5",
38
+ "@prosopo/types-database": "2.1.5",
39
+ "@prosopo/types-env": "2.1.5",
40
+ "@prosopo/util": "2.1.5",
41
41
  "dotenv": "16.4.5",
42
42
  "fast-glob": "3.3.2",
43
43
  "fs-extra": "11.2.0",
@@ -52,7 +52,7 @@
52
52
  "@vitest/coverage-v8": "2.1.1",
53
53
  "concurrently": "9.0.1",
54
54
  "npm-run-all": "4.1.5",
55
- "rimraf": "6.0.1",
55
+ "del-cli": "6.0.0",
56
56
  "tslib": "2.7.0",
57
57
  "tsx": "4.19.1",
58
58
  "typescript": "5.6.2",