@sebbo2002/semantic-release-docker 6.0.2-develop.26 → 6.0.2-develop.27
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/LICENSE +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 Sebastian Pekarek
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
6
6
|
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"eslint": "^9.39.2",
|
|
22
22
|
"eslint-config-prettier": "^10.1.8",
|
|
23
23
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
24
|
-
"eslint-plugin-perfectionist": "^
|
|
24
|
+
"eslint-plugin-perfectionist": "^5.1.0",
|
|
25
25
|
"husky": "^9.1.7",
|
|
26
26
|
"license-checker": "^25.0.1",
|
|
27
27
|
"mocha": "^11.7.4",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"test": "docker pull alpine:latest && mocha"
|
|
62
62
|
},
|
|
63
63
|
"type": "module",
|
|
64
|
-
"version": "6.0.2-develop.
|
|
64
|
+
"version": "6.0.2-develop.27"
|
|
65
65
|
}
|