@lindorm/config 0.4.0 → 0.4.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/package.json +9 -6
- package/.env.test +0 -1
- package/.node_config.json +0 -3
- package/.node_config.yml +0 -3
- package/CHANGELOG.md +0 -86
- package/vitest.config.mjs +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lindorm/config",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"author": "Jonn Nilsson",
|
|
6
6
|
"repository": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
14
17
|
"bin": {
|
|
15
18
|
"config": "dist/cli.js"
|
|
16
19
|
},
|
|
@@ -37,10 +40,10 @@
|
|
|
37
40
|
},
|
|
38
41
|
"dependencies": {
|
|
39
42
|
"@dotenvx/dotenvx": "^1.54.1",
|
|
40
|
-
"@lindorm/case": "^0.2.
|
|
41
|
-
"@lindorm/is": "^0.2.
|
|
42
|
-
"@lindorm/types": "^0.6.
|
|
43
|
-
"@lindorm/utils": "^0.8.
|
|
43
|
+
"@lindorm/case": "^0.2.1",
|
|
44
|
+
"@lindorm/is": "^0.2.1",
|
|
45
|
+
"@lindorm/types": "^0.6.1",
|
|
46
|
+
"@lindorm/utils": "^0.8.1",
|
|
44
47
|
"commander": "^14.0.3",
|
|
45
48
|
"config": "^4.4.1",
|
|
46
49
|
"dotenv": "^17.3.1",
|
|
@@ -51,5 +54,5 @@
|
|
|
51
54
|
"@types/config": "^3.3.5",
|
|
52
55
|
"@types/js-yaml": "^4.0.9"
|
|
53
56
|
},
|
|
54
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "da067071d415e07d7d25bbac1621b9e02fcc3166"
|
|
55
58
|
}
|
package/.env.test
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
WITH_DOT_ENV_REPLACEMENT="two"
|
package/.node_config.json
DELETED
package/.node_config.yml
DELETED
package/CHANGELOG.md
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [0.4.0](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.3.0...@lindorm/config@0.4.0) (2026-05-04)
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
- **config:** schema-driven env binding with \_\_ separator ([bdbec63](https://github.com/lindorm-io/monorepo/commit/bdbec6316c7594693d32ed25e2d446e1f3d4271a))
|
|
11
|
-
|
|
12
|
-
# [0.3.0](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.10...@lindorm/config@0.3.0) (2026-05-02)
|
|
13
|
-
|
|
14
|
-
### Features
|
|
15
|
-
|
|
16
|
-
- **config:** resolve npm.package via explicit scope, not cwd ([279b633](https://github.com/lindorm-io/monorepo/commit/279b63307beb103a82f15aeb63e637f168ef9635))
|
|
17
|
-
- migrate 20 packages from jest to vitest ([d8bfda8](https://github.com/lindorm-io/monorepo/commit/d8bfda8854dc1cb9537ba0b3e47ec4e4c7bded08))
|
|
18
|
-
|
|
19
|
-
## [0.2.10](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.9...@lindorm/config@0.2.10) (2026-04-19)
|
|
20
|
-
|
|
21
|
-
**Note:** Version bump only for package @lindorm/config
|
|
22
|
-
|
|
23
|
-
## [0.2.9](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.8...@lindorm/config@0.2.9) (2026-04-15)
|
|
24
|
-
|
|
25
|
-
**Note:** Version bump only for package @lindorm/config
|
|
26
|
-
|
|
27
|
-
## [0.2.8](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.7...@lindorm/config@0.2.8) (2026-04-01)
|
|
28
|
-
|
|
29
|
-
**Note:** Version bump only for package @lindorm/config
|
|
30
|
-
|
|
31
|
-
## [0.2.7](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.6...@lindorm/config@0.2.7) (2026-03-13)
|
|
32
|
-
|
|
33
|
-
**Note:** Version bump only for package @lindorm/config
|
|
34
|
-
|
|
35
|
-
## [0.2.6](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.5...@lindorm/config@0.2.6) (2026-03-13)
|
|
36
|
-
|
|
37
|
-
**Note:** Version bump only for package @lindorm/config
|
|
38
|
-
|
|
39
|
-
## [0.2.5](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.4...@lindorm/config@0.2.5) (2026-02-17)
|
|
40
|
-
|
|
41
|
-
**Note:** Version bump only for package @lindorm/config
|
|
42
|
-
|
|
43
|
-
## [0.2.4](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.3...@lindorm/config@0.2.4) (2025-09-18)
|
|
44
|
-
|
|
45
|
-
**Note:** Version bump only for package @lindorm/config
|
|
46
|
-
|
|
47
|
-
## [0.2.3](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.2...@lindorm/config@0.2.3) (2025-07-19)
|
|
48
|
-
|
|
49
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
- remove unnecessary enums ([d0364d9](https://github.com/lindorm-io/monorepo/commit/d0364d97ad0dc621a1020d4ddba8d3a87959838d))
|
|
52
|
-
|
|
53
|
-
## [0.2.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.1...@lindorm/config@0.2.2) (2025-07-12)
|
|
54
|
-
|
|
55
|
-
**Note:** Version bump only for package @lindorm/config
|
|
56
|
-
|
|
57
|
-
## [0.2.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.2.0...@lindorm/config@0.2.1) (2025-07-10)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @lindorm/config
|
|
60
|
-
|
|
61
|
-
# [0.2.0](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.1.2...@lindorm/config@0.2.0) (2025-06-17)
|
|
62
|
-
|
|
63
|
-
### Bug Fixes
|
|
64
|
-
|
|
65
|
-
- solve issues with merge ([6561027](https://github.com/lindorm-io/monorepo/commit/6561027172f31f154be84f122a68c1361399abd3))
|
|
66
|
-
- update cli ([552a9f0](https://github.com/lindorm-io/monorepo/commit/552a9f0a0839d756d9e856b7a6842aee4e01cac5))
|
|
67
|
-
|
|
68
|
-
### Features
|
|
69
|
-
|
|
70
|
-
- add cli for generating node_config env ([57e5ff9](https://github.com/lindorm-io/monorepo/commit/57e5ff9cad0aa655420f6232f23ae526545331b4))
|
|
71
|
-
- use zod to coerce and validate config ([03ed9b6](https://github.com/lindorm-io/monorepo/commit/03ed9b65f95bab3168a081c669118b3ed6d45538))
|
|
72
|
-
|
|
73
|
-
## [0.1.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.1.1...@lindorm/config@0.1.2) (2025-01-28)
|
|
74
|
-
|
|
75
|
-
**Note:** Version bump only for package @lindorm/config
|
|
76
|
-
|
|
77
|
-
## [0.1.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/config@0.1.0...@lindorm/config@0.1.1) (2024-10-12)
|
|
78
|
-
|
|
79
|
-
**Note:** Version bump only for package @lindorm/config
|
|
80
|
-
|
|
81
|
-
# 0.1.0 (2024-09-20)
|
|
82
|
-
|
|
83
|
-
### Features
|
|
84
|
-
|
|
85
|
-
- initialise config package ([cd119e3](https://github.com/lindorm-io/monorepo/commit/cd119e37df2a5fa9979d21e56e5835864ba0744b))
|
|
86
|
-
- initialise configuration package ([42b8b41](https://github.com/lindorm-io/monorepo/commit/42b8b414a6fc2845a79fa89fabd0c0ff89dd3477))
|
package/vitest.config.mjs
DELETED