@weapp-vite/miniprogram-automator 0.0.0 → 1.0.1

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.
@@ -6416,5 +6416,3 @@ async function launch(options) {
6416
6416
  }
6417
6417
  //#endregion
6418
6418
  export { launch };
6419
-
6420
- //# sourceMappingURL=launch-IFPMxQYb.mjs.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-vite/miniprogram-automator",
3
3
  "type": "module",
4
- "version": "0.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "完全兼容微信 miniprogram-automator 的现代化替代实现",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -26,12 +26,11 @@
26
26
  "exports": {
27
27
  ".": {
28
28
  "types": "./dist/index.d.mts",
29
- "import": "./dist/index.mjs",
30
- "require": "./dist/index.cjs"
29
+ "import": "./dist/index.mjs"
31
30
  },
32
31
  "./package.json": "./package.json"
33
32
  },
34
- "main": "./dist/index.cjs",
33
+ "main": "./dist/index.mjs",
35
34
  "module": "./dist/index.mjs",
36
35
  "types": "./dist/index.d.mts",
37
36
  "files": [
@@ -43,15 +42,16 @@
43
42
  },
44
43
  "dependencies": {
45
44
  "debug": "^4.4.3",
46
- "sharp": "^0.34.5",
47
- "ws": "^8.18.3"
45
+ "ws": "^8.18.3",
46
+ "@weapp-vite/qr": "1.1.0"
48
47
  },
49
48
  "publishConfig": {
50
49
  "access": "public",
51
50
  "registry": "https://registry.npmjs.org"
52
51
  },
53
52
  "devDependencies": {
54
- "@types/ws": "^8.18.1"
53
+ "@types/ws": "^8.18.1",
54
+ "sharp": "^0.34.5"
55
55
  },
56
56
  "scripts": {
57
57
  "dev": "tsdown -w --sourcemap",
@@ -1,28 +0,0 @@
1
- //#region \0rolldown/runtime.js
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
10
- key = keys[i];
11
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
12
- get: ((k) => from[k]).bind(null, key),
13
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
14
- });
15
- }
16
- return to;
17
- };
18
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
19
- value: mod,
20
- enumerable: true
21
- }) : target, mod));
22
- //#endregion
23
- Object.defineProperty(exports, "__toESM", {
24
- enumerable: true,
25
- get: function() {
26
- return __toESM;
27
- }
28
- });