@kameleoon/javascript-sdk-core 5.14.2 → 5.14.4
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/CHANGELOG.md +26 -8
- package/dist/javascript-sdk-core-browser.cjs.js +14 -7
- package/dist/javascript-sdk-core-browser.cjs.js.map +1 -1
- package/dist/javascript-sdk-core-browser.es.js +14 -7
- package/dist/javascript-sdk-core-browser.es.js.map +1 -1
- package/dist/javascript-sdk-core.cjs.js +14 -7
- package/dist/javascript-sdk-core.cjs.js.map +1 -1
- package/dist/javascript-sdk-core.es.js +14 -7
- package/dist/javascript-sdk-core.es.js.map +1 -1
- package/dist/kameleoonData/cookie.d.ts +0 -1
- package/package.json +1 -1
|
@@ -14,7 +14,6 @@ export declare class Cookie implements IKameleoonData {
|
|
|
14
14
|
/**
|
|
15
15
|
* @method fromString - a static method for creating an instance of `Cookie` from a string
|
|
16
16
|
* @param {string} cookieString - a string containing a list of cookies
|
|
17
|
-
* @throws {KameleoonError} throws an error if the string is not valid cookie
|
|
18
17
|
* @returns {Cookie} an instance of `Cookie`
|
|
19
18
|
* */
|
|
20
19
|
static fromString(cookieString: string): Cookie;
|