opticore-catch-exception-error 1.0.26 → 1.0.27
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.cjs +1 -1
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -45,7 +45,7 @@ __export(index_exports, {
|
|
|
45
45
|
module.exports = __toCommonJS(index_exports);
|
|
46
46
|
|
|
47
47
|
// node_modules/tsup/assets/cjs_shims.js
|
|
48
|
-
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src
|
|
48
|
+
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.tagName.toUpperCase() === "SCRIPT" ? document.currentScript.src : new URL("main.js", document.baseURI).href;
|
|
49
49
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
50
50
|
|
|
51
51
|
// src/domains/constants/errorName.constant.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opticore-catch-exception-error",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"description": "opticore catch exception error",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"homepage": "https://github.com/guyzoum77/opticore-catch-exception-error#readme",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"chalk": "^5.4.1",
|
|
29
|
-
"opticore-express": "^1.0.
|
|
30
|
-
"opticore-http-response": "^1.0.
|
|
31
|
-
"opticore-logger": "^1.0.
|
|
32
|
-
"opticore-server-logger": "^1.0.
|
|
33
|
-
"opticore-translator": "^1.0.
|
|
29
|
+
"opticore-express": "^1.0.7",
|
|
30
|
+
"opticore-http-response": "^1.0.9",
|
|
31
|
+
"opticore-logger": "^1.0.23",
|
|
32
|
+
"opticore-server-logger": "^1.0.7",
|
|
33
|
+
"opticore-translator": "^1.0.11"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^22.13.10",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"tslib": "^2.8.1",
|
|
40
40
|
"tsup": "^8.4.0",
|
|
41
|
-
"tsx": "^4.
|
|
41
|
+
"tsx": "^4.21.0",
|
|
42
42
|
"typescript": "^5.4.5"
|
|
43
43
|
}
|
|
44
44
|
}
|