nightingale-types 12.1.0 → 12.1.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/.eslintrc.json +1 -1
- package/CHANGELOG.md +11 -0
- package/package.json +7 -7
package/.eslintrc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* properly configure package type ([2e0cbf5](https://github.com/christophehurpeau/nightingale/commit/2e0cbf555bd3b9fa3c3851025452937f64408aa8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [12.1.0](https://github.com/christophehurpeau/nightingale/compare/v12.0.1...v12.1.0) (2021-12-15)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package nightingale-types
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nightingale-types",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.1",
|
|
4
4
|
"description": "Nightingale types for typescript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"logger"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"directory": "packages/nightingale-types"
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://github.com/christophehurpeau/nightingale",
|
|
16
|
-
"type": "
|
|
16
|
+
"type": "module",
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": "^14.13.1 || >=16.0.0"
|
|
19
19
|
},
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"nightingale-levels": "12.1.
|
|
93
|
+
"nightingale-levels": "12.1.1"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@babel/core": "7.16.
|
|
97
|
-
"@babel/preset-env": "7.16.
|
|
96
|
+
"@babel/core": "7.16.7",
|
|
97
|
+
"@babel/preset-env": "7.16.7",
|
|
98
98
|
"babel-preset-modern-browsers": "15.0.2",
|
|
99
|
-
"pob-babel": "29.
|
|
99
|
+
"pob-babel": "29.6.1",
|
|
100
100
|
"typescript": "4.5.4"
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "719598e0a3d508801b18542a1054301200b62ed0"
|
|
103
103
|
}
|