@deot/dev-deps 2.5.0 → 2.6.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 +14 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @deot/dev-deps ChangeLog
|
|
2
2
|
|
|
3
|
+
## v2.6.0
|
|
4
|
+
|
|
5
|
+
_2023-11-02_
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- feat: multiple entry points supported when output formats include 'iife' & 'umd' ([926bb53](https://github.com/deot/dev/commit/926bb53aea4114f595dba68f203e3bc727fdb4b4))
|
|
10
|
+
|
|
11
|
+
### Updates
|
|
12
|
+
|
|
13
|
+
- chore: deps updated ([0b432f1](https://github.com/deot/dev/commit/0b432f112fa62f3824cd292b138c23a2e935cc3e))
|
|
14
|
+
- chore: deps updated ([dd4f69b](https://github.com/deot/dev/commit/dd4f69b06f13099605278d79c932efe716e953cc))
|
|
15
|
+
- chore: deps updated ([0cfa334](https://github.com/deot/dev/commit/0cfa3345c61760ae1f0440d850e470affea928aa))
|
|
16
|
+
|
|
3
17
|
## v2.5.0
|
|
4
18
|
|
|
5
19
|
_2023-09-06_
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deot/dev-deps",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@types/node": "^20.
|
|
10
|
-
"eslint": "^8.
|
|
9
|
+
"@types/node": "^20.8.9",
|
|
10
|
+
"eslint": "^8.52.0",
|
|
11
11
|
"eslint-watch": "^8.0.0",
|
|
12
12
|
"husky": "^8.0.3",
|
|
13
|
-
"lint-staged": "^
|
|
14
|
-
"stylelint": "^15.
|
|
15
|
-
"tsx": "^3.
|
|
13
|
+
"lint-staged": "^15.0.2",
|
|
14
|
+
"stylelint": "^15.11.0",
|
|
15
|
+
"tsx": "^3.14.0",
|
|
16
16
|
"typescript": "^5.1.6"
|
|
17
17
|
}
|
|
18
18
|
}
|