@tinywork/glass 1.0.26 → 1.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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -298,7 +298,7 @@ declare global {
298
298
  resourceType?: ResourceType;
299
299
  response?: any;
300
300
  rule?: RuleSchema;
301
- otherRules?: { id: string; name: string }[];
301
+ otherRules?: RuleSchema[];
302
302
  defaultRule?: RuleSchema;
303
303
  isImportant?: boolean;
304
304
  duration?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinywork/glass",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "",
5
5
  "types": "index.d.ts",
6
6
  "files": [