@visulima/package 3.5.4 → 3.5.5

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 CHANGED
@@ -1,3 +1,26 @@
1
+ ## @visulima/package [3.5.5](https://github.com/visulima/visulima/compare/@visulima/package@3.5.4...@visulima/package@3.5.5) (2025-05-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **package-fixture-pkg-json:** update dependencies ([be59bd9](https://github.com/visulima/visulima/commit/be59bd979606f5ac5938e2d43d96e482e1a6ab04))
6
+ * **package:** @antfu/install-pkg is now bundled into the code ([67ee109](https://github.com/visulima/visulima/commit/67ee1090747caa99400adff0af66f1ddf7c9fd88))
7
+ * **package:** update dependencies ([ab398fe](https://github.com/visulima/visulima/commit/ab398fe3d891b91ea7c0a751c83a3d44bdb021c9))
8
+
9
+ ### Styles
10
+
11
+ * cs fixes ([6570d56](https://github.com/visulima/visulima/commit/6570d568a80bd3fd4bfd73c824dc78f7e3a372f8))
12
+ * **package:** cs fix ([605d0fc](https://github.com/visulima/visulima/commit/605d0fc030334277c4a55eed06631ab95f470bdd))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * **package-fixture-ws-bad:** update fixture ([c10275b](https://github.com/visulima/visulima/commit/c10275bb3e02f2deab0c6897adbdfc192ef8d8e3))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@visulima/fs:** upgraded to 3.1.3
22
+ * **@visulima/path:** upgraded to 1.3.6
23
+
1
24
  ## @visulima/package [3.5.4](https://github.com/visulima/visulima/compare/@visulima/package@3.5.3...@visulima/package@3.5.4) (2025-03-12)
2
25
 
3
26
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -27,6 +27,35 @@ The published @visulima/package artifact additionally contains code with the fol
27
27
  MIT
28
28
 
29
29
  # Bundled dependencies:
30
+ ## @antfu/install-pkg
31
+ License: MIT
32
+ By: Anthony Fu
33
+ Repository: git+https://github.com/antfu/install-pkg.git
34
+
35
+ > MIT License
36
+ >
37
+ > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
38
+ >
39
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
40
+ > of this software and associated documentation files (the "Software"), to deal
41
+ > in the Software without restriction, including without limitation the rights
42
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43
+ > copies of the Software, and to permit persons to whom the Software is
44
+ > furnished to do so, subject to the following conditions:
45
+ >
46
+ > The above copyright notice and this permission notice shall be included in all
47
+ > copies or substantial portions of the Software.
48
+ >
49
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55
+ > SOFTWARE.
56
+
57
+ ---------------------------------------
58
+
30
59
  ## dot-prop
31
60
  License: MIT
32
61
  By: Sindre Sorhus
@@ -42,6 +71,64 @@ Repository: sindresorhus/dot-prop
42
71
  >
43
72
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
44
73
 
74
+ ---------------------------------------
75
+
76
+ ## package-manager-detector
77
+ License: MIT
78
+ By: Anthony Fu
79
+ Repository: git+https://github.com/antfu-collective/package-manager-detector.git
80
+
81
+ > MIT License
82
+ >
83
+ > Copyright (c) 2020-PRESENT Anthony Fu <https://github.com/antfu>
84
+ >
85
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
86
+ > of this software and associated documentation files (the "Software"), to deal
87
+ > in the Software without restriction, including without limitation the rights
88
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
89
+ > copies of the Software, and to permit persons to whom the Software is
90
+ > furnished to do so, subject to the following conditions:
91
+ >
92
+ > The above copyright notice and this permission notice shall be included in all
93
+ > copies or substantial portions of the Software.
94
+ >
95
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
96
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
97
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
98
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
99
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
100
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
101
+ > SOFTWARE.
102
+
103
+ ---------------------------------------
104
+
105
+ ## tinyexec
106
+ License: MIT
107
+ By: James Garbutt
108
+ Repository: git+https://github.com/tinylibs/tinyexec.git
109
+
110
+ > MIT License
111
+ >
112
+ > Copyright (c) 2024 Tinylibs
113
+ >
114
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
115
+ > of this software and associated documentation files (the "Software"), to deal
116
+ > in the Software without restriction, including without limitation the rights
117
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
118
+ > copies of the Software, and to permit persons to whom the Software is
119
+ > furnished to do so, subject to the following conditions:
120
+ >
121
+ > The above copyright notice and this permission notice shall be included in all
122
+ > copies or substantial portions of the Software.
123
+ >
124
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
125
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
126
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
127
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
128
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
129
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
130
+ > SOFTWARE.
131
+
45
132
  <!-- /DEPENDENCIES -->
46
133
 
47
134
  <!-- TYPE_DEPENDENCIES -->
@@ -51,6 +138,35 @@ The published @visulima/package artifact additionally contains code with the fol
51
138
  MIT, (MIT OR CC0-1.0)
52
139
 
53
140
  # Bundled types:
141
+ ## @antfu/install-pkg
142
+ License: MIT
143
+ By: Anthony Fu
144
+ Repository: git+https://github.com/antfu/install-pkg.git
145
+
146
+ > MIT License
147
+ >
148
+ > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
149
+ >
150
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
151
+ > of this software and associated documentation files (the "Software"), to deal
152
+ > in the Software without restriction, including without limitation the rights
153
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
154
+ > copies of the Software, and to permit persons to whom the Software is
155
+ > furnished to do so, subject to the following conditions:
156
+ >
157
+ > The above copyright notice and this permission notice shall be included in all
158
+ > copies or substantial portions of the Software.
159
+ >
160
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
161
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
162
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
163
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
164
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
165
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
166
+ > SOFTWARE.
167
+
168
+ ---------------------------------------
169
+
54
170
  ## @inquirer/core
55
171
  License: MIT
56
172
  By: Simon Boudrias
package/dist/index.d.cts CHANGED
@@ -1,8 +1,7 @@
1
1
  export { PackageNotFoundError } from './error.cjs';
2
2
  export { RootMonorepo, Strategy, findMonorepoRoot, findMonorepoRootSync } from './monorepo.cjs';
3
3
  export { findPackageRoot, findPackageRootSync } from './package.cjs';
4
- export { E as EnsurePackagesOptions, F as FindPackageJsonCache, d as NormalizedPackageJson, N as NormalizedReadResult, P as PackageJson, e as ensurePackages, f as findPackageJson, a as findPackageJsonSync, g as getPackageJsonProperty, h as hasPackageJsonAnyDependency, b as hasPackageJsonProperty, p as parsePackageJson, w as writePackageJson, c as writePackageJsonSync } from './packem_shared/package-json-DvaC9k-3.cjs';
4
+ export { E as EnsurePackagesOptions, F as FindPackageJsonCache, d as NormalizedPackageJson, N as NormalizedReadResult, P as PackageJson, e as ensurePackages, f as findPackageJson, a as findPackageJsonSync, g as getPackageJsonProperty, h as hasPackageJsonAnyDependency, b as hasPackageJsonProperty, p as parsePackageJson, w as writePackageJson, c as writePackageJsonSync } from './packem_shared/package-json-BCAHuiQ6.cjs';
5
5
  export { PackageManager, PackageManagerResult, findLockFile, findLockFileSync, findPackageManager, findPackageManagerSync, generateMissingPackagesInstallMessage, getPackageManagerVersion, identifyInitiatingPackageManager } from './package-manager.cjs';
6
6
  import '@visulima/fs';
7
- import '@antfu/install-pkg';
8
7
  import 'normalize-package-data';
package/dist/index.d.mts CHANGED
@@ -1,8 +1,7 @@
1
1
  export { PackageNotFoundError } from './error.mjs';
2
2
  export { RootMonorepo, Strategy, findMonorepoRoot, findMonorepoRootSync } from './monorepo.mjs';
3
3
  export { findPackageRoot, findPackageRootSync } from './package.mjs';
4
- export { E as EnsurePackagesOptions, F as FindPackageJsonCache, d as NormalizedPackageJson, N as NormalizedReadResult, P as PackageJson, e as ensurePackages, f as findPackageJson, a as findPackageJsonSync, g as getPackageJsonProperty, h as hasPackageJsonAnyDependency, b as hasPackageJsonProperty, p as parsePackageJson, w as writePackageJson, c as writePackageJsonSync } from './packem_shared/package-json-DvaC9k-3.mjs';
4
+ export { E as EnsurePackagesOptions, F as FindPackageJsonCache, d as NormalizedPackageJson, N as NormalizedReadResult, P as PackageJson, e as ensurePackages, f as findPackageJson, a as findPackageJsonSync, g as getPackageJsonProperty, h as hasPackageJsonAnyDependency, b as hasPackageJsonProperty, p as parsePackageJson, w as writePackageJson, c as writePackageJsonSync } from './packem_shared/package-json-BCAHuiQ6.mjs';
5
5
  export { PackageManager, PackageManagerResult, findLockFile, findLockFileSync, findPackageManager, findPackageManagerSync, generateMissingPackagesInstallMessage, getPackageManagerVersion, identifyInitiatingPackageManager } from './package-manager.mjs';
6
6
  import '@visulima/fs';
7
- import '@antfu/install-pkg';
8
7
  import 'normalize-package-data';
package/dist/index.d.ts CHANGED
@@ -1,8 +1,7 @@
1
1
  export { PackageNotFoundError } from './error.js';
2
2
  export { RootMonorepo, Strategy, findMonorepoRoot, findMonorepoRootSync } from './monorepo.js';
3
3
  export { findPackageRoot, findPackageRootSync } from './package.js';
4
- export { E as EnsurePackagesOptions, F as FindPackageJsonCache, d as NormalizedPackageJson, N as NormalizedReadResult, P as PackageJson, e as ensurePackages, f as findPackageJson, a as findPackageJsonSync, g as getPackageJsonProperty, h as hasPackageJsonAnyDependency, b as hasPackageJsonProperty, p as parsePackageJson, w as writePackageJson, c as writePackageJsonSync } from './packem_shared/package-json-DvaC9k-3.js';
4
+ export { E as EnsurePackagesOptions, F as FindPackageJsonCache, d as NormalizedPackageJson, N as NormalizedReadResult, P as PackageJson, e as ensurePackages, f as findPackageJson, a as findPackageJsonSync, g as getPackageJsonProperty, h as hasPackageJsonAnyDependency, b as hasPackageJsonProperty, p as parsePackageJson, w as writePackageJson, c as writePackageJsonSync } from './packem_shared/package-json-BCAHuiQ6.js';
5
5
  export { PackageManager, PackageManagerResult, findLockFile, findLockFileSync, findPackageManager, findPackageManagerSync, generateMissingPackagesInstallMessage, getPackageManagerVersion, identifyInitiatingPackageManager } from './package-manager.js';
6
6
  import '@visulima/fs';
7
- import '@antfu/install-pkg';
8
7
  import 'normalize-package-data';