@visulima/package 3.0.11 → 3.1.1
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 +27 -0
- package/LICENSE.md +27 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package-json.cjs +1 -1
- package/dist/package-json.d.cts +1 -1
- package/dist/package-json.d.mts +1 -1
- package/dist/package-json.d.ts +1 -1
- package/dist/package-json.mjs +1 -1
- package/dist/packem_shared/package-json-_iimUQ2e.d.cts +1693 -0
- package/dist/packem_shared/package-json-_iimUQ2e.d.mjs +1693 -0
- package/dist/packem_shared/package-json-_iimUQ2e.d.mts +1693 -0
- package/package.json +13 -12
- package/dist/packem_shared/package-json-CEeDTVje.d.cts +0 -786
- package/dist/packem_shared/package-json-CEeDTVje.d.mjs +0 -786
- package/dist/packem_shared/package-json-CEeDTVje.d.mts +0 -786
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
"LICENSE.md"
|
|
146
146
|
],
|
|
147
147
|
"dependencies": {
|
|
148
|
-
"@visulima/fs": "2.1.
|
|
149
|
-
"@visulima/path": "1.0.
|
|
148
|
+
"@visulima/fs": "2.1.18",
|
|
149
|
+
"@visulima/path": "1.0.9",
|
|
150
150
|
"normalize-package-data": "^6.0.2"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
@@ -154,20 +154,21 @@
|
|
|
154
154
|
"@anolilab/prettier-config": "^5.0.14",
|
|
155
155
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
156
156
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
157
|
-
"@arethetypeswrong/cli": "^0.16.
|
|
157
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
158
158
|
"@babel/core": "^7.25.2",
|
|
159
|
-
"@pnpm/exe": "^9.
|
|
160
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
159
|
+
"@pnpm/exe": "^9.11.0",
|
|
160
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
161
161
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
162
162
|
"@types/node": "18.19.15",
|
|
163
163
|
"@types/normalize-package-data": "^2.4.4",
|
|
164
|
-
"@visulima/packem": "
|
|
165
|
-
"@vitest/coverage-v8": "^2.
|
|
166
|
-
"@vitest/ui": "^2.
|
|
164
|
+
"@visulima/packem": "1.0.1",
|
|
165
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
166
|
+
"@vitest/ui": "^2.1.1",
|
|
167
167
|
"@yarnpkg/pnp": "4.0.6",
|
|
168
168
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
169
169
|
"cross-env": "^7.0.3",
|
|
170
|
-
"
|
|
170
|
+
"dot-prop": "^9.0.0",
|
|
171
|
+
"esbuild": "0.24.0",
|
|
171
172
|
"eslint": "8.57.0",
|
|
172
173
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
173
174
|
"eslint-plugin-etc": "^2.0.3",
|
|
@@ -175,7 +176,7 @@
|
|
|
175
176
|
"eslint-plugin-mdx": "^3.1.5",
|
|
176
177
|
"eslint-plugin-vitest": "^0.4.1",
|
|
177
178
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
178
|
-
"execa": "^9.
|
|
179
|
+
"execa": "^9.4.0",
|
|
179
180
|
"npm": "^10.8.3",
|
|
180
181
|
"prettier": "^3.3.3",
|
|
181
182
|
"rimraf": "5.0.9",
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
"tempy": "^3.1.0",
|
|
184
185
|
"type-fest": "^4.26.1",
|
|
185
186
|
"typescript": "5.4.5",
|
|
186
|
-
"vitest": "^2.
|
|
187
|
+
"vitest": "^2.1.1",
|
|
187
188
|
"which-pm-runs": "file:",
|
|
188
189
|
"yarn": "^1.22.22"
|
|
189
190
|
},
|