@tinywork/glass 1.0.5 → 1.0.8

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.
@@ -211,7 +211,8 @@ declare global {
211
211
  | { type: "version"; data: Version }
212
212
  | { type: "plan"; data: Plan }
213
213
  | { type: "case"; data: Case }
214
- | { type: "association"; data: Association };
214
+ | { type: "association"; data: Association }
215
+ | { type: "unknow" };
215
216
 
216
217
  type SyncDataType =
217
218
  | "group"
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@tinywork/glass",
3
- "version": "1.0.5",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
- "main": "src/index.ts",
6
- "types": "src/index.ts",
5
+ "types": "index.d.ts",
7
6
  "files": [
8
- "src"
7
+ "index.d.ts"
9
8
  ],
10
9
  "scripts": {
11
10
  "release": "standard-version"