@wix/consent-policy 1.0.10 → 1.0.12
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/build/cjs/index.d.ts +3 -0
- package/build/cjs/index.js +3 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -4
- package/build/cjs/meta.js +3 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +3 -0
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +6 -4
- package/build/es/meta.mjs +2 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -0
- package/build/internal/cjs/index.js +3 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -4
- package/build/internal/cjs/meta.js +3 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -0
- package/build/internal/es/index.mjs +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +6 -4
- package/build/internal/es/meta.mjs +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import * as auto_sdk_consentPolicy_consentConfig from '@wix/auto_sdk_consent-policy_consent-config';
|
|
2
|
+
export { auto_sdk_consentPolicy_consentConfig as consentConfig };
|
|
1
3
|
import * as auto_sdk_consentPolicy_cmp from '@wix/auto_sdk_consent-policy_cmp';
|
|
2
4
|
export { auto_sdk_consentPolicy_cmp as cmp };
|
|
3
5
|
import * as auto_sdk_consentPolicy_cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
|
|
4
6
|
export { auto_sdk_consentPolicy_cookieBannerSettings as cookieBannerSettings };
|
|
7
|
+
import '@wix/auto_sdk_consent-policy_consent-config/meta';
|
|
5
8
|
import '@wix/auto_sdk_consent-policy_cmp/meta';
|
|
6
9
|
import '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
|
package/build/cjs/index.js
CHANGED
|
@@ -31,14 +31,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
cmp: () => cmp,
|
|
34
|
+
consentConfig: () => consentConfig,
|
|
34
35
|
cookieBannerSettings: () => cookieBannerSettings
|
|
35
36
|
});
|
|
36
37
|
module.exports = __toCommonJS(index_exports);
|
|
38
|
+
var consentConfig = __toESM(require("@wix/auto_sdk_consent-policy_consent-config"));
|
|
37
39
|
var cmp = __toESM(require("@wix/auto_sdk_consent-policy_cmp"));
|
|
38
40
|
var cookieBannerSettings = __toESM(require("@wix/auto_sdk_consent-policy_cookie-banner-settings"));
|
|
39
41
|
// Annotate the CommonJS export names for ESM import in node:
|
|
40
42
|
0 && (module.exports = {
|
|
41
43
|
cmp,
|
|
44
|
+
consentConfig,
|
|
42
45
|
cookieBannerSettings
|
|
43
46
|
});
|
|
44
47
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as cmp from '@wix/auto_sdk_consent-policy_cmp';\nimport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';\n\nexport { cmp, cookieBannerSettings };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;AACrB,2BAAsC;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as consentConfig from '@wix/auto_sdk_consent-policy_consent-config';\nimport * as cmp from '@wix/auto_sdk_consent-policy_cmp';\nimport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';\n\nexport { consentConfig, cmp, cookieBannerSettings };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,UAAqB;AACrB,2BAAsC;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_consent-
|
|
2
|
-
export { meta as
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_consent-
|
|
4
|
-
export { meta$1 as
|
|
1
|
+
import * as meta from '@wix/auto_sdk_consent-policy_consent-config/meta';
|
|
2
|
+
export { meta as consentConfig };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_consent-policy_cmp/meta';
|
|
4
|
+
export { meta$1 as cmp };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
|
|
6
|
+
export { meta$2 as cookieBannerSettings };
|
package/build/cjs/meta.js
CHANGED
|
@@ -31,14 +31,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
cmp: () => cmp,
|
|
34
|
+
consentConfig: () => consentConfig,
|
|
34
35
|
cookieBannerSettings: () => cookieBannerSettings
|
|
35
36
|
});
|
|
36
37
|
module.exports = __toCommonJS(meta_exports);
|
|
38
|
+
var consentConfig = __toESM(require("@wix/auto_sdk_consent-policy_consent-config/meta"));
|
|
37
39
|
var cmp = __toESM(require("@wix/auto_sdk_consent-policy_cmp/meta"));
|
|
38
40
|
var cookieBannerSettings = __toESM(require("@wix/auto_sdk_consent-policy_cookie-banner-settings/meta"));
|
|
39
41
|
// Annotate the CommonJS export names for ESM import in node:
|
|
40
42
|
0 && (module.exports = {
|
|
41
43
|
cmp,
|
|
44
|
+
consentConfig,
|
|
42
45
|
cookieBannerSettings
|
|
43
46
|
});
|
|
44
47
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';\nexport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;AACrB,2BAAsC;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as consentConfig from '@wix/auto_sdk_consent-policy_consent-config/meta';\nexport * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';\nexport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,UAAqB;AACrB,2BAAsC;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import * as auto_sdk_consentPolicy_consentConfig from '@wix/auto_sdk_consent-policy_consent-config';
|
|
2
|
+
export { auto_sdk_consentPolicy_consentConfig as consentConfig };
|
|
1
3
|
import * as auto_sdk_consentPolicy_cmp from '@wix/auto_sdk_consent-policy_cmp';
|
|
2
4
|
export { auto_sdk_consentPolicy_cmp as cmp };
|
|
3
5
|
import * as auto_sdk_consentPolicy_cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
|
|
4
6
|
export { auto_sdk_consentPolicy_cookieBannerSettings as cookieBannerSettings };
|
|
7
|
+
import '@wix/auto_sdk_consent-policy_consent-config/meta';
|
|
5
8
|
import '@wix/auto_sdk_consent-policy_cmp/meta';
|
|
6
9
|
import '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
|
package/build/es/index.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// index.ts
|
|
2
|
+
import * as consentConfig from "@wix/auto_sdk_consent-policy_consent-config";
|
|
2
3
|
import * as cmp from "@wix/auto_sdk_consent-policy_cmp";
|
|
3
4
|
import * as cookieBannerSettings from "@wix/auto_sdk_consent-policy_cookie-banner-settings";
|
|
4
5
|
export {
|
|
5
6
|
cmp,
|
|
7
|
+
consentConfig,
|
|
6
8
|
cookieBannerSettings
|
|
7
9
|
};
|
|
8
10
|
//# sourceMappingURL=index.mjs.map
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as cmp from '@wix/auto_sdk_consent-policy_cmp';\nimport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';\n\nexport { cmp, cookieBannerSettings };\n"],"mappings":";AAAA,YAAY,SAAS;AACrB,YAAY,0BAA0B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as consentConfig from '@wix/auto_sdk_consent-policy_consent-config';\nimport * as cmp from '@wix/auto_sdk_consent-policy_cmp';\nimport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';\n\nexport { consentConfig, cmp, cookieBannerSettings };\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,SAAS;AACrB,YAAY,0BAA0B;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_consent-
|
|
2
|
-
export { meta as
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_consent-
|
|
4
|
-
export { meta$1 as
|
|
1
|
+
import * as meta from '@wix/auto_sdk_consent-policy_consent-config/meta';
|
|
2
|
+
export { meta as consentConfig };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_consent-policy_cmp/meta';
|
|
4
|
+
export { meta$1 as cmp };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
|
|
6
|
+
export { meta$2 as cookieBannerSettings };
|
package/build/es/meta.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// meta.ts
|
|
2
|
+
import * as consentConfig from "@wix/auto_sdk_consent-policy_consent-config/meta";
|
|
2
3
|
import * as cmp from "@wix/auto_sdk_consent-policy_cmp/meta";
|
|
3
4
|
import * as cookieBannerSettings from "@wix/auto_sdk_consent-policy_cookie-banner-settings/meta";
|
|
4
5
|
export {
|
|
5
6
|
cmp,
|
|
7
|
+
consentConfig,
|
|
6
8
|
cookieBannerSettings
|
|
7
9
|
};
|
|
8
10
|
//# sourceMappingURL=meta.mjs.map
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';\nexport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';\n"],"mappings":";AAAA,YAAY,SAAS;AACrB,YAAY,0BAA0B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as consentConfig from '@wix/auto_sdk_consent-policy_consent-config/meta';\nexport * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';\nexport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,SAAS;AACrB,YAAY,0BAA0B;","names":[]}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import * as auto_sdk_consentPolicy_consentConfig from '@wix/auto_sdk_consent-policy_consent-config';
|
|
2
|
+
export { auto_sdk_consentPolicy_consentConfig as consentConfig };
|
|
1
3
|
import * as auto_sdk_consentPolicy_cmp from '@wix/auto_sdk_consent-policy_cmp';
|
|
2
4
|
export { auto_sdk_consentPolicy_cmp as cmp };
|
|
3
5
|
import * as auto_sdk_consentPolicy_cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
|
|
4
6
|
export { auto_sdk_consentPolicy_cookieBannerSettings as cookieBannerSettings };
|
|
7
|
+
import '@wix/auto_sdk_consent-policy_consent-config/meta';
|
|
5
8
|
import '@wix/auto_sdk_consent-policy_cmp/meta';
|
|
6
9
|
import '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
|
|
@@ -31,14 +31,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
cmp: () => cmp,
|
|
34
|
+
consentConfig: () => consentConfig,
|
|
34
35
|
cookieBannerSettings: () => cookieBannerSettings
|
|
35
36
|
});
|
|
36
37
|
module.exports = __toCommonJS(index_exports);
|
|
38
|
+
var consentConfig = __toESM(require("@wix/auto_sdk_consent-policy_consent-config"));
|
|
37
39
|
var cmp = __toESM(require("@wix/auto_sdk_consent-policy_cmp"));
|
|
38
40
|
var cookieBannerSettings = __toESM(require("@wix/auto_sdk_consent-policy_cookie-banner-settings"));
|
|
39
41
|
// Annotate the CommonJS export names for ESM import in node:
|
|
40
42
|
0 && (module.exports = {
|
|
41
43
|
cmp,
|
|
44
|
+
consentConfig,
|
|
42
45
|
cookieBannerSettings
|
|
43
46
|
});
|
|
44
47
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as cmp from '@wix/auto_sdk_consent-policy_cmp';\nimport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';\n\nexport { cmp, cookieBannerSettings };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;AACrB,2BAAsC;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as consentConfig from '@wix/auto_sdk_consent-policy_consent-config';\nimport * as cmp from '@wix/auto_sdk_consent-policy_cmp';\nimport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';\n\nexport { consentConfig, cmp, cookieBannerSettings };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,UAAqB;AACrB,2BAAsC;","names":[]}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_consent-
|
|
2
|
-
export { meta as
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_consent-
|
|
4
|
-
export { meta$1 as
|
|
1
|
+
import * as meta from '@wix/auto_sdk_consent-policy_consent-config/meta';
|
|
2
|
+
export { meta as consentConfig };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_consent-policy_cmp/meta';
|
|
4
|
+
export { meta$1 as cmp };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
|
|
6
|
+
export { meta$2 as cookieBannerSettings };
|
|
@@ -31,14 +31,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
cmp: () => cmp,
|
|
34
|
+
consentConfig: () => consentConfig,
|
|
34
35
|
cookieBannerSettings: () => cookieBannerSettings
|
|
35
36
|
});
|
|
36
37
|
module.exports = __toCommonJS(meta_exports);
|
|
38
|
+
var consentConfig = __toESM(require("@wix/auto_sdk_consent-policy_consent-config/meta"));
|
|
37
39
|
var cmp = __toESM(require("@wix/auto_sdk_consent-policy_cmp/meta"));
|
|
38
40
|
var cookieBannerSettings = __toESM(require("@wix/auto_sdk_consent-policy_cookie-banner-settings/meta"));
|
|
39
41
|
// Annotate the CommonJS export names for ESM import in node:
|
|
40
42
|
0 && (module.exports = {
|
|
41
43
|
cmp,
|
|
44
|
+
consentConfig,
|
|
42
45
|
cookieBannerSettings
|
|
43
46
|
});
|
|
44
47
|
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';\nexport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;AACrB,2BAAsC;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as consentConfig from '@wix/auto_sdk_consent-policy_consent-config/meta';\nexport * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';\nexport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,UAAqB;AACrB,2BAAsC;","names":[]}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import * as auto_sdk_consentPolicy_consentConfig from '@wix/auto_sdk_consent-policy_consent-config';
|
|
2
|
+
export { auto_sdk_consentPolicy_consentConfig as consentConfig };
|
|
1
3
|
import * as auto_sdk_consentPolicy_cmp from '@wix/auto_sdk_consent-policy_cmp';
|
|
2
4
|
export { auto_sdk_consentPolicy_cmp as cmp };
|
|
3
5
|
import * as auto_sdk_consentPolicy_cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
|
|
4
6
|
export { auto_sdk_consentPolicy_cookieBannerSettings as cookieBannerSettings };
|
|
7
|
+
import '@wix/auto_sdk_consent-policy_consent-config/meta';
|
|
5
8
|
import '@wix/auto_sdk_consent-policy_cmp/meta';
|
|
6
9
|
import '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// index.ts
|
|
2
|
+
import * as consentConfig from "@wix/auto_sdk_consent-policy_consent-config";
|
|
2
3
|
import * as cmp from "@wix/auto_sdk_consent-policy_cmp";
|
|
3
4
|
import * as cookieBannerSettings from "@wix/auto_sdk_consent-policy_cookie-banner-settings";
|
|
4
5
|
export {
|
|
5
6
|
cmp,
|
|
7
|
+
consentConfig,
|
|
6
8
|
cookieBannerSettings
|
|
7
9
|
};
|
|
8
10
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as cmp from '@wix/auto_sdk_consent-policy_cmp';\nimport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';\n\nexport { cmp, cookieBannerSettings };\n"],"mappings":";AAAA,YAAY,SAAS;AACrB,YAAY,0BAA0B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as consentConfig from '@wix/auto_sdk_consent-policy_consent-config';\nimport * as cmp from '@wix/auto_sdk_consent-policy_cmp';\nimport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';\n\nexport { consentConfig, cmp, cookieBannerSettings };\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,SAAS;AACrB,YAAY,0BAA0B;","names":[]}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_consent-
|
|
2
|
-
export { meta as
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_consent-
|
|
4
|
-
export { meta$1 as
|
|
1
|
+
import * as meta from '@wix/auto_sdk_consent-policy_consent-config/meta';
|
|
2
|
+
export { meta as consentConfig };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_consent-policy_cmp/meta';
|
|
4
|
+
export { meta$1 as cmp };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
|
|
6
|
+
export { meta$2 as cookieBannerSettings };
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// meta.ts
|
|
2
|
+
import * as consentConfig from "@wix/auto_sdk_consent-policy_consent-config/meta";
|
|
2
3
|
import * as cmp from "@wix/auto_sdk_consent-policy_cmp/meta";
|
|
3
4
|
import * as cookieBannerSettings from "@wix/auto_sdk_consent-policy_cookie-banner-settings/meta";
|
|
4
5
|
export {
|
|
5
6
|
cmp,
|
|
7
|
+
consentConfig,
|
|
6
8
|
cookieBannerSettings
|
|
7
9
|
};
|
|
8
10
|
//# sourceMappingURL=meta.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';\nexport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';\n"],"mappings":";AAAA,YAAY,SAAS;AACrB,YAAY,0BAA0B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as consentConfig from '@wix/auto_sdk_consent-policy_consent-config/meta';\nexport * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';\nexport * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,SAAS;AACrB,YAAY,0BAA0B;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/consent-policy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@wix/auto_sdk_consent-policy_cmp": "1.0.5",
|
|
37
|
-
"@wix/auto_sdk_consent-
|
|
37
|
+
"@wix/auto_sdk_consent-policy_consent-config": "1.0.0",
|
|
38
|
+
"@wix/auto_sdk_consent-policy_cookie-banner-settings": "1.0.8"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"tsup": "^8.4.0",
|
|
@@ -55,5 +56,5 @@
|
|
|
55
56
|
"fqdn": ""
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
59
|
+
"falconPackageHash": "3515658c51b1b222e6d732e3705b45047249d4fd71d527018db1e5de"
|
|
59
60
|
}
|