@portkey/onboarding 2.5.0-alpha.32 → 2.5.0-alpha.33

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.5.0-alpha.32",
3
+ "version": "2.5.0-alpha.33",
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.5.0-alpha.32",
45
- "@portkey/utils": "^2.5.0-alpha.32",
44
+ "@portkey/types": "^2.5.0-alpha.33",
45
+ "@portkey/utils": "^2.5.0-alpha.33",
46
46
  "bowser": "^2.11.0",
47
47
  "query-string": "^7.1.1"
48
48
  },
49
- "gitHead": "bb743274e4a8481950206e3dd70210f69a8058db"
49
+ "gitHead": "e9dd486d21aaee3fd905a028dd20c1aea12072a6"
50
50
  }