@spiffcommerce/core 0.9.4 → 0.9.6

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
@@ -966,7 +966,7 @@ export const useEditorInteraction: (editorRef: RefObject<SVGRectElement>, intera
966
966
  handleKeyUp: (event: KeyboardEvent) => void;
967
967
  handlePointerPressedBackground: () => void;
968
968
  handlePointerReleased: () => void;
969
- handlePointerMove: (e: PointerEvent, adjustmentBoundary?: Region) => void;
969
+ handlePointerMove: (event: PointerEvent, adjustmentBoundary?: Region) => void;
970
970
  handleScroll: () => void;
971
971
  handleSequenceStart: () => void;
972
972
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.9.4",
3
+ "version": "0.9.6",
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",
@@ -8,7 +8,7 @@
8
8
  "types": "dist/types.d.ts",
9
9
  "scripts": {
10
10
  "build": "parcel build",
11
- "watch": "parcel watch",
11
+ "dev": "ladle serve",
12
12
  "test": "jest && tsc --noEmit --isolatedModules",
13
13
  "prepare": "yarn run build"
14
14
  },
@@ -37,6 +37,8 @@
37
37
  "author": "Spiff Commerce",
38
38
  "devDependencies": {
39
39
  "@babel/plugin-proposal-class-properties": "^7.18.6",
40
+ "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
41
+ "@ladle/react": "^2.4.5",
40
42
  "@parcel/packager-ts": "2.7.0",
41
43
  "@parcel/transformer-typescript-tsc": "^2.7.0",
42
44
  "@parcel/transformer-typescript-types": "^2.7.0",
@@ -50,15 +52,26 @@
50
52
  "@types/react": "^17.0.9",
51
53
  "@types/react-dom": "^17.0.9",
52
54
  "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
55
+ "agent-base": "^6.0.2",
56
+ "assert": "^2.0.0",
57
+ "buffer": "^6.0.3",
53
58
  "enzyme": "^3.11.0",
59
+ "events": "^3.3.0",
60
+ "https-browserify": "^1.0.0",
54
61
  "husky": "^8.0.1",
55
62
  "jest": "^29.0.3",
56
63
  "jest-environment-jsdom": "^29.0.3",
57
64
  "parcel": "^2.7.0",
65
+ "path-browserify": "^1.0.1",
66
+ "process": "^0.11.10",
67
+ "querystring-es3": "^0.2.1",
58
68
  "react": "^17.0.2",
59
69
  "react-dom": "^17.0.2",
70
+ "stream-browserify": "^3.0.0",
71
+ "stream-http": "^3.2.0",
60
72
  "ts-jest": "^29.0.2",
61
- "typescript": "4.7.2"
73
+ "typescript": "4.7.2",
74
+ "util": "^0.12.5"
62
75
  },
63
76
  "peerDependencies": {
64
77
  "react": "^17.0.2",
@@ -66,7 +79,7 @@
66
79
  },
67
80
  "dependencies": {
68
81
  "@apollo/client": "^3.7.0",
69
- "@spiffcommerce/papyrus": "^1.5.3",
82
+ "@spiffcommerce/papyrus": "^1.5.4",
70
83
  "canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
71
84
  "cross-fetch": "^3.1.5",
72
85
  "graphql": "^16.6.0",