@shgysk8zer0/js-utils 1.0.1 → 1.0.3
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 -1
- package/package.json +7 -4
- package/rollup.cjs +0 -2
- package/rollup.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
<!-- markdownlint-disable -->
|
|
1
2
|
# Changelog
|
|
2
3
|
All notable changes to this project will be documented in this file.
|
|
3
4
|
|
|
@@ -6,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
7
|
|
|
7
8
|
## [Unreleased]
|
|
8
9
|
|
|
9
|
-
## [v1.0.
|
|
10
|
+
## [v1.0.3] - 2026-02-25
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Update dependencies
|
|
14
|
+
- Update npm publishing
|
|
15
|
+
- Update to node 24.10.0
|
|
16
|
+
|
|
17
|
+
## [v1.0.2] - 2024-09-19
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
- Update dependencies and config
|
|
21
|
+
|
|
22
|
+
## [v1.0.1] - 2023-07-03
|
|
10
23
|
|
|
11
24
|
### Changed
|
|
12
25
|
- Update to node 20
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shgysk8zer0/js-utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "A collection of npm packages, such as ESLint and Rollup",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"main": "./index.cjs",
|
|
@@ -40,8 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/shgysk8zer0/js-utils#readme",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@rollup/plugin-terser": "^0.4.
|
|
44
|
-
"eslint": "^
|
|
45
|
-
"rollup": "^
|
|
43
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
44
|
+
"eslint": "^10.0.2",
|
|
45
|
+
"rollup": "^4.59.0"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@shgysk8zer0/eslint-config": "^1.0.5"
|
|
46
49
|
}
|
|
47
50
|
}
|
package/rollup.cjs
CHANGED
package/rollup.js
CHANGED