@wippy-fe/types-global-proxy 0.0.15 → 0.0.16

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 +3 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -823,6 +823,9 @@ declare const _default: {
823
823
  info: Record<string, string>;
824
824
  help: Record<string, string>;
825
825
  accent: Record<string, string>;
826
+ surface: {
827
+ 850: string;
828
+ };
826
829
  };
827
830
  };
828
831
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wippy-fe/types-global-proxy",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Global type declarations for Wippy iframe proxy (window.getWippyApi, $W, etc.)",
5
5
  "types": "index.d.ts"
6
6
  }