quidproquo-deploy-webpack 0.0.249 → 0.0.250

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,7 @@ function getSrcLoaderForQpqConfig(qpqConfig, qpqFunctionRuntimeVariableName) {
40
40
 
41
41
  const story = module['${method}'];
42
42
  if (!story) {
43
- throw new Error(\`Unable to dynamically load story: [${method}]\`);
43
+ throw new Error(\`Unable to dynamically load story: [${method}] in ['${srcPath}']\`);
44
44
  }
45
45
 
46
46
  return story;
@@ -33,7 +33,7 @@ export function getSrcLoaderForQpqConfig(qpqConfig, qpqFunctionRuntimeVariableNa
33
33
 
34
34
  const story = module['${method}'];
35
35
  if (!story) {
36
- throw new Error(\`Unable to dynamically load story: [${method}]\`);
36
+ throw new Error(\`Unable to dynamically load story: [${method}] in ['${srcPath}']\`);
37
37
  }
38
38
 
39
39
  return story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quidproquo-deploy-webpack",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
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.249",
37
- "quidproquo-actionprocessor-node": "0.0.249",
38
- "quidproquo-core": "0.0.249",
39
- "quidproquo-deploy-awscdk": "0.0.249",
40
- "quidproquo-webserver": "0.0.249",
36
+ "quidproquo-actionprocessor-awslambda": "0.0.250",
37
+ "quidproquo-actionprocessor-node": "0.0.250",
38
+ "quidproquo-core": "0.0.250",
39
+ "quidproquo-deploy-awscdk": "0.0.250",
40
+ "quidproquo-webserver": "0.0.250",
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.249",
51
+ "quidproquo-tsconfig": "0.0.250",
52
52
  "ts-node": "^10.9.1",
53
53
  "typescript": "^5.0.4"
54
54
  },