potato-map3d-ui2 0.0.29 → 0.0.31

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.
@@ -939,7 +939,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
939
939
  });
940
940
  const potatoMap3dUi2 = {
941
941
  install: (app) => {
942
- app.component("map3dt", _sfc_main$9);
942
+ app.component("Map3dT", _sfc_main$9);
943
943
  app.component("ControlZoomOut", _sfc_main$8);
944
944
  app.component("ControlZoomIn", _sfc_main$7);
945
945
  app.component("ControlMask", _sfc_main$6);
@@ -942,7 +942,7 @@
942
942
  });
943
943
  const potatoMap3dUi2 = {
944
944
  install: (app) => {
945
- app.component("map3dt", _sfc_main$9);
945
+ app.component("Map3dT", _sfc_main$9);
946
946
  app.component("ControlZoomOut", _sfc_main$8);
947
947
  app.component("ControlZoomIn", _sfc_main$7);
948
948
  app.component("ControlMask", _sfc_main$6);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "potato-map3d-ui2",
3
3
  "private": false,
4
- "version": "0.0.29",
4
+ "version": "0.0.31",
5
5
  "main": "./dist/map3d-ui2.umd.js",
6
6
  "module": "./dist/map3d-ui2.es.js",
7
7
  "type": "module",
@@ -23,12 +23,12 @@
23
23
  "dependencies": {
24
24
  "axios": "^1.4.0",
25
25
  "vite-plugin-dts": "^2.2.0",
26
- "vue": "^3.2.47",
26
+ "vue": "^2.0.0 || >=3.0.0",
27
27
  "vue-demi": "^0.14.5"
28
28
  },
29
29
  "peerDependencies": {
30
- "@vue/composition-api": "^1.0.0-beta.1",
31
- "vue": "^2.0.0 || >=3.0.0-rc.0"
30
+ "@vue/composition-api": "^1.7.1",
31
+ "vue": "^2.0.0 || >=3.0.0"
32
32
  },
33
33
  "peerDependenciesMeta": {
34
34
  "@vue/composition-api": {
@@ -41,7 +41,6 @@
41
41
  "typescript": "^4.9.3",
42
42
  "unocss": "^0.53.6",
43
43
  "vite": "^4.3.2",
44
- "vue-tsc": "^1.2.0",
45
- "vue": "3.0.0"
44
+ "vue-tsc": "^1.2.0"
46
45
  }
47
46
  }