@operato/scene-scichart 9.0.0-beta.2 → 9.0.0-beta.3
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 +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-scichart",
|
3
3
|
"description": "scichart wrapping component",
|
4
|
-
"version": "9.0.0-beta.
|
4
|
+
"version": "9.0.0-beta.3",
|
5
5
|
"type": "module",
|
6
6
|
"license": "MIT",
|
7
7
|
"things-scene": true,
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"prettier --write"
|
61
61
|
]
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "5f81f48c4dfc0101ca86998417d03463f8112072"
|
64
64
|
}
|
package/things-scene.config.js
CHANGED