@portkey/onboarding 2.11.0 → 2.12.0-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.11.0",
3
+ "version": "2.12.0-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.11.0",
45
- "@portkey/utils": "^2.11.0",
44
+ "@portkey/types": "^2.12.0-alpha.1",
45
+ "@portkey/utils": "^2.12.0-alpha.1",
46
46
  "bowser": "^2.11.0",
47
47
  "query-string": "^7.1.1"
48
48
  },
49
- "gitHead": "3c07b280904822c1b6d2b0dc4d2ccd3b7bcef43a"
49
+ "gitHead": "3e650e015737c40ca794100519d4bc96a8be1254"
50
50
  }