@ttoss/read-config-file 2.0.8 → 2.0.10
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/esm/index.js +1 -1
- package/package.json +7 -7
package/dist/esm/index.js
CHANGED
|
@@ -9,7 +9,7 @@ var __require = /* @__PURE__ */(x => typeof require !== "undefined" ? require :
|
|
|
9
9
|
// src/loadConfig.ts
|
|
10
10
|
import * as esbuild from "esbuild";
|
|
11
11
|
import importSync from "import-sync";
|
|
12
|
-
import path from "
|
|
12
|
+
import path from "path";
|
|
13
13
|
var loadConfig = entryPoint => {
|
|
14
14
|
const lastEntryPointName = entryPoint.split("/").pop();
|
|
15
15
|
const filename = lastEntryPointName?.split(".")[0];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/read-config-file",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
4
4
|
"description": "Read a configuration file",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"esbuild": "^0.
|
|
26
|
+
"esbuild": "^0.25.5",
|
|
27
27
|
"import-sync": "^2.2.2",
|
|
28
28
|
"js-yaml": "^4.1.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@types/jest": "^
|
|
31
|
+
"@types/jest": "^30.0.0",
|
|
32
32
|
"@types/js-yaml": "^4.0.9",
|
|
33
|
-
"@types/react": "^19.
|
|
34
|
-
"jest": "^
|
|
35
|
-
"tsup": "^8.
|
|
36
|
-
"@ttoss/config": "^1.35.
|
|
33
|
+
"@types/react": "^19.1.8",
|
|
34
|
+
"jest": "^30.0.2",
|
|
35
|
+
"tsup": "^8.5.0",
|
|
36
|
+
"@ttoss/config": "^1.35.4",
|
|
37
37
|
"@ttoss/read-config-file-test": "^1.0.1"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|