@schibsted/account-sdk-browser 4.8.7-beta.2 → 4.8.7-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/es5/global.js +1 -1
- package/es5/global.js.map +1 -1
- package/es5/global.min.js +1 -1
- package/es5/global.min.js.map +1 -1
- package/es5/identity.js +1 -1
- package/es5/identity.js.map +1 -1
- package/es5/identity.min.js +1 -1
- package/es5/identity.min.js.map +1 -1
- package/es5/index.js +1 -1
- package/es5/index.js.map +1 -1
- package/es5/index.min.js +1 -1
- package/es5/index.min.js.map +1 -1
- package/es5/monetization.js +1 -1
- package/es5/monetization.js.map +1 -1
- package/es5/monetization.min.js +1 -1
- package/es5/monetization.min.js.map +1 -1
- package/package.json +1 -1
- package/src/identity.d.ts +0 -5
- package/src/version.js +1 -1
package/README.md
CHANGED
|
@@ -38,6 +38,10 @@ domain, your local domain should be local.sdk-example.com.
|
|
|
38
38
|
If this is for a new site and there is no sessionDomain yet, contact
|
|
39
39
|
[support](mailto:schibstedaccount@schibsted.com) to initiate the process.
|
|
40
40
|
|
|
41
|
+
## Migration to 5.x.x (ITP)
|
|
42
|
+
|
|
43
|
+
Follow the [migration guide](./MIGRATION.md).
|
|
44
|
+
|
|
41
45
|
## Simplified login widget
|
|
42
46
|
|
|
43
47
|
1. Ensure that your site has no site specific terms and conditions in the Schibsted account login flow.
|
package/es5/global.js
CHANGED
|
@@ -11958,7 +11958,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11958
11958
|
|
|
11959
11959
|
|
|
11960
11960
|
|
|
11961
|
-
var version = '4.8.7-beta.
|
|
11961
|
+
var version = '4.8.7-beta.3';
|
|
11962
11962
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
11963
11963
|
|
|
11964
11964
|
/***/ }),
|