weapp-vite 1.6.4 → 1.6.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/client.d.ts ADDED
@@ -0,0 +1 @@
1
+ /// <reference types="vite/client" />
@@ -3,7 +3,7 @@ import logger from "@weapp-core/logger";
3
3
  var logger_default = logger;
4
4
 
5
5
  // package.json
6
- var version = "1.6.4";
6
+ var version = "1.6.5";
7
7
 
8
8
  // src/constants.ts
9
9
  var VERSION = version;
package/dist/cli.cjs CHANGED
@@ -34,7 +34,7 @@ var import_vite3 = require("vite");
34
34
  var import_weapp_ide_cli = require("weapp-ide-cli");
35
35
 
36
36
  // package.json
37
- var version = "1.6.4";
37
+ var version = "1.6.5";
38
38
 
39
39
  // src/constants.ts
40
40
  var VERSION = version;
package/dist/cli.mjs CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  VERSION,
3
3
  createCompilerContext,
4
4
  logger_default
5
- } from "./chunk-WFIOT3P3.mjs";
5
+ } from "./chunk-ILTMPLJJ.mjs";
6
6
  import "./chunk-444MQSSG.mjs";
7
7
 
8
8
  // src/cli.ts
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CompilerContext,
3
3
  createCompilerContext
4
- } from "./chunk-WFIOT3P3.mjs";
4
+ } from "./chunk-ILTMPLJJ.mjs";
5
5
  import "./chunk-444MQSSG.mjs";
6
6
  export {
7
7
  CompilerContext,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite",
3
3
  "type": "module",
4
- "version": "1.6.4",
4
+ "version": "1.6.5",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -40,6 +40,9 @@
40
40
  "import": "./dist/json.mjs",
41
41
  "require": "./dist/json.cjs"
42
42
  },
43
+ "./client": {
44
+ "types": "./client.d.ts"
45
+ },
43
46
  "./package.json": "./package.json"
44
47
  },
45
48
  "bin": {
@@ -50,6 +53,7 @@
50
53
  },
51
54
  "files": [
52
55
  "bin",
56
+ "client.d.ts",
53
57
  "dist"
54
58
  ],
55
59
  "engines": {
@@ -70,7 +74,7 @@
70
74
  "tsup": "^8.3.0",
71
75
  "tsx": "^4.19.1",
72
76
  "vite-tsconfig-paths": "^5.0.1",
73
- "@weapp-core/init": "^1.1.5",
77
+ "@weapp-core/init": "^1.1.6",
74
78
  "@weapp-core/logger": "^1.0.1",
75
79
  "@weapp-core/schematics": "^1.0.3",
76
80
  "@weapp-core/shared": "^1.0.3",