@operato/scene-grist 9.0.0-beta.3 → 9.0.0-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/things-scene.config.js +1 -1
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/scene-grist",
|
3
3
|
"description": "Grist UI component for things-scene",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "9.0.0-beta.
|
5
|
+
"version": "9.0.0-beta.4",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
@@ -62,5 +62,5 @@
|
|
62
62
|
"prettier --write"
|
63
63
|
]
|
64
64
|
},
|
65
|
-
"gitHead": "
|
65
|
+
"gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
|
66
66
|
}
|
package/things-scene.config.js
CHANGED