quidproquo-deploy-webpack 0.0.237 → 0.0.239
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.
|
@@ -18,7 +18,9 @@ class QpqWebPlugin {
|
|
|
18
18
|
name: applicationName,
|
|
19
19
|
feature: feature,
|
|
20
20
|
};
|
|
21
|
+
console.log('Applying QpqWebPlugin with config:', applicationConfigInfo);
|
|
21
22
|
new webpack_1.DefinePlugin({
|
|
23
|
+
[`process.env.QPQ_APPLICATION_CONFIG_INFO_${serviceName.toUpperCase()}`]: JSON.stringify(applicationConfigInfo),
|
|
22
24
|
'process.env.QPQ_APPLICATION_CONFIG_INFO': JSON.stringify(applicationConfigInfo),
|
|
23
25
|
}).apply(compiler);
|
|
24
26
|
}
|
|
@@ -16,7 +16,9 @@ export class QpqWebPlugin {
|
|
|
16
16
|
name: applicationName,
|
|
17
17
|
feature: feature,
|
|
18
18
|
};
|
|
19
|
+
console.log('Applying QpqWebPlugin with config:', applicationConfigInfo);
|
|
19
20
|
new DefinePlugin({
|
|
21
|
+
[`process.env.QPQ_APPLICATION_CONFIG_INFO_${serviceName.toUpperCase()}`]: JSON.stringify(applicationConfigInfo),
|
|
20
22
|
'process.env.QPQ_APPLICATION_CONFIG_INFO': JSON.stringify(applicationConfigInfo),
|
|
21
23
|
}).apply(compiler);
|
|
22
24
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quidproquo-deploy-webpack",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.239",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/commonjs/webpack.config.js",
|
|
6
6
|
"module": "./lib/esm/webpack.config.js",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"homepage": "https://github.com/joe-coady/quidproquo#readme",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"path-browserify": "^1.0.1",
|
|
36
|
-
"quidproquo-actionprocessor-awslambda": "0.0.
|
|
37
|
-
"quidproquo-actionprocessor-node": "0.0.
|
|
38
|
-
"quidproquo-core": "0.0.
|
|
39
|
-
"quidproquo-deploy-awscdk": "0.0.
|
|
40
|
-
"quidproquo-webserver": "0.0.
|
|
36
|
+
"quidproquo-actionprocessor-awslambda": "0.0.239",
|
|
37
|
+
"quidproquo-actionprocessor-node": "0.0.239",
|
|
38
|
+
"quidproquo-core": "0.0.239",
|
|
39
|
+
"quidproquo-deploy-awscdk": "0.0.239",
|
|
40
|
+
"quidproquo-webserver": "0.0.239",
|
|
41
41
|
"webpack-virtual-modules": "^0.6.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/node": "^20.2.1",
|
|
49
49
|
"@types/prettier": "2.6.0",
|
|
50
50
|
"babel-loader": "^9.1.2",
|
|
51
|
-
"quidproquo-tsconfig": "0.0.
|
|
51
|
+
"quidproquo-tsconfig": "0.0.239",
|
|
52
52
|
"ts-node": "^10.9.1",
|
|
53
53
|
"typescript": "^5.0.4"
|
|
54
54
|
},
|