@visulima/package 1.2.7 → 1.2.8
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 +8 -0
- package/LICENSE.md +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## @visulima/package [1.2.8](https://github.com/visulima/visulima/compare/@visulima/package@1.2.7...@visulima/package@1.2.8) (2024-03-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fixed all found type issues ([eaa40d1](https://github.com/visulima/visulima/commit/eaa40d11f3fc056dfddcc25404bf109587ef2862))
|
|
7
|
+
* minifyWhitespace on prod build, removed @tsconfig/* configs ([410cb73](https://github.com/visulima/visulima/commit/410cb737c44c445a0479bdd49b4100d5daf2d83d))
|
|
8
|
+
|
|
1
9
|
## @visulima/package [1.2.7](https://github.com/visulima/visulima/compare/@visulima/package@1.2.6...@visulima/package@1.2.7) (2024-01-19)
|
|
2
10
|
|
|
3
11
|
|
package/LICENSE.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
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",
|
|
@@ -122,32 +122,32 @@
|
|
|
122
122
|
"@anolilab/eslint-config": "^15.0.3",
|
|
123
123
|
"@anolilab/prettier-config": "^5.0.14",
|
|
124
124
|
"@anolilab/semantic-release-preset": "^8.0.3",
|
|
125
|
-
"@babel/core": "^7.
|
|
126
|
-
"@pnpm/exe": "^8.
|
|
127
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
125
|
+
"@babel/core": "^7.24.0",
|
|
126
|
+
"@pnpm/exe": "^8.15.4",
|
|
127
|
+
"@rushstack/eslint-plugin-security": "^0.8.1",
|
|
128
128
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
129
|
-
"@types/node": "18.18.
|
|
130
|
-
"@vitest/coverage-v8": "^1.
|
|
131
|
-
"@vitest/ui": "^1.
|
|
129
|
+
"@types/node": "18.18.14",
|
|
130
|
+
"@vitest/coverage-v8": "^1.3.1",
|
|
131
|
+
"@vitest/ui": "^1.3.1",
|
|
132
132
|
"cnpm": "^9.4.0",
|
|
133
133
|
"cross-env": "^7.0.3",
|
|
134
|
-
"eslint": "^8.
|
|
134
|
+
"eslint": "^8.57.0",
|
|
135
135
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
136
136
|
"eslint-plugin-etc": "^2.0.3",
|
|
137
137
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
138
138
|
"eslint-plugin-mdx": "^3.1.5",
|
|
139
139
|
"eslint-plugin-tsdoc": "^0.2.17",
|
|
140
|
-
"eslint-plugin-vitest": "^0.3.
|
|
140
|
+
"eslint-plugin-vitest": "^0.3.22",
|
|
141
141
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
142
142
|
"execa": "^8.0.1",
|
|
143
|
-
"npm": "^10.
|
|
144
|
-
"prettier": "^3.2.
|
|
143
|
+
"npm": "^10.5.0",
|
|
144
|
+
"prettier": "^3.2.5",
|
|
145
145
|
"rimraf": "^5.0.5",
|
|
146
|
-
"semantic-release": "^23.0.
|
|
147
|
-
"sort-package-json": "^2.
|
|
148
|
-
"tsup": "^8.0.
|
|
146
|
+
"semantic-release": "^23.0.2",
|
|
147
|
+
"sort-package-json": "^2.8.0",
|
|
148
|
+
"tsup": "^8.0.2",
|
|
149
149
|
"typescript": "^5.3.3",
|
|
150
|
-
"vitest": "^1.
|
|
150
|
+
"vitest": "^1.3.1",
|
|
151
151
|
"which-pm-runs": "file:",
|
|
152
152
|
"yarn": "^1.22.21"
|
|
153
153
|
},
|