@web-noise/core 0.0.16-alpha.8 → 0.0.17

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web-noise/core",
3
- "version": "0.0.16-alpha.8",
3
+ "version": "0.0.17",
4
4
  "source": "index.ts",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/module.js",
@@ -109,8 +109,6 @@
109
109
  "@emotion/css": "^11.11.2",
110
110
  "@emotion/react": "^11.11.1",
111
111
  "@emotion/styled": "^11.11.0",
112
- "@web-noise/fetch": "*",
113
- "@web-noise/patch": "*",
114
112
  "@xyflow/react": "^12.9.2",
115
113
  "CanvasSpliner": "github:jonathanlurie/CanvasSpliner",
116
114
  "hotkeys-js": "^3.13.1",
@@ -146,6 +144,8 @@
146
144
  "web-audio-engine": "^0.13.4"
147
145
  },
148
146
  "peerDependencies": {
147
+ "@web-noise/fetch": "*",
148
+ "@web-noise/patch": "*",
149
149
  "react": "^19.1.1",
150
150
  "react-dom": "^19.1.1"
151
151
  }