@operato/scene-grist 8.0.0-beta.1 → 8.0.0-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -894
- package/schema.graphql +0 -4458
- package/src/grist-action.ts +0 -417
- package/src/grist.ts +0 -354
- package/src/index.ts +0 -4
- package/src/templates/grist-action.ts +0 -20
- package/src/templates/grist.ts +0 -98
- package/src/templates/index.ts +0 -4
- package/tsconfig.json +0 -23
- package/tsconfig.tsbuildinfo +0 -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": "8.0.0-beta.
|
5
|
+
"version": "8.0.0-beta.2",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
8
8
|
"license": "MIT",
|
@@ -61,5 +61,5 @@
|
|
61
61
|
"prettier --write"
|
62
62
|
]
|
63
63
|
},
|
64
|
-
"gitHead": "
|
64
|
+
"gitHead": "d6329b4f15ae63c2a99ec5b58ee1d527e88a4c36"
|
65
65
|
}
|