@hg-ts/config-loader 0.1.21 → 0.1.22
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/.eslintcache +1 -1
- package/package.json +12 -12
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/index.ts":"1","/Volumes/Work/ts/hg/framework/packages/config-loader/src/config-loader.ts":"2","/Volumes/Work/ts/hg/framework/packages/config-loader/src/exceptions/index.ts":"3","/Volumes/Work/ts/hg/framework/packages/config-loader/src/exceptions/no-base-config.exception.ts":"4","/Volumes/Work/ts/hg/framework/packages/config-loader/src/index.ts":"5","/Volumes/Work/ts/hg/framework/packages/config-loader/src/path-builder.ts":"6","/Volumes/Work/ts/hg/framework/packages/config-loader/src/tests/config-loader.test-suite.ts":"7","/Volumes/Work/ts/hg/framework/packages/config-loader/src/tests/path-builder.test-suite.ts":"8"},{"size":64,"mtime":1660865486194,"results":"9","hashOfConfig":"10"},{"size":2454,"mtime":1713665849194,"results":"11","hashOfConfig":"12"},{"size":44,"mtime":1664831211489,"results":"13","hashOfConfig":"12"},{"size":215,"mtime":1664831211490,"results":"14","hashOfConfig":"12"},{"size":84,"mtime":1713665848874,"results":"15","hashOfConfig":"12"},{"size":3437,"mtime":1665148294534,"results":"16","hashOfConfig":"12"},{"size":1629,"mtime":1713666195154,"results":"17","hashOfConfig":"12"},{"size":4026,"mtime":1665299715530,"results":"18","hashOfConfig":"12"},{"filePath":"19","messages":"20","suppressedMessages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"qbxc86",{"filePath":"22","messages":"23","suppressedMessages":"24","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"
|
|
1
|
+
[{"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/index.ts":"1","/Volumes/Work/ts/hg/framework/packages/config-loader/src/config-loader.ts":"2","/Volumes/Work/ts/hg/framework/packages/config-loader/src/exceptions/index.ts":"3","/Volumes/Work/ts/hg/framework/packages/config-loader/src/exceptions/no-base-config.exception.ts":"4","/Volumes/Work/ts/hg/framework/packages/config-loader/src/index.ts":"5","/Volumes/Work/ts/hg/framework/packages/config-loader/src/path-builder.ts":"6","/Volumes/Work/ts/hg/framework/packages/config-loader/src/tests/config-loader.test-suite.ts":"7","/Volumes/Work/ts/hg/framework/packages/config-loader/src/tests/path-builder.test-suite.ts":"8"},{"size":64,"mtime":1660865486194,"results":"9","hashOfConfig":"10"},{"size":2454,"mtime":1713665849194,"results":"11","hashOfConfig":"12"},{"size":44,"mtime":1664831211489,"results":"13","hashOfConfig":"12"},{"size":215,"mtime":1664831211490,"results":"14","hashOfConfig":"12"},{"size":84,"mtime":1713665848874,"results":"15","hashOfConfig":"12"},{"size":3437,"mtime":1665148294534,"results":"16","hashOfConfig":"12"},{"size":1629,"mtime":1713666195154,"results":"17","hashOfConfig":"12"},{"size":4026,"mtime":1665299715530,"results":"18","hashOfConfig":"12"},{"filePath":"19","messages":"20","suppressedMessages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"qbxc86",{"filePath":"22","messages":"23","suppressedMessages":"24","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"3yjijx",{"filePath":"25","messages":"26","suppressedMessages":"27","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","suppressedMessages":"30","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"31","messages":"32","suppressedMessages":"33","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","suppressedMessages":"36","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"37","messages":"38","suppressedMessages":"39","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"40","messages":"41","suppressedMessages":"42","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/index.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/config-loader/src/config-loader.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/config-loader/src/exceptions/index.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/config-loader/src/exceptions/no-base-config.exception.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/config-loader/src/index.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/config-loader/src/path-builder.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/config-loader/src/tests/config-loader.test-suite.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/config-loader/src/tests/path-builder.test-suite.ts",[],[]]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hg-ts/config-loader",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist-esm/index.js",
|
|
6
6
|
"repository": "git@gitlab.com:hyper-graph/framework.git",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"test:coverage": "hg test:coverage"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@hg-ts-config/eslint-config": "0.1.
|
|
19
|
-
"@hg-ts-config/nyc": "0.1.
|
|
20
|
-
"@hg-ts-config/typescript": "0.1.
|
|
21
|
-
"@hg-ts/cli": "0.1.
|
|
22
|
-
"@hg-ts/exception": "0.1.
|
|
23
|
-
"@hg-ts/execution-mode": "0.1.
|
|
24
|
-
"@hg-ts/tests": "0.1.
|
|
25
|
-
"@hg-ts/types": "0.1.
|
|
18
|
+
"@hg-ts-config/eslint-config": "0.1.22",
|
|
19
|
+
"@hg-ts-config/nyc": "0.1.22",
|
|
20
|
+
"@hg-ts-config/typescript": "0.1.22",
|
|
21
|
+
"@hg-ts/cli": "0.1.22",
|
|
22
|
+
"@hg-ts/exception": "0.1.22",
|
|
23
|
+
"@hg-ts/execution-mode": "0.1.22",
|
|
24
|
+
"@hg-ts/tests": "0.1.22",
|
|
25
|
+
"@hg-ts/types": "0.1.22",
|
|
26
26
|
"@types/node": "20.8.7",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
28
28
|
"@typescript-eslint/parser": "6.8.0",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"typescript": "5.2.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@hg-ts/exception": "0.1.
|
|
40
|
-
"@hg-ts/execution-mode": "0.1.
|
|
39
|
+
"@hg-ts/exception": "0.1.22",
|
|
40
|
+
"@hg-ts/execution-mode": "0.1.22",
|
|
41
41
|
"reflect-metadata": "*",
|
|
42
42
|
"tslib": "*"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@hg-ts/validation": "0.1.
|
|
45
|
+
"@hg-ts/validation": "0.1.22"
|
|
46
46
|
}
|
|
47
47
|
}
|