@portkey/onboarding 2.0.0-alpha.4 → 2.0.0-alpha.5

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/onboarding",
3
- "version": "2.0.0-alpha.4",
3
+ "version": "2.0.0-alpha.5",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -40,11 +40,11 @@
40
40
  "start": "tsc --watch"
41
41
  },
42
42
  "dependencies": {
43
- "@portkey/detect-provider": "^1.0.1",
44
- "@portkey/types": "^2.0.0-alpha.4",
45
- "@portkey/utils": "^2.0.0-alpha.4",
43
+ "@portkey/detect-provider": "^2.0.0-alpha.2",
44
+ "@portkey/types": "^2.0.0-alpha.5",
45
+ "@portkey/utils": "^2.0.0-alpha.5",
46
46
  "bowser": "^2.11.0",
47
47
  "query-string": "^7.1.1"
48
48
  },
49
- "gitHead": "e9d7054e408093ce7eadc55bb3d79199c3a95fd1"
49
+ "gitHead": "07356af21ac517df52a2a7048bbcbe6d3c3c4677"
50
50
  }