@web-noise/core 0.0.15-alpha.2 → 0.0.16-alpha.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web-noise/core",
3
- "version": "0.0.15-alpha.2",
3
+ "version": "0.0.16-alpha.1",
4
4
  "source": "index.ts",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/module.js",
@@ -36,7 +36,7 @@
36
36
  "distDir": "dist",
37
37
  "isLibrary": true,
38
38
  "includeNodeModules": [
39
- "reactflow/dist/style.css"
39
+ "@xyflow/react/dist/style.css"
40
40
  ],
41
41
  "optimize": true,
42
42
  "outputFormat": "commonjs"
@@ -46,7 +46,7 @@
46
46
  "distDir": "dist",
47
47
  "isLibrary": true,
48
48
  "includeNodeModules": [
49
- "reactflow/dist/style.css"
49
+ "@xyflow/react/dist/style.css"
50
50
  ],
51
51
  "optimize": true,
52
52
  "outputFormat": "esmodule"
@@ -75,23 +75,17 @@
75
75
  "componentsCjs": {
76
76
  "source": "components.ts",
77
77
  "distDir": "dist/cjs",
78
- "includeNodeModules": [
79
- "rc-slider/assets/index.css"
80
- ],
78
+ "includeNodeModules": false,
81
79
  "isLibrary": true,
82
80
  "optimize": true,
83
- "includeNodeModules": false,
84
81
  "outputFormat": "commonjs"
85
82
  },
86
83
  "componentsEsm": {
87
84
  "source": "components.ts",
88
85
  "distDir": "dist/esm",
89
- "includeNodeModules": [
90
- "rc-slider/assets/index.css"
91
- ],
86
+ "includeNodeModules": false,
92
87
  "isLibrary": true,
93
88
  "optimize": true,
94
- "includeNodeModules": false,
95
89
  "outputFormat": "esmodule"
96
90
  },
97
91
  "libCjs": {
@@ -112,15 +106,19 @@
112
106
  }
113
107
  },
114
108
  "dependencies": {
109
+ "@emotion/css": "^11.11.2",
110
+ "@emotion/react": "^11.11.1",
111
+ "@emotion/styled": "^11.11.0",
115
112
  "@web-noise/fetch": "*",
116
113
  "@web-noise/patch": "*",
114
+ "@xyflow/react": "^12.9.2",
117
115
  "CanvasSpliner": "github:jonathanlurie/CanvasSpliner",
118
- "rc-slider": "^10.3.0",
119
116
  "hotkeys-js": "^3.13.1",
120
117
  "js-file-download": "^0.4.12",
121
118
  "jsondiffpatch": "^0.5.0",
122
119
  "marked": "^4.1.1",
123
120
  "nanoid": "^3.3.7",
121
+ "rc-slider": "^10.3.0",
124
122
  "re-resizable": "^6.9.9",
125
123
  "react-contexify": "^5.0.0",
126
124
  "react-draggable": "^4.4.5",
@@ -128,12 +126,8 @@
128
126
  "react-grid-layout": "^1.3.4",
129
127
  "react-icons": "^4.10.1",
130
128
  "react-modern-drawer": "^1.2.0",
131
- "reactflow": "^11.10.3",
132
- "zustand": "^4.4.1",
133
- "@emotion/css": "^11.11.2",
134
- "@emotion/react": "^11.11.1",
135
- "@emotion/styled": "^11.11.0",
136
- "use-debounce": "^8.0.4"
129
+ "use-debounce": "^8.0.4",
130
+ "zustand": "^4.4.1"
137
131
  },
138
132
  "scripts": {
139
133
  "test": "jest",
@@ -141,15 +135,15 @@
141
135
  },
142
136
  "devDependencies": {
143
137
  "@types/jest": "^29.2.4",
138
+ "@types/react": "^19.1.12",
139
+ "@types/react-copy-to-clipboard": "^5.0.4",
140
+ "@types/react-dom": "^19.1.9",
144
141
  "@types/react-grid-layout": "^1.3.2",
145
142
  "@types/react-modal": "^3.13.1",
146
- "@types/react-copy-to-clipboard": "^5.0.4",
147
143
  "jest": "^29.3.1",
148
144
  "ts-jest": "^29.0.3",
149
- "web-audio-engine": "^0.13.4",
150
145
  "typescript": "^5.6.3",
151
- "@types/react": "^19.1.12",
152
- "@types/react-dom": "^19.1.9"
146
+ "web-audio-engine": "^0.13.4"
153
147
  },
154
148
  "peerDependencies": {
155
149
  "react": "^19.1.1",