@imtbl/minting-backend 2.0.0-alpha.13 → 2.0.0-alpha.15

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/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -21,7 +21,7 @@ To install this package, run the following command:
21
21
  ```sh
22
22
  npm add @imtbl/minting-backend
23
23
  # or
24
- yarn add @imtbl/minting-backend
24
+ pnpm add @imtbl/minting-backend
25
25
  # or
26
26
  pnpm add @imtbl/minting-backend
27
27
  ```
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@imtbl/minting-backend",
3
3
  "description": "minting backend utilising Immutable Minting API",
4
- "version": "2.0.0-alpha.13",
4
+ "version": "2.0.0-alpha.15",
5
5
  "author": "Immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/blockchain-data": "2.0.0-alpha.13",
9
- "@imtbl/config": "2.0.0-alpha.13",
10
- "@imtbl/generated-clients": "2.0.0-alpha.13",
11
- "@imtbl/metrics": "2.0.0-alpha.13",
12
- "@imtbl/webhook": "2.0.0-alpha.13",
8
+ "@imtbl/blockchain-data": "2.0.0-alpha.15",
9
+ "@imtbl/config": "2.0.0-alpha.15",
10
+ "@imtbl/generated-clients": "2.0.0-alpha.15",
11
+ "@imtbl/metrics": "2.0.0-alpha.15",
12
+ "@imtbl/webhook": "2.0.0-alpha.15",
13
13
  "uuid": "^8.3.2"
14
14
  },
15
15
  "devDependencies": {