create-vixt 0.4.4 → 0.5.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 SoulLyoko
3
+ Copyright (c) 2024-PRESENT SoulLyoko
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url';
4
4
  import { cac } from 'cac';
5
5
  import fs from 'fs-extra';
6
6
 
7
- const version = "0.4.4";
7
+ const version = "0.5.0";
8
8
 
9
9
  const __dirname = fileURLToPath(new URL(".", import.meta.url));
10
10
  const argv = cac().parse();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-vixt",
3
3
  "type": "module",
4
- "version": "0.4.4",
4
+ "version": "0.5.0",
5
5
  "bin": {
6
6
  "create-vixt": "index.js"
7
7
  },
@@ -9,7 +9,6 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@vixt/react": "workspace:*",
13
12
  "vixt": "workspace:*"
14
13
  }
15
14
  }
@@ -1,5 +1,5 @@
1
- import vixt from '@vixt/react'
2
1
  import { defineConfig } from 'vite'
2
+ import vixt from 'vixt/react'
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [vixt()],
@@ -1,4 +1,4 @@
1
- import { defineVixtConfig } from '@vixt/core'
1
+ import { defineVixtConfig } from 'vixt'
2
2
 
3
3
  export default defineVixtConfig({
4
4
  app: {
@@ -12,15 +12,14 @@
12
12
  "build:mp": "uni build -p mp-weixin"
13
13
  },
14
14
  "dependencies": {
15
- "@dcloudio/uni-app": "3.0.0-alpha-4070420250630002",
16
- "@dcloudio/uni-app-plus": "3.0.0-alpha-4070420250630002",
17
- "@dcloudio/uni-h5": "3.0.0-alpha-4070420250630002",
18
- "@dcloudio/uni-mp-weixin": "3.0.0-alpha-4070420250630002",
19
- "@dcloudio/uni-uts-v1": "3.0.0-alpha-4070420250630002",
20
- "@vixt/uni": "workspace:*",
15
+ "@dcloudio/uni-app": "3.0.0-alpha-4070520250704001",
16
+ "@dcloudio/uni-app-plus": "3.0.0-alpha-4070520250704001",
17
+ "@dcloudio/uni-h5": "3.0.0-alpha-4070520250704001",
18
+ "@dcloudio/uni-mp-weixin": "3.0.0-alpha-4070520250704001",
19
+ "@dcloudio/uni-uts-v1": "3.0.0-alpha-4070520250704001",
21
20
  "vixt": "workspace:*"
22
21
  },
23
22
  "devDependencies": {
24
- "@dcloudio/vite-plugin-uni": "3.0.0-alpha-4070420250630002"
23
+ "@dcloudio/vite-plugin-uni": "3.0.0-alpha-4070520250704001"
25
24
  }
26
25
  }
@@ -1,5 +1,5 @@
1
- import vixt from '@vixt/uni'
2
1
  import { defineConfig } from 'vite'
2
+ import vixt from 'vixt/uni'
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [vixt()],
@@ -1,3 +1,3 @@
1
- import { defineVixtConfig } from '@vixt/core'
1
+ import { defineVixtConfig } from 'vixt'
2
2
 
3
3
  export default defineVixtConfig({})
@@ -9,7 +9,6 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@vixt/vue": "workspace:*",
13
12
  "vixt": "workspace:*"
14
13
  }
15
14
  }
@@ -1,5 +1,5 @@
1
- import vixt from '@vixt/vue'
2
1
  import { defineConfig } from 'vite'
2
+ import vixt from 'vixt/vue'
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [vixt()],
@@ -1,4 +1,4 @@
1
- import { defineVixtConfig } from '@vixt/core'
1
+ import { defineVixtConfig } from 'vixt'
2
2
 
3
3
  export default defineVixtConfig({
4
4
  app: {