@prosopo/scripts 2.1.11 → 2.1.13

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 +1 -1
  2. package/package.json +13 -13
package/env.staging CHANGED
@@ -21,7 +21,7 @@ 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.11
24
+ PROSOPO_PACKAGE_VERSION=2.1.13
25
25
  PROSOPO_PROVIDER_ACCOUNT_PASSWORD=
26
26
  PROSOPO_PROVIDER_ADDRESS=
27
27
  PROSOPO_PROVIDER_JSON=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/scripts",
3
- "version": "2.1.11",
3
+ "version": "2.1.13",
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.11",
30
- "@prosopo/common": "2.1.11",
31
- "@prosopo/config": "2.1.11",
32
- "@prosopo/contract": "2.1.11",
33
- "@prosopo/datasets": "2.1.11",
34
- "@prosopo/dotenv": "2.1.11",
35
- "@prosopo/env": "2.1.11",
36
- "@prosopo/provider": "2.1.11",
37
- "@prosopo/types": "2.1.11",
38
- "@prosopo/types-database": "2.1.11",
39
- "@prosopo/types-env": "2.1.11",
40
- "@prosopo/util": "2.1.11",
29
+ "@prosopo/cli": "2.1.13",
30
+ "@prosopo/common": "2.1.13",
31
+ "@prosopo/config": "2.1.13",
32
+ "@prosopo/contract": "2.1.13",
33
+ "@prosopo/datasets": "2.1.13",
34
+ "@prosopo/dotenv": "2.1.13",
35
+ "@prosopo/env": "2.1.13",
36
+ "@prosopo/provider": "2.1.13",
37
+ "@prosopo/types": "2.1.13",
38
+ "@prosopo/types-database": "2.1.13",
39
+ "@prosopo/types-env": "2.1.13",
40
+ "@prosopo/util": "2.1.13",
41
41
  "dotenv": "16.4.5",
42
42
  "fast-glob": "3.3.2",
43
43
  "fs-extra": "11.2.0",