@imtbl/minting-backend 2.1.5 → 2.1.6-alpha.0

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 +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm add @imtbl/minting-backend
23
23
  # or
24
24
  pnpm add @imtbl/minting-backend
25
25
  # or
26
- pnpm add @imtbl/minting-backend
26
+ yarn add @imtbl/minting-backend
27
27
  ```
28
28
 
29
29
  ## SDK Installation
@@ -50,4 +50,4 @@ import { mintingBackend } from '@imtbl/sdk';
50
50
  const { MintingBackendModule } = mintingBackend;
51
51
  ```
52
52
 
53
- However this method will result in a larger bundle size as the entire `@imtbl/minting-backend` package will be included in your bundle.
53
+ However this method will result in a larger bundle size as the entire `@imtbl/minting-backend` package will be included in your bundle.
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.1.5",
4
+ "version": "2.1.6-alpha.0",
5
5
  "author": "Immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/blockchain-data": "2.1.5",
9
- "@imtbl/config": "2.1.5",
10
- "@imtbl/generated-clients": "2.1.5",
11
- "@imtbl/metrics": "2.1.5",
12
- "@imtbl/webhook": "2.1.5",
8
+ "@imtbl/blockchain-data": "2.1.6-alpha.0",
9
+ "@imtbl/config": "2.1.6-alpha.0",
10
+ "@imtbl/generated-clients": "2.1.6-alpha.0",
11
+ "@imtbl/metrics": "2.1.6-alpha.0",
12
+ "@imtbl/webhook": "2.1.6-alpha.0",
13
13
  "uuid": "^8.3.2"
14
14
  },
15
15
  "devDependencies": {