nightingale-types 14.2.1 → 15.0.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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
+ ## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * update babel and drop browser modern version
12
+
13
+ ### Features
14
+
15
+ * update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))
16
+
17
+ Version bump for dependency: nightingale-levels
18
+
19
+
6
20
  ## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)
7
21
 
8
22
  Note: no notable changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-types",
3
- "version": "14.2.1",
3
+ "version": "15.0.0",
4
4
  "description": "Nightingale types for typescript",
5
5
  "keywords": [
6
6
  "logger"
@@ -38,9 +38,6 @@
38
38
  "import": "./dist/index-node18.mjs"
39
39
  },
40
40
  "browser": {
41
- "browser:modern": {
42
- "import": "./dist/index-browsermodern.es.js"
43
- },
44
41
  "import": "./dist/index-browser.es.js"
45
42
  }
46
43
  }
@@ -66,10 +63,6 @@
66
63
  "target": "node",
67
64
  "version": "18"
68
65
  },
69
- {
70
- "target": "browser",
71
- "version": "modern"
72
- },
73
66
  {
74
67
  "target": "browser"
75
68
  }
@@ -79,12 +72,12 @@
79
72
  ]
80
73
  },
81
74
  "dependencies": {
82
- "nightingale-levels": "14.2.1"
75
+ "nightingale-levels": "15.0.0"
83
76
  },
84
77
  "devDependencies": {
85
- "@babel/core": "7.23.2",
86
- "@babel/preset-env": "7.23.2",
87
- "pob-babel": "36.6.1",
88
- "typescript": "5.2.2"
78
+ "@babel/core": "7.23.6",
79
+ "@babel/preset-env": "7.23.6",
80
+ "pob-babel": "38.0.0",
81
+ "typescript": "5.3.3"
89
82
  }
90
83
  }
@@ -1,2 +0,0 @@
1
- export { Level } from 'nightingale-levels';
2
- //# sourceMappingURL=index-browsermodern.es.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-browsermodern.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}