mrxy-yk 1.9.2 → 1.9.3

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.
@@ -24,4 +24,4 @@ export namespace AMap {
24
24
  export class Polyline extends _Polyline {}
25
25
  export class Weather extends _Weather {}
26
26
  }
27
- export type AMap = typeof AMap
27
+ export type AMap = typeof AMap & Record<string, any>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrxy-yk",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of Vue 3 components and utilities",