@nocobase/build 2.1.0-beta.13 → 2.1.0-beta.15

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.
@@ -148,7 +148,6 @@ const external = [
148
148
  "@langchain/classic",
149
149
  "@langchain/langgraph",
150
150
  "@langchain/langgraph-checkpoint",
151
- "@langchain/community",
152
151
  "@langchain/openai",
153
152
  "@langchain/anthropic",
154
153
  "@langchain/google-genai",
@@ -504,7 +503,7 @@ async function buildPluginClient(cwd, userConfig, sourcemap, log, isCommercial =
504
503
  output: {
505
504
  path: outDir,
506
505
  filename: outputFileName,
507
- chunkFilename: "[chunkhash].js",
506
+ chunkFilename: "[name].[contenthash].js",
508
507
  publicPath: `auto`,
509
508
  // will be generated by the custom plugin
510
509
  clean: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/build",
3
- "version": "2.1.0-beta.13",
3
+ "version": "2.1.0-beta.15",
4
4
  "description": "Library build tool based on rollup.",
5
5
  "main": "lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -51,5 +51,5 @@
51
51
  "build": "tsup",
52
52
  "build:watch": "tsup --watch"
53
53
  },
54
- "gitHead": "691716e5f4e5f8bd3859d65bc8a29b4e3c32209b"
54
+ "gitHead": "dc1aceea6357e6ab149976c2a236fc4b6bee1370"
55
55
  }