@nocobase/build 1.7.0-alpha.1 → 1.7.0-alpha.11

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.
@@ -317,6 +317,7 @@ async function buildPluginClient(cwd, userConfig, sourcemap, log) {
317
317
  umdNamedDefine: true
318
318
  }
319
319
  },
320
+ amd: {},
320
321
  resolve: {
321
322
  tsConfig: import_path.default.join(process.cwd(), "tsconfig.json"),
322
323
  extensions: [".js", ".jsx", ".ts", ".tsx", ".json", ".less", ".css"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/build",
3
- "version": "1.7.0-alpha.1",
3
+ "version": "1.7.0-alpha.11",
4
4
  "description": "Library build tool based on rollup.",
5
5
  "main": "lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "@lerna/project": "4.0.0",
18
18
  "@rsbuild/plugin-babel": "^1.0.3",
19
19
  "@rsdoctor/rspack-plugin": "^0.4.8",
20
- "@rspack/core": "1.1.1",
20
+ "@rspack/core": "1.3.2",
21
21
  "@svgr/webpack": "^8.1.0",
22
22
  "@types/gulp": "^4.0.13",
23
23
  "@types/lerna__package": "5.1.0",
@@ -39,7 +39,7 @@
39
39
  "postcss-preset-env": "^9.1.2",
40
40
  "react-imported-component": "^6.5.4",
41
41
  "style-loader": "^3.3.3",
42
- "tar": "^6.2.0",
42
+ "tar": "^7.4.3",
43
43
  "tsup": "8.2.4",
44
44
  "typescript": "5.1.3",
45
45
  "update-notifier": "3.0.0",
@@ -51,5 +51,5 @@
51
51
  "scripts": {
52
52
  "build": "tsup"
53
53
  },
54
- "gitHead": "e411c9728b4d1f16b0beac16e40dd3499352b052"
54
+ "gitHead": "41830f1b20f8f5f7aae0699042a10135f1f8cf30"
55
55
  }