aircitytype 1.0.4 → 1.0.5

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
@@ -505,6 +505,7 @@ interface CustomObject {
505
505
  setLocation(id: string | string[], arr: [number, number, number]): void;
506
506
  show(ids: string[] | string, fn?: () => void): void;
507
507
  hide(ids: string[] | string, fn?: () => void): void;
508
+ restoreMaterial(ids: string | string[]): void;
508
509
  }
509
510
 
510
511
  interface Heatmap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aircitytype",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {