@candlerip/shared3 0.0.90 → 0.0.91

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1,2 +1,2 @@
1
- import { COOKIE_CONSENT_CONFIG } from '../cookie-consent/index.js';
1
+ import { COOKIE_CONSENT_CONFIG } from '../cookie-consent/config.js';
2
2
  export declare const COOKIE_CONSENT_KEYS: Array<keyof typeof COOKIE_CONSENT_CONFIG>;
@@ -1,2 +1,2 @@
1
- import { COOKIE_CONSENT_CONFIG } from '../cookie-consent/index.js';
1
+ import { COOKIE_CONSENT_CONFIG } from '../cookie-consent/config.js';
2
2
  export const COOKIE_CONSENT_KEYS = Object.keys(COOKIE_CONSENT_CONFIG);