gant-core 0.1.35 → 0.1.36

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/lib/index.d.ts CHANGED
@@ -1685,6 +1685,7 @@ interface GantCustomConfig {
1685
1685
  name?: string;
1686
1686
  base?: string;
1687
1687
  mpas?: ConfigMPAS;
1688
+ library?: boolean;
1688
1689
  packages?: {
1689
1690
  [name: string]: string;
1690
1691
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gant-core",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "bin": {
@@ -37,6 +37,7 @@
37
37
  "rollup-plugin-copy": "^3.5.0",
38
38
  "rollup-plugin-dts": "^6.1.0",
39
39
  "rollup-plugin-typescript2": "^0.36.0",
40
+ "terser-webpack-plugin": "^5.3.10",
40
41
  "tmp": "^0.2.3",
41
42
  "typescript": "^5.3.3",
42
43
  "url": "^0.11.3"
package/rollup.config.js CHANGED
@@ -38,6 +38,7 @@ module.exports = [
38
38
  'css-minimizer-webpack-plugin',
39
39
  'mini-css-extract-plugin',
40
40
  'webpack-bundle-analyzer',
41
+ 'terser-webpack-plugin',
41
42
  'chokidar',
42
43
  ],
43
44
  plugins: [