@washingtonpost/subs-de-inputs 0.1.1-canary.3 → 0.2.0-canary.0

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.
@@ -2,7 +2,7 @@ import { getAttributes, ingest } from '../services/dataEnrichment';
2
2
  export declare type TWPDEU = {
3
3
  getFieldConfigs: typeof getAttributes;
4
4
  push: typeof ingest;
5
- version: string;
5
+ version?: string;
6
6
  };
7
7
  declare global {
8
8
  interface Window {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.1-canary.3",
2
+ "version": "0.2.0-canary.0",
3
3
  "license": "UNLICENSED",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -36,13 +36,13 @@
36
36
  "name": "de-inputs: utils",
37
37
  "path": "dist/subs-de-inputs.esm.js",
38
38
  "import": "{ getAttributes, ingest }",
39
- "limit": "50 KB"
39
+ "limit": "5 KB"
40
40
  },
41
41
  {
42
42
  "name": "de-inputs: DESelect",
43
43
  "path": "dist/subs-de-inputs.esm.js",
44
44
  "import": "{ DESelect }",
45
- "limit": "50 KB"
45
+ "limit": "5 KB"
46
46
  }
47
47
  ],
48
48
  "devDependencies": {
@@ -1,2 +0,0 @@
1
- import { I1pDataInputProps } from '../interfaces';
2
- export declare const getDefaultSubmitData: (formOptions: Array<I1pDataInputProps>) => I1pDataFormSubmitData;
@@ -1,4 +0,0 @@
1
- /**
2
- * @deprecated - use hasRequiredPrivacyCookies instead
3
- */
4
- export declare const hasRequiredCookies: () => boolean | "" | null | undefined;