@visulima/package 3.0.11 → 3.1.0
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 +10 -0
- package/LICENSE.md +21 -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 +2 -1
- 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.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -167,6 +167,7 @@
|
|
|
167
167
|
"@yarnpkg/pnp": "4.0.6",
|
|
168
168
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
169
169
|
"cross-env": "^7.0.3",
|
|
170
|
+
"dot-prop": "^9.0.0",
|
|
170
171
|
"esbuild": "0.23.0",
|
|
171
172
|
"eslint": "8.57.0",
|
|
172
173
|
"eslint-plugin-deprecation": "^3.0.0",
|