@wix/consent-policy 1.0.2 → 1.0.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.
@@ -1,2 +1,3 @@
1
+ import * as cmp from '@wix/auto_sdk_consent-policy_cmp';
1
2
  import * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
2
- export { cookieBannerSettings };
3
+ export { cmp, cookieBannerSettings };
@@ -23,7 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.cookieBannerSettings = void 0;
26
+ exports.cookieBannerSettings = exports.cmp = void 0;
27
+ const cmp = __importStar(require("@wix/auto_sdk_consent-policy_cmp"));
28
+ exports.cmp = cmp;
27
29
  const cookieBannerSettings = __importStar(require("@wix/auto_sdk_consent-policy_cookie-banner-settings"));
28
30
  exports.cookieBannerSettings = cookieBannerSettings;
29
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0GAA4F;AAEnF,oDAAoB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAwD;AAG/C,kBAAG;AAFZ,0GAA4F;AAE9E,oDAAoB"}
@@ -1 +1,2 @@
1
+ export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';
1
2
  export * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
package/build/cjs/meta.js CHANGED
@@ -23,6 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.cookieBannerSettings = void 0;
26
+ exports.cookieBannerSettings = exports.cmp = void 0;
27
+ exports.cmp = __importStar(require("@wix/auto_sdk_consent-policy_cmp/meta"));
27
28
  exports.cookieBannerSettings = __importStar(require("@wix/auto_sdk_consent-policy_cookie-banner-settings/meta"));
28
29
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iHAAiG"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6EAA6D;AAC7D,iHAAiG"}
@@ -1,2 +1,3 @@
1
+ import * as cmp from '@wix/auto_sdk_consent-policy_cmp';
1
2
  import * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
2
- export { cookieBannerSettings };
3
+ export { cmp, cookieBannerSettings };
package/build/es/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import * as cmp from '@wix/auto_sdk_consent-policy_cmp';
1
2
  import * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
2
- export { cookieBannerSettings };
3
+ export { cmp, cookieBannerSettings };
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,kCAAkC,CAAC;AACxD,OAAO,KAAK,oBAAoB,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAE,GAAG,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1 +1,2 @@
1
+ export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';
1
2
  export * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
package/build/es/meta.js CHANGED
@@ -1,2 +1,3 @@
1
+ export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';
1
2
  export * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
2
3
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,0DAA0D,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,uCAAuC,CAAC;AAC7D,OAAO,KAAK,oBAAoB,MAAM,0DAA0D,CAAC"}
@@ -1,2 +1,3 @@
1
+ import * as cmp from '@wix/auto_sdk_consent-policy_cmp';
1
2
  import * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
2
- export { cookieBannerSettings };
3
+ export { cmp, cookieBannerSettings };
@@ -23,7 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.cookieBannerSettings = void 0;
26
+ exports.cookieBannerSettings = exports.cmp = void 0;
27
+ const cmp = __importStar(require("@wix/auto_sdk_consent-policy_cmp"));
28
+ exports.cmp = cmp;
27
29
  const cookieBannerSettings = __importStar(require("@wix/auto_sdk_consent-policy_cookie-banner-settings"));
28
30
  exports.cookieBannerSettings = cookieBannerSettings;
29
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0GAA4F;AAEnF,oDAAoB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAwD;AAG/C,kBAAG;AAFZ,0GAA4F;AAE9E,oDAAoB"}
@@ -1 +1,2 @@
1
+ export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';
1
2
  export * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
@@ -23,6 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.cookieBannerSettings = void 0;
26
+ exports.cookieBannerSettings = exports.cmp = void 0;
27
+ exports.cmp = __importStar(require("@wix/auto_sdk_consent-policy_cmp/meta"));
27
28
  exports.cookieBannerSettings = __importStar(require("@wix/auto_sdk_consent-policy_cookie-banner-settings/meta"));
28
29
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iHAAiG"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6EAA6D;AAC7D,iHAAiG"}
@@ -1,2 +1,3 @@
1
+ import * as cmp from '@wix/auto_sdk_consent-policy_cmp';
1
2
  import * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
2
- export { cookieBannerSettings };
3
+ export { cmp, cookieBannerSettings };
@@ -1,3 +1,4 @@
1
+ import * as cmp from '@wix/auto_sdk_consent-policy_cmp';
1
2
  import * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings';
2
- export { cookieBannerSettings };
3
+ export { cmp, cookieBannerSettings };
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,kCAAkC,CAAC;AACxD,OAAO,KAAK,oBAAoB,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAE,GAAG,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1 +1,2 @@
1
+ export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';
1
2
  export * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
@@ -1,2 +1,3 @@
1
+ export * as cmp from '@wix/auto_sdk_consent-policy_cmp/meta';
1
2
  export * as cookieBannerSettings from '@wix/auto_sdk_consent-policy_cookie-banner-settings/meta';
2
3
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,0DAA0D,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,uCAAuC,CAAC;AAC7D,OAAO,KAAK,oBAAoB,MAAM,0DAA0D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/consent-policy",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -32,6 +32,7 @@
32
32
  "service-plugins"
33
33
  ],
34
34
  "dependencies": {
35
+ "@wix/auto_sdk_consent-policy_cmp": "1.0.0",
35
36
  "@wix/auto_sdk_consent-policy_cookie-banner-settings": "1.0.0"
36
37
  },
37
38
  "devDependencies": {
@@ -52,5 +53,5 @@
52
53
  "fqdn": ""
53
54
  }
54
55
  },
55
- "falconPackageHash": "e3a80cf3c8de2881484f67ab520cb09615aba68dac4d93ddafbb94f7"
56
+ "falconPackageHash": "95902e0e110f74f46b333379d07a9a1d5ebcd0324d1c2b1633444001"
56
57
  }