@nocobase/build 1.5.0-alpha.1 → 1.5.0-alpha.4

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.
@@ -35,13 +35,13 @@ __export(buildPlugin_exports, {
35
35
  writeExternalPackageVersion: () => writeExternalPackageVersion
36
36
  });
37
37
  module.exports = __toCommonJS(buildPlugin_exports);
38
+ var import_core = require("@rspack/core");
38
39
  var import_ncc = __toESM(require("@vercel/ncc"));
39
40
  var import_chalk = __toESM(require("chalk"));
40
41
  var import_fast_glob = __toESM(require("fast-glob"));
41
42
  var import_fs_extra = __toESM(require("fs-extra"));
42
43
  var import_path = __toESM(require("path"));
43
44
  var import_tsup = require("tsup");
44
- var import_core = require("@rspack/core");
45
45
  var import_constant = require("./constant");
46
46
  var import_utils = require("./utils");
47
47
  var import_buildPluginUtils = require("./utils/buildPluginUtils");
@@ -60,8 +60,10 @@ const external = [
60
60
  "@nocobase/database",
61
61
  "@nocobase/data-source-manager",
62
62
  "@nocobase/evaluators",
63
+ "@nocobase/lock-manager",
63
64
  "@nocobase/logger",
64
65
  "@nocobase/resourcer",
66
+ "@nocobase/telemetry",
65
67
  "@nocobase/sdk",
66
68
  "@nocobase/server",
67
69
  "@nocobase/test",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/build",
3
- "version": "1.5.0-alpha.1",
3
+ "version": "1.5.0-alpha.4",
4
4
  "description": "Library build tool based on rollup.",
5
5
  "main": "lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -45,5 +45,5 @@
45
45
  "scripts": {
46
46
  "build": "tsup"
47
47
  },
48
- "gitHead": "abe58fad69534a13c2502a47da86425a597c3ba3"
48
+ "gitHead": "22b9bce1c6c075afdc738766eb47853adaeb0876"
49
49
  }