@xifu/shader-graph-glsl 0.2.0 → 0.3.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/dist/editor/index.js +2 -1
- package/package.json +3 -2
package/dist/editor/index.js
CHANGED
|
@@ -14158,7 +14158,7 @@ var ListIOItem = ({ list, value, onChange }) => {
|
|
|
14158
14158
|
// package.json
|
|
14159
14159
|
var package_default = {
|
|
14160
14160
|
name: "@xifu/shader-graph-glsl",
|
|
14161
|
-
version: "0.
|
|
14161
|
+
version: "0.3.0",
|
|
14162
14162
|
description: "Shader Graph GLSL \u2014 visual node-based shader editor & runtime engine",
|
|
14163
14163
|
type: "module",
|
|
14164
14164
|
private: false,
|
|
@@ -14173,6 +14173,7 @@ var package_default = {
|
|
|
14173
14173
|
},
|
|
14174
14174
|
"./editor": {
|
|
14175
14175
|
types: "./dist/editor/index.d.ts",
|
|
14176
|
+
style: "./dist/editor/index.css",
|
|
14176
14177
|
import: "./dist/editor/index.js"
|
|
14177
14178
|
}
|
|
14178
14179
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xifu/shader-graph-glsl",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Shader Graph GLSL — visual node-based shader editor & runtime engine",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"./editor": {
|
|
17
17
|
"types": "./dist/editor/index.d.ts",
|
|
18
|
+
"style": "./dist/editor/index.css",
|
|
18
19
|
"import": "./dist/editor/index.js"
|
|
19
20
|
}
|
|
20
21
|
},
|
|
@@ -69,4 +70,4 @@
|
|
|
69
70
|
"publishConfig": {
|
|
70
71
|
"access": "public"
|
|
71
72
|
}
|
|
72
|
-
}
|
|
73
|
+
}
|