@emarketeer/ts-microservice-commons 2.13.1 → 3.2.0-beta.2

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.
@@ -40,7 +40,16 @@
40
40
  'oracle',
41
41
  'strong-oracle',
42
42
  'oracledb',
43
- 'pg-query-stream'
43
+ 'pg-query-stream',
44
+ 'react-native-sqlite-storage',
45
+ 'sql.js',
46
+ 'better-sqlite3',
47
+ 'ioredis',
48
+ 'redis',
49
+ 'typeorm-aurora-data-api-driver',
50
+ 'hdb-pool',
51
+ '@sap/hana-client',
52
+ 'mongodb'
44
53
  ], additionalExternals, true),
45
54
  mode: 'production',
46
55
  target: 'node',
@@ -58,7 +67,10 @@
58
67
  node: {
59
68
  __dirname: false
60
69
  },
70
+ stats: { warnings: false },
61
71
  optimization: {
72
+ usedExports: true,
73
+ moduleIds: 'deterministic',
62
74
  minimize: true,
63
75
  minimizer: [
64
76
  new TerserPlugin({
@@ -69,7 +81,7 @@
69
81
  })
70
82
  ]
71
83
  },
72
- plugins: [new webpack.IgnorePlugin(/^pg-native$/)],
84
+ plugins: [new webpack.IgnorePlugin({ resourceRegExp: /^pg-native$/ })],
73
85
  module: {
74
86
  rules: [
75
87
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emarketeer/ts-microservice-commons",
3
- "version": "2.13.1",
3
+ "version": "3.2.0-beta.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "bin": {
@@ -98,14 +98,14 @@
98
98
  "@types/jest": "^26.0.15",
99
99
  "@typescript-eslint/eslint-plugin": "^2.22.0",
100
100
  "@typescript-eslint/parser": "^2.22.0",
101
- "babel-loader": "^8.1.0",
101
+ "babel-loader": "^8.2.3",
102
102
  "cross-env": "^6.0.0",
103
103
  "cross-spawn": "^7.0.1",
104
- "eslint": "^6.5.1",
105
- "eslint-config-airbnb-base": "14.0.0",
104
+ "eslint": "^8.7.0",
105
+ "eslint-config-airbnb-base": "^15.0.0",
106
106
  "eslint-plugin-import": "^2.18.2",
107
- "eslint-plugin-jest": "^22.19.0",
108
- "eslint-plugin-sonarjs": "^0.7.0",
107
+ "eslint-plugin-jest": "^26.0.0",
108
+ "eslint-plugin-sonarjs": "^0.11.0",
109
109
  "jest": "^26.6.1",
110
110
  "jest-circus": "^26.6.3",
111
111
  "jest-extended": "^0.11.5",
@@ -114,12 +114,12 @@
114
114
  "native-addon-loader": "^2.0.1",
115
115
  "serverless": "^2.57.0",
116
116
  "serverless-plugin-lambda-insights": "^1.0.8",
117
- "serverless-webpack": "^5.6.0",
118
- "terser-webpack-plugin": "4.2.3",
117
+ "serverless-webpack": "^5.6.1",
118
+ "terser-webpack-plugin": "^5.3.0",
119
119
  "ts-jest": "^26.4.3",
120
- "ts-loader": "8.3.0",
120
+ "ts-loader": "^9.2.6",
121
121
  "typescript": "^4.4.2",
122
- "webpack": "4.46.0",
122
+ "webpack": "^5.67.0",
123
123
  "yaml": "^1.7.2"
124
124
  },
125
125
  "devDependencies": {
@@ -151,10 +151,13 @@
151
151
  "rollup-plugin-json": "^3.1.0",
152
152
  "rollup-plugin-sourcemaps": "^0.4.2",
153
153
  "rollup-plugin-typescript2": "^0.27.3",
154
- "semantic-release": "^15.9.16",
154
+ "semantic-release": "^19.0.2",
155
155
  "shelljs": "^0.8.3",
156
156
  "travis-deploy-once": "^5.0.9",
157
157
  "ts-node": "^10.0.0",
158
158
  "typedoc": "^0.19.2"
159
+ },
160
+ "resolutions": {
161
+ "@types/estree": "0.0.47"
159
162
  }
160
163
  }