Skip to content

Commit c4004c6

Browse files
committed
Add terser as devDependency
1 parent 92f9dab commit c4004c6

File tree

2 files changed

+384
-186
lines changed

2 files changed

+384
-186
lines changed

libraries/adaptive-expressions/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,25 @@
3131
"@types/atob-lite": "^2.0.2",
3232
"@types/btoa-lite": "^1.0.2",
3333
"@types/lru-cache": "^5.1.1",
34+
"@types/xmldom": "^0.1.34",
35+
"@xmldom/xmldom": "^0.8.6",
3436
"antlr4ts": "0.5.0-alpha.4",
3537
"atob-lite": "^2.0.0",
3638
"big-integer": "^1.6.52",
37-
"@types/xmldom": "^0.1.34",
3839
"btoa-lite": "^1.0.0",
3940
"d3-format": "^3.1.0",
4041
"dayjs": "^1.11.13",
42+
"fast-xml-parser": "^4.4.1",
4143
"jspath": "^0.4.0",
4244
"lodash": "^4.17.21",
4345
"lru-cache": "^5.1.1",
4446
"uuid": "^10.0.0",
45-
"fast-xml-parser": "^4.4.1",
46-
"@xmldom/xmldom": "^0.8.6",
4747
"xpath": "^0.0.34"
4848
},
4949
"devDependencies": {
5050
"@types/jspath": "^0.4.2",
5151
"antlr4ts-cli": "0.5.0-alpha.4",
52+
"terser": "^5.44.1",
5253
"typescript": "~4.8"
5354
},
5455
"scripts": {
@@ -58,7 +59,7 @@
5859
"build:browser": "npm-run-all build:browser:clean build:browser:run build:browser:min",
5960
"build:browser:clean": "rimraf --glob lib/browser.*",
6061
"build:browser:run": "tsup --no-minify --config ../../tsup/browser.config.ts",
61-
"build:browser:min": "npx terser lib/browser.js --compress --output lib/browser.js",
62+
"build:browser:min": "terser lib/browser.js --compress --output lib/browser.js",
6263
"clean": "rimraf lib vendors tsconfig.tsbuildinfo",
6364
"depcheck": "depcheck --config ../../.depcheckrc --ignores @types/xmldom,d3-format,sinon",
6465
"build-docs": "typedoc --theme markdown --entryPoint adaptive-expressions --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\adaptive-expressions .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Expression\" --readme none",

0 commit comments

Comments
 (0)