@visulima/package 1.2.2 → 1.2.4
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,3 +1,17 @@
|
|
|
1
|
+
## @visulima/package [1.2.4](https://github.com/visulima/visulima/compare/@visulima/package@1.2.3...@visulima/package@1.2.4) (2023-11-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fixed the homepage url of the package ([02075ce](https://github.com/visulima/visulima/commit/02075ce997d62c1caf79690b32dd2f931e64bebe))
|
|
7
|
+
|
|
8
|
+
## @visulima/package [1.2.3](https://github.com/visulima/visulima/compare/@visulima/package@1.2.2...@visulima/package@1.2.3) (2023-11-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* added node 21 support ([#226](https://github.com/visulima/visulima/issues/226)) ([bc2e6f2](https://github.com/visulima/visulima/commit/bc2e6f2ca6652c11c9fde8d52912492b5fcc502e))
|
|
14
|
+
|
|
1
15
|
## @visulima/package [1.2.2](https://github.com/visulima/visulima/compare/@visulima/package@1.2.1...@visulima/package@1.2.2) (2023-11-02)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, package manager or tsconfig.json",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"find",
|
|
26
26
|
"root"
|
|
27
27
|
],
|
|
28
|
-
"homepage": "https://visulima.com/
|
|
28
|
+
"homepage": "https://www.visulima.com/docs/package/package",
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
31
31
|
"url": "https://github.com/visulima/visulima.git",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"strip-json-comments": "^5.0.1"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@anolilab/eslint-config": "^15.0.
|
|
122
|
-
"@anolilab/prettier-config": "^5.0.
|
|
123
|
-
"@anolilab/semantic-release-preset": "^8.0.
|
|
121
|
+
"@anolilab/eslint-config": "^15.0.2",
|
|
122
|
+
"@anolilab/prettier-config": "^5.0.13",
|
|
123
|
+
"@anolilab/semantic-release-preset": "^8.0.2",
|
|
124
124
|
"@babel/core": "^7.23.2",
|
|
125
125
|
"@pnpm/exe": "^8.10.2",
|
|
126
126
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"yarn": "^1.22.19"
|
|
151
151
|
},
|
|
152
152
|
"engines": {
|
|
153
|
-
"node": ">=18.* <=
|
|
153
|
+
"node": ">=18.* <=21.*"
|
|
154
154
|
},
|
|
155
155
|
"publishConfig": {
|
|
156
156
|
"access": "public",
|