@tinywork/glass 1.0.48 → 1.0.49

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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -529,7 +529,7 @@ declare global {
529
529
  actionIds?: string[];
530
530
  }[],
531
531
  ): IGlassExtensionInvokeResponse<void>;
532
- queryBatchs(): IGlassExtensionInvokeResponse<BatchSchema[]>;
532
+ queryBatches(): IGlassExtensionInvokeResponse<BatchSchema[]>;
533
533
  saveBatch(batch: BatchSchema): IGlassExtensionInvokeResponse<void>;
534
534
  changeBatchStatus(
535
535
  params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinywork/glass",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "",
5
5
  "types": "index.d.ts",
6
6
  "files": [