kapi-ui 0.1.1 → 0.1.2

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.
@@ -9,7 +9,7 @@ const overlayPath = path.resolve(__dirname, './overlay.js');
9
9
  export default function kapi() {
10
10
  let isDev = false;
11
11
  return {
12
- name: 'kapi',
12
+ name: 'kapi-ui',
13
13
  enforce: 'pre',
14
14
  config(_config, { command }) {
15
15
  isDev = command === 'serve';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kapi-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Visually prompt your UI",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -10,7 +10,7 @@
10
10
  "dist"
11
11
  ],
12
12
  "bin": {
13
- "kapi": "dist/setup.js"
13
+ "kapi-ui": "dist/setup.js"
14
14
  },
15
15
  "exports": {
16
16
  "./vite-plugin": "./dist/vite-plugin.js"