@imtbl/config 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 +2 -2
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm add @imtbl/config
21
21
  # or
22
22
  pnpm add @imtbl/config
23
23
  # or
24
- pnpm add @imtbl/config
24
+ yarn add @imtbl/config
25
25
  ```
26
26
 
27
27
  ## SDK Installation
@@ -48,4 +48,4 @@ import { config } from '@imtbl/sdk';
48
48
  const { Environment } = config;
49
49
  ```
50
50
 
51
- However this method will result in a larger bundle size as the entire `@imtbl/config` package will be included in your bundle.
51
+ However this method will result in a larger bundle size as the entire `@imtbl/config` package will be included in your bundle.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@imtbl/config",
3
3
  "description": "Config for Immutable SDK",
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/metrics": "2.1.5"
8
+ "@imtbl/metrics": "2.1.6-alpha.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@swc/core": "^1.3.36",