@fjell/core 4.4.52 → 4.4.54
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.
- package/dist/index.js +3 -0
- package/package.json +15 -15
package/dist/index.js
CHANGED
|
@@ -1885,6 +1885,9 @@ function createGetWrapper(coordinate, implementation, options = {}) {
|
|
|
1885
1885
|
};
|
|
1886
1886
|
throw options.onError(error, context);
|
|
1887
1887
|
}
|
|
1888
|
+
if (error && error.constructor.name === "NotFoundError") {
|
|
1889
|
+
throw error;
|
|
1890
|
+
}
|
|
1888
1891
|
throw new Error(
|
|
1889
1892
|
`[${operationName}] Operation failed: ${error.message}`,
|
|
1890
1893
|
{ cause: error }
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjell/core",
|
|
3
3
|
"description": "Core Item and Key Framework for Fjell",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.54",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"core",
|
|
7
7
|
"fjell"
|
|
@@ -41,25 +41,25 @@
|
|
|
41
41
|
"docs:test": "cd docs && npm run test"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fjell/logging": "^4.4.
|
|
44
|
+
"@fjell/logging": "^4.4.52",
|
|
45
45
|
"deepmerge": "^4.3.1",
|
|
46
|
-
"luxon": "^3.7.
|
|
46
|
+
"luxon": "^3.7.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@eslint/eslintrc": "^3.3.1",
|
|
50
|
-
"@eslint/js": "^9.
|
|
51
|
-
"@fjell/
|
|
52
|
-
"@swc/core": "^1.13.
|
|
50
|
+
"@eslint/js": "^9.38.0",
|
|
51
|
+
"@fjell/common-config": "^1.1.29",
|
|
52
|
+
"@swc/core": "^1.13.5",
|
|
53
53
|
"@tsconfig/recommended": "^1.0.10",
|
|
54
|
-
"@types/luxon": "^3.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
56
|
-
"@typescript-eslint/parser": "^8.
|
|
57
|
-
"@vitest/coverage-v8": "
|
|
58
|
-
"concurrently": "^9.2.
|
|
59
|
-
"esbuild": "0.25.
|
|
60
|
-
"eslint": "^9.
|
|
61
|
-
"typescript": "^5.
|
|
62
|
-
"vitest": "
|
|
54
|
+
"@types/luxon": "^3.7.1",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
56
|
+
"@typescript-eslint/parser": "^8.46.2",
|
|
57
|
+
"@vitest/coverage-v8": "4.0.1",
|
|
58
|
+
"concurrently": "^9.2.1",
|
|
59
|
+
"esbuild": "0.25.11",
|
|
60
|
+
"eslint": "^9.38.0",
|
|
61
|
+
"typescript": "^5.9.3",
|
|
62
|
+
"vitest": "4.0.1"
|
|
63
63
|
},
|
|
64
64
|
"repository": {
|
|
65
65
|
"type": "git",
|