@tinywork/glass 0.0.26 → 0.0.27

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -124,7 +124,7 @@ export interface IGlassExtension {
124
124
  }): Promise<void>;
125
125
  deactivate?(context: IGlassContext): Promise<void>;
126
126
  uninstall?(context: IGlassContext): Promise<void>;
127
- onDocChange?(context: IGlassContext, doc: DocSchema | null, originDoc: DocSchema | null): Promise<boolean>;
127
+ onDocChange?(context: IGlassContext, doc: DocFullSchema | null, originDoc: DocFullSchema | null): Promise<boolean>;
128
128
  onGroupChange?(context: IGlassContext, group: GroupSchema | null, originGroup: GroupSchema | null): Promise<boolean>;
129
129
  getDefaultRule?(context: IGlassContext, docs: DocSchema[], log: NetLog, rule?: {
130
130
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinywork/glass",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [