xhs-mp-compiler-cli 1.4.0-beta.5 → 1.4.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.
@@ -1,5 +1,7 @@
1
1
  /// <reference types="node/child_process" />
2
+ /// <reference types=".pnpm/artifactory.devops.xiaohongshu.com+@types+node@20.12.2/node_modules/@types/node/child_process" />
2
3
  /// <reference types="node/stream" />
4
+ /// <reference types=".pnpm/artifactory.devops.xiaohongshu.com+@types+node@20.12.2/node_modules/@types/node/stream" />
3
5
  /**
4
6
  * 在子进程执行编译
5
7
  */
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node/events" />
2
+ /// <reference types=".pnpm/artifactory.devops.xiaohongshu.com+@types+node@20.12.2/node_modules/@types/node/events" />
2
3
  import { COMPILE_ENTRY } from './config/constant.config';
3
4
  import { Project } from 'xhs-mp-project';
4
5
  import EventEmitter from 'events';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xhs-mp-compiler-cli",
3
- "version": "1.4.0-beta.5",
3
+ "version": "1.4.0",
4
4
  "description": "xhs mp command tool.",
5
5
  "preferGlobal": true,
6
6
  "category": "esm",
@@ -82,11 +82,11 @@
82
82
  "webpack-bundle-analyzer": "^4.4.0",
83
83
  "webpack-chain": "^6.5.1",
84
84
  "webpack-sources": "^3.2.2",
85
- "xhs-mp-compiler-ml-loader": "1.4.0-beta.5",
85
+ "xhs-mp-compiler-ml-loader": "1.4.0",
86
86
  "xhs-mp-compiler-utils": "1.2.5",
87
- "xhs-mp-pack": "^1.2.6-beta.5",
88
- "xhs-mp-project": "^1.2.6-beta.5",
89
- "xhs-mp-utils": "^1.4.0-beta.5"
87
+ "xhs-mp-pack": "^1.2.5",
88
+ "xhs-mp-project": "^1.2.5",
89
+ "xhs-mp-utils": "^1.4.0"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@types/babel__generator": "7.6.3",