@takeshape/errors 9.38.1 → 9.40.0
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.
|
@@ -29,7 +29,7 @@ _defineProperty(ApiIndexingError, "code", void 0);
|
|
|
29
29
|
|
|
30
30
|
class MissingIndexedShapeError extends ApiIndexingError {
|
|
31
31
|
constructor(queryName) {
|
|
32
|
-
super(`Could not find indexed shape for ${queryName}. Verify that
|
|
32
|
+
super(`Could not find indexed shape for ${queryName}. Verify that itemsPath is set correctly.`);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
}
|
package/es/api-indexing/index.js
CHANGED
|
@@ -16,7 +16,7 @@ _defineProperty(ApiIndexingError, "code", void 0);
|
|
|
16
16
|
|
|
17
17
|
export class MissingIndexedShapeError extends ApiIndexingError {
|
|
18
18
|
constructor(queryName) {
|
|
19
|
-
super(`Could not find indexed shape for ${queryName}. Verify that
|
|
19
|
+
super(`Could not find indexed shape for ${queryName}. Verify that itemsPath is set correctly.`);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/errors",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.40.0",
|
|
4
4
|
"description": "Custom error objects.",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"ajv": "^8.10.0",
|
|
24
|
-
"@takeshape/typescript-jest-junit-reporter": "9.
|
|
24
|
+
"@takeshape/typescript-jest-junit-reporter": "9.40.0"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
27
27
|
"node": ">=16"
|