@awesome-flow/noise 0.10.0 → 0.11.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awesome-flow/noise",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "The Awesome Flow package for noise. Provides basic components to define noise-based flows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@awesome-ecs/abstract": "0.23.0",
|
|
35
|
-
"@awesome-flow/core": "0.
|
|
35
|
+
"@awesome-flow/core": "0.11.0",
|
|
36
36
|
"@mantine/core": "^8.3.16",
|
|
37
37
|
"@mantine/form": "^8.3.16",
|
|
38
38
|
"@mantine/hooks": "^8.3.16",
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"url": "https://github.com/privatebytes/awesome-flow/issues"
|
|
123
123
|
},
|
|
124
124
|
"homepage": "https://github.com/privatebytes/awesome-flow#readme",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "c5dcf8e9f1131e63352ed0f9eb5cef64986ef139"
|
|
126
126
|
}
|