@wippy-fe/types-global-proxy 0.0.1 → 0.0.6

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 +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -579,8 +579,8 @@ interface ApiRoutes {
579
579
  undo: string;
580
580
  redo: string;
581
581
  };
582
- npm: {
583
- globalAutoload: string;
582
+ components: {
583
+ list: string;
584
584
  };
585
585
  tools: {
586
586
  byName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wippy-fe/types-global-proxy",
3
- "version": "0.0.1",
3
+ "version": "0.0.6",
4
4
  "description": "Global type declarations for Wippy iframe proxy (window.getWippyApi, $W, etc.)",
5
5
  "types": "index.d.ts"
6
6
  }