@yobytechautomation/config-lib 0.4.2 → 0.4.4
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.
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yobytechautomation/config-lib",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Shared multi-environment configuration helpers for SDC NestJS services",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "tsc -p tsconfig.json",
|
|
9
|
+
"obfuscate": "javascript-obfuscator dist --output dist --compact true --control-flow-flattening true --dead-code-injection true --string-array true --string-array-encoding base64 --string-array-threshold 1",
|
|
9
10
|
"clean": "rimraf dist",
|
|
10
11
|
"prepublishOnly": "npm run clean && npm run build"
|
|
11
12
|
},
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"@types/node": "^24.10.1",
|
|
29
|
+
"javascript-obfuscator": "^5.4.1",
|
|
28
30
|
"rimraf": "^6.0.0",
|
|
29
31
|
"typescript": "^5.0.0"
|
|
30
32
|
},
|