mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-21 04:37:50 +08:00
ci: Fix pnpm install issues
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
diff --git a/package.json b/package.json
|
||||
index 7dc91b25fae9cd1e81afa279629b6e2ffa80fa77..8cd22b5a1fa243e1048211a297c645806723df04 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -7,12 +7,12 @@
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./types/index.d.ts",
|
||||
- "import": "./dist/index.es.js",
|
||||
- "require": "./dist/index.cjs.js"
|
||||
+ "import": "./dist/v3/index.es.js",
|
||||
+ "require": "./dist/v3/index.cjs.js"
|
||||
}
|
||||
},
|
||||
- "main": "dist/index.cjs",
|
||||
- "module": "dist/index.es.js",
|
||||
+ "main": "dist/v3/index.cjs",
|
||||
+ "module": "dist/v3/index.es.js",
|
||||
"types": "./types/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
Generated
+10959
-9761
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -34,6 +34,8 @@ minimumReleaseAgeExclude:
|
||||
- '@ai-sdk/anthropic'
|
||||
# Security patch (Aikido) newer than the minimumReleaseAge window; allow it in.
|
||||
- '@xmldom/xmldom'
|
||||
- '@ai-sdk/provider-utils@5.0.30'
|
||||
- '@ai-sdk/provider@4.0.8'
|
||||
|
||||
packages:
|
||||
- packages/*
|
||||
@@ -466,7 +468,6 @@ patchedDependencies:
|
||||
minifaker: patches/minifaker.patch
|
||||
z-vue-scan: patches/z-vue-scan.patch
|
||||
'@lezer/highlight': patches/@lezer__highlight.patch
|
||||
v-code-diff: patches/v-code-diff.patch
|
||||
vuedraggable@4.1.0: patches/vuedraggable@4.1.0.patch
|
||||
assert@2.1.0: patches/assert@2.1.0.patch
|
||||
reka-ui@2.5.0: patches/reka-ui@2.5.0.patch
|
||||
@@ -480,6 +481,7 @@ allowBuilds:
|
||||
'@confluentinc/kafka-javascript': true
|
||||
'@jitsi/robotjs': false
|
||||
'@parcel/watcher': false
|
||||
'@scarf/scarf': false
|
||||
'@sentry-internal/node-cpu-profiler': false
|
||||
'@sentry-internal/node-native-stacktrace': false
|
||||
'@sentry/cli': false
|
||||
|
||||
Reference in New Issue
Block a user