@biorate/config 1.93.0 → 1.93.1
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/.nyc_output/processinfo/{0b821d7f-4869-42b7-8804-bb70bf0dac33.json → 431cd310-034c-45bc-897b-ca755eaaeab1.json} +1 -1
- package/.nyc_output/processinfo/ce4f2790-8a0e-419a-bca0-3211a06a0441.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +6 -0
- package/coverage/lcov-report/config.ts.html +1 -1
- package/coverage/lcov-report/errors.ts.html +1 -1
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/index.ts.html +1 -1
- package/coverage/lcov-report/reg-exp-ext.ts.html +1 -1
- package/coverage/lcov-report/template.ts.html +1 -1
- package/package.json +2 -2
- package/.nyc_output/processinfo/2d3d0803-3602-40c9-b1a6-d48868685bb4.json +0 -1
- /package/.nyc_output/{0b821d7f-4869-42b7-8804-bb70bf0dac33.json → 431cd310-034c-45bc-897b-ca755eaaeab1.json} +0 -0
- /package/.nyc_output/{2d3d0803-3602-40c9-b1a6-d48868685bb4.json → ce4f2790-8a0e-419a-bca0-3211a06a0441.json} +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"parent":"
|
1
|
+
{"parent":"ce4f2790-8a0e-419a-bca0-3211a06a0441","pid":213061,"argv":["/home/llevkin/.nvm/versions/node/v20.17.0/bin/node","/www/biorate/core/node_modules/mocha/bin/mocha.js","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/config","time":1734613337318,"ppid":213045,"coverageFilename":"/www/biorate/core/packages/@biorate/config/.nyc_output/431cd310-034c-45bc-897b-ca755eaaeab1.json","externalId":"","uuid":"431cd310-034c-45bc-897b-ca755eaaeab1","files":["/www/biorate/core/packages/@biorate/config/src/index.ts","/www/biorate/core/packages/@biorate/config/src/config.ts","/www/biorate/core/packages/@biorate/config/src/template.ts","/www/biorate/core/packages/@biorate/config/src/reg-exp-ext.ts","/www/biorate/core/packages/@biorate/config/src/errors.ts","/www/biorate/core/packages/@biorate/config/interfaces.ts"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"parent":null,"pid":213045,"argv":["/home/llevkin/.nvm/versions/node/v20.17.0/bin/node","/www/biorate/core/node_modules/npx/index.js","mocha","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/config","time":1734613337221,"ppid":213029,"coverageFilename":"/www/biorate/core/packages/@biorate/config/.nyc_output/ce4f2790-8a0e-419a-bca0-3211a06a0441.json","externalId":"","uuid":"ce4f2790-8a0e-419a-bca0-3211a06a0441","files":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"processes":{"
|
1
|
+
{"processes":{"431cd310-034c-45bc-897b-ca755eaaeab1":{"parent":"ce4f2790-8a0e-419a-bca0-3211a06a0441","children":[]},"ce4f2790-8a0e-419a-bca0-3211a06a0441":{"parent":null,"children":["431cd310-034c-45bc-897b-ca755eaaeab1"]}},"files":{"/www/biorate/core/packages/@biorate/config/src/index.ts":["431cd310-034c-45bc-897b-ca755eaaeab1"],"/www/biorate/core/packages/@biorate/config/src/config.ts":["431cd310-034c-45bc-897b-ca755eaaeab1"],"/www/biorate/core/packages/@biorate/config/src/template.ts":["431cd310-034c-45bc-897b-ca755eaaeab1"],"/www/biorate/core/packages/@biorate/config/src/reg-exp-ext.ts":["431cd310-034c-45bc-897b-ca755eaaeab1"],"/www/biorate/core/packages/@biorate/config/src/errors.ts":["431cd310-034c-45bc-897b-ca755eaaeab1"],"/www/biorate/core/packages/@biorate/config/interfaces.ts":["431cd310-034c-45bc-897b-ca755eaaeab1"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [1.93.1](https://github.com/biorate/core/compare/v1.93.0...v1.93.1) (2024-12-19)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **config:** tests ([05e3b13](https://github.com/biorate/core/commit/05e3b13f88b8894358892fd7f8d98f13d11fd2ce))
|
11
|
+
|
6
12
|
# [1.93.0](https://github.com/biorate/core/compare/v1.92.0...v1.93.0) (2024-12-19)
|
7
13
|
|
8
14
|
### Features
|
@@ -517,7 +517,7 @@ export class Config implements IConfig {
|
|
517
517
|
<div class='footer quiet pad2 space-top1 center small'>
|
518
518
|
Code coverage generated by
|
519
519
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
520
|
-
at 2024-12-
|
520
|
+
at 2024-12-19T13:02:19.352Z
|
521
521
|
</div>
|
522
522
|
<script src="prettify.js"></script>
|
523
523
|
<script>
|
@@ -94,7 +94,7 @@ export class UndefinedConfigPathError extends BaseError {
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
95
95
|
Code coverage generated by
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
97
|
-
at 2024-12-
|
97
|
+
at 2024-12-19T13:02:19.352Z
|
98
98
|
</div>
|
99
99
|
<script src="prettify.js"></script>
|
100
100
|
<script>
|
@@ -161,7 +161,7 @@
|
|
161
161
|
<div class='footer quiet pad2 space-top1 center small'>
|
162
162
|
Code coverage generated by
|
163
163
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
164
|
-
at 2024-12-
|
164
|
+
at 2024-12-19T13:02:19.352Z
|
165
165
|
</div>
|
166
166
|
<script src="prettify.js"></script>
|
167
167
|
<script>
|
@@ -79,7 +79,7 @@ export * from '../interfaces';
|
|
79
79
|
<div class='footer quiet pad2 space-top1 center small'>
|
80
80
|
Code coverage generated by
|
81
81
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
82
|
-
at 2024-12-
|
82
|
+
at 2024-12-19T13:02:19.352Z
|
83
83
|
</div>
|
84
84
|
<script src="prettify.js"></script>
|
85
85
|
<script>
|
@@ -85,7 +85,7 @@
|
|
85
85
|
<div class='footer quiet pad2 space-top1 center small'>
|
86
86
|
Code coverage generated by
|
87
87
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
88
|
-
at 2024-12-
|
88
|
+
at 2024-12-19T13:02:19.352Z
|
89
89
|
</div>
|
90
90
|
<script src="prettify.js"></script>
|
91
91
|
<script>
|
@@ -295,7 +295,7 @@ export class Template {
|
|
295
295
|
<div class='footer quiet pad2 space-top1 center small'>
|
296
296
|
Code coverage generated by
|
297
297
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
298
|
-
at 2024-12-
|
298
|
+
at 2024-12-19T13:02:19.352Z
|
299
299
|
</div>
|
300
300
|
<script src="prettify.js"></script>
|
301
301
|
<script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@biorate/config",
|
3
|
-
"version": "1.93.
|
3
|
+
"version": "1.93.1",
|
4
4
|
"description": "Application configurator",
|
5
5
|
"main": "dist",
|
6
6
|
"scripts": {
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"lodash": "^4.17.21",
|
27
27
|
"traverse": "^0.6.6"
|
28
28
|
},
|
29
|
-
"gitHead": "
|
29
|
+
"gitHead": "f6e33e46d57c96d6253dd60b17aac72d08be1af0",
|
30
30
|
"devDependencies": {
|
31
31
|
"@types/traverse": "^0.6.32"
|
32
32
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"parent":null,"pid":208728,"argv":["/home/llevkin/.nvm/versions/node/v20.17.0/bin/node","/www/biorate/core/node_modules/npx/index.js","mocha","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/config","time":1734612895214,"ppid":208712,"coverageFilename":"/www/biorate/core/packages/@biorate/config/.nyc_output/2d3d0803-3602-40c9-b1a6-d48868685bb4.json","externalId":"","uuid":"2d3d0803-3602-40c9-b1a6-d48868685bb4","files":[]}
|
File without changes
|
File without changes
|