@imtbl/x-provider 2.1.5 → 2.1.6-alpha.1

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 +5 -5
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm add @imtbl/x-provider
23
23
  # or
24
24
  pnpm add @imtbl/x-provider
25
25
  # or
26
- pnpm add @imtbl/x-provider
26
+ yarn add @imtbl/x-provider
27
27
  ```
28
28
 
29
29
  ## SDK Installation
@@ -50,4 +50,4 @@ import { x } from '@imtbl/sdk';
50
50
  const { GenericIMXProvider } = x;
51
51
  ```
52
52
 
53
- However this method will result in a larger bundle size as the entire `@imtbl/x-provider` package will be included in your bundle.
53
+ However this method will result in a larger bundle size as the entire `@imtbl/x-provider` package will be included in your bundle.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@imtbl/x-provider",
3
3
  "description": "Provider package for Immutable SDK",
4
- "version": "2.1.5",
4
+ "version": "2.1.6-alpha.1",
5
5
  "author": "Immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/config": "2.1.5",
9
- "@imtbl/generated-clients": "2.1.5",
10
- "@imtbl/toolkit": "2.1.5",
11
- "@imtbl/x-client": "2.1.5",
8
+ "@imtbl/config": "2.1.6-alpha.1",
9
+ "@imtbl/generated-clients": "2.1.6-alpha.1",
10
+ "@imtbl/toolkit": "2.1.6-alpha.1",
11
+ "@imtbl/x-client": "2.1.6-alpha.1",
12
12
  "@magic-ext/oidc": "12.0.0",
13
13
  "@metamask/detect-provider": "^2.0.0",
14
14
  "axios": "^1.6.5",