@vcmap/plugin-cli 2.0.4 → 2.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.
package/README.md CHANGED
@@ -113,7 +113,6 @@ as peer dependencies if you use them in your plugin:
113
113
  - @vcmap/core
114
114
  - @vcmap/cesium
115
115
  - ol
116
- - @vcsuite/ui-components
117
116
  - vue
118
117
  - @vue/composition-api
119
118
  - vuetify
@@ -20,7 +20,7 @@
20
20
 
21
21
  <script>
22
22
  import { inject } from '@vue/composition-api';
23
- import { VcsButton } from '@vcsuite/ui-components';
23
+ import { VcsButton } from '@vcmap/ui';
24
24
 
25
25
  export const windowId = 'hello_world_window_id';
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vcmap/plugin-cli",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "A CLI to help develop and build plugins for the VC Map",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -41,7 +41,7 @@
41
41
  "vue-template-compiler": "^2.6.14"
42
42
  },
43
43
  "peerDependencies": {
44
- "@vcmap/ui": "^5.0.0-rc.7",
44
+ "@vcmap/ui": "^5.0.0-rc.9",
45
45
  "vue": "^2.6.14"
46
46
  },
47
47
  "peerDependenciesMeta": {
package/src/create.js CHANGED
@@ -174,7 +174,6 @@ export default async function create() {
174
174
  ];
175
175
 
176
176
  const peerDependencyChoices = [
177
- { title: '@vcsuite/ui-components', value: '@vcsuite/ui-components', selected: true },
178
177
  { title: '@vcmap/core', value: '@vcmap/core' },
179
178
  { title: '@vcmap/cesium', value: '@vcmap/cesium' },
180
179
  { title: 'ol', value: 'ol@~6.13.0' },
package/src/serve.js CHANGED
@@ -78,7 +78,6 @@ export default async function serve(options) {
78
78
  '@vcmap/ui',
79
79
  '@vcmap/core',
80
80
  'ol',
81
- '@vcsuite/ui-components',
82
81
  'proj4',
83
82
  ],
84
83
  include: [