@portkey/onboarding 2.4.2-alpha.0 → 2.4.2-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/onboarding",
3
- "version": "2.4.2-alpha.0",
3
+ "version": "2.4.2-alpha.1",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -41,10 +41,10 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@portkey/detect-provider": "^2.0.0-alpha.2",
44
- "@portkey/types": "^2.4.2-alpha.0",
45
- "@portkey/utils": "^2.4.2-alpha.0",
44
+ "@portkey/types": "^2.4.2-alpha.1",
45
+ "@portkey/utils": "^2.4.2-alpha.1",
46
46
  "bowser": "^2.11.0",
47
47
  "query-string": "^7.1.1"
48
48
  },
49
- "gitHead": "70b9a3ebe301509c51c97902862e1dd3fdff619b"
49
+ "gitHead": "bbd2a886c47be82a5d7fb1e9854ff43ee5ed6303"
50
50
  }