@spiffcommerce/core 0.6.10 → 0.6.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/dist/types.d.ts CHANGED
@@ -574,6 +574,8 @@ export interface Transaction {
574
574
  */
575
575
  workflowViewerLink?: string;
576
576
  bulkSourceUrl?: string;
577
+ bulkEmailAddress?: string;
578
+ lastSyncedAt?: string;
577
579
  }
578
580
  /**
579
581
  * Fields found in a variant within a line item resource.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.6.10",
3
+ "version": "0.6.12",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",
@@ -15,10 +15,56 @@
15
15
  },
16
16
  "targets": {
17
17
  "main": {
18
- "optimize": true
18
+ "optimize": true,
19
+ "includeNodeModules": [
20
+ "papyrus",
21
+ "spiff-preview",
22
+ "@emotion/react",
23
+ "@emotion/styled",
24
+ "@wojtekmaj/enzyme-adapter-react-17",
25
+ "axios",
26
+ "canvas",
27
+ "css",
28
+ "eslint-plugin-react",
29
+ "exif",
30
+ "file-type",
31
+ "lodash.clonedeep",
32
+ "lodash.isequal",
33
+ "opentype.js",
34
+ "qrcode",
35
+ "react",
36
+ "react-dom",
37
+ "svg-path-bbox",
38
+ "@babylonjs/core",
39
+ "@babylonjs/loaders",
40
+ "babylonjs-gltf2interface"
41
+ ]
19
42
  },
20
43
  "module": {
21
- "optimize": true
44
+ "optimize": true,
45
+ "includeNodeModules": [
46
+ "papyrus",
47
+ "spiff-preview",
48
+ "@emotion/react",
49
+ "@emotion/styled",
50
+ "@wojtekmaj/enzyme-adapter-react-17",
51
+ "axios",
52
+ "canvas",
53
+ "css",
54
+ "eslint-plugin-react",
55
+ "exif",
56
+ "file-type",
57
+ "lodash.clonedeep",
58
+ "lodash.isequal",
59
+ "opentype.js",
60
+ "qrcode",
61
+ "react",
62
+ "react-dom",
63
+ "svg-path-bbox",
64
+ "@babylonjs/core",
65
+ "@babylonjs/loaders",
66
+ "babylonjs-gltf2interface"
67
+ ]
22
68
  }
23
69
  },
24
70
  "keywords": [