mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884)
This commit is contained in:
12
patches/ics.patch
Normal file
12
patches/ics.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/package.json b/package.json
|
||||
index c69d9542b6f211d7dd3da0d11eb62002ed480457..a85c007d243ff0323c6ee271768147a848737241 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -3,6 +3,7 @@
|
||||
"version": "2.40.0",
|
||||
"description": "iCal (ics) file generator",
|
||||
"exports": {
|
||||
+ "types": "./index.d.ts",
|
||||
"require": "./index.js",
|
||||
"default": "./dist/index.js"
|
||||
},
|
||||
12
patches/minifaker.patch
Normal file
12
patches/minifaker.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/package.json b/package.json
|
||||
index 6ee7fa8ca1fc6daf7322b5278becb4e38c55eef8..7ebf0a67338ae7635a13d73952e7b4fa9c6c0f6b 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -7,6 +7,7 @@
|
||||
"module": "./dist/esm/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
+ "types": "./dist/types/index.d.ts",
|
||||
"import": "./dist/esm/index.js",
|
||||
"require": "./dist/cjs/index.js"
|
||||
},
|
||||
Reference in New Issue
Block a user