@tinywork/glass 1.0.10 → 1.0.11

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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -465,6 +465,7 @@ declare global {
465
465
  percent: number;
466
466
  text?: string;
467
467
  }): IGlassExtensionInvokeResponse<void>;
468
+ closeProgress(): IGlassExtensionInvokeResponse<void>;
468
469
 
469
470
  transformDocToJsonSchema(
470
471
  doc: DocFullSchema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinywork/glass",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "",
5
5
  "types": "index.d.ts",
6
6
  "files": [