[AAE-46514] - Migrating to Pnpm to increase safety

This commit is contained in:
VitoAlbano
2026-06-04 09:26:32 +01:00
parent eab5abb507
commit f8f518a87e
22 changed files with 21200 additions and 39228 deletions
+4 -2
View File
@@ -4,8 +4,9 @@
"version": "8.5.0",
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {
"preinstall": "node scripts/preinstall-check.mjs",
"prepare": "node scripts/postinstall-security.mjs",
"preinstall": "npx only-allow pnpm",
"prepare": "husky && node scripts/post-install-check.mjs",
"add": "node scripts/safe-add.mjs",
"bundle:js-api": "nx run js-api:bundle",
"bundle:cli": "nx run cli:bundle",
"test:affected": "nx affected:test",
@@ -159,6 +160,7 @@
"engines": {
"node": ">=24.14.0"
},
"packageManager": "pnpm@11.5.0",
"module": "./index.js",
"typings": "./index.d.ts"
}