@portkey/onboarding 2.5.0-alpha.48 → 2.5.0-alpha.49

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