@emarketeer/ts-microservice-commons 3.1.0 → 3.2.1

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.
@@ -68,18 +68,16 @@
68
68
  __dirname: false
69
69
  },
70
70
  stats: { warnings: false },
71
- cache: {
72
- type: 'filesystem',
73
- allowCollectingMemory: true
74
- },
75
71
  optimization: {
72
+ usedExports: true,
76
73
  moduleIds: 'deterministic',
77
74
  minimize: true,
78
75
  minimizer: [
79
76
  new TerserPlugin({
80
77
  minify: TerserPlugin.swcMinify,
81
78
  terserOptions: {
82
- minify: true
79
+ minify: true,
80
+ compress: true
83
81
  }
84
82
  })
85
83
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emarketeer/ts-microservice-commons",
3
- "version": "3.1.0",
3
+ "version": "3.2.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "bin": {
@@ -95,6 +95,8 @@
95
95
  "@babel/preset-env": "^7.7.4",
96
96
  "@recap.dev/babel-plugin": "^1.0.3",
97
97
  "@recap.dev/serverless-plugin": "^1.1.2",
98
+ "@swc/cli": "^0.1.55",
99
+ "@swc/core": "^1.2.135",
98
100
  "@types/jest": "^26.0.15",
99
101
  "@typescript-eslint/eslint-plugin": "^2.22.0",
100
102
  "@typescript-eslint/parser": "^2.22.0",