@visulima/package 1.5.0 → 1.5.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +11 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## @visulima/package [1.5.2](https://github.com/visulima/visulima/compare/@visulima/package@1.5.1...@visulima/package@1.5.2) (2024-03-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated dev dependencies and type-fest ([1df1a35](https://github.com/visulima/visulima/commit/1df1a353f0bc7968087d5c68e0712c262837535b))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/fs:** upgraded to 2.0.3
13
+
14
+ ## @visulima/package [1.5.1](https://github.com/visulima/visulima/compare/@visulima/package@1.5.0...@visulima/package@1.5.1) (2024-03-27)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * added missing os key to package.json ([4ad1268](https://github.com/visulima/visulima/commit/4ad1268ed12cbdcf60aeb46d4c052ed1696bc150))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@visulima/fs:** upgraded to 2.0.2
26
+
1
27
  ## @visulima/package [1.5.0](https://github.com/visulima/visulima/compare/@visulima/package@1.4.3...@visulima/package@1.5.0) (2024-03-25)
2
28
 
3
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
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",
@@ -142,12 +142,12 @@
142
142
  "test:watch": "vitest"
143
143
  },
144
144
  "dependencies": {
145
- "@visulima/fs": "2.0.1",
145
+ "@visulima/fs": "2.0.3",
146
146
  "jsonc-parser": "^3.2.1",
147
147
  "normalize-package-data": "^6.0.0",
148
148
  "pathe": "^1.1.2",
149
149
  "resolve-pkg-maps": "^1.0.0",
150
- "type-fest": "^4.13.1"
150
+ "type-fest": "^4.14.0"
151
151
  },
152
152
  "devDependencies": {
153
153
  "@anolilab/eslint-config": "^15.0.3",
@@ -167,14 +167,14 @@
167
167
  "eslint-plugin-etc": "^2.0.3",
168
168
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
169
169
  "eslint-plugin-mdx": "^3.1.5",
170
- "eslint-plugin-vitest": "^0.3.26",
170
+ "eslint-plugin-vitest": "^0.4.0",
171
171
  "eslint-plugin-vitest-globals": "^1.5.0",
172
172
  "execa": "^8.0.1",
173
173
  "npm": "^10.5.0",
174
174
  "prettier": "^3.2.5",
175
175
  "rimraf": "^5.0.5",
176
- "semantic-release": "^23.0.5",
177
- "sort-package-json": "^2.8.0",
176
+ "semantic-release": "^23.0.6",
177
+ "sort-package-json": "^2.10.0",
178
178
  "strip-ansi": "^7.1.0",
179
179
  "tempy": "^3.1.0",
180
180
  "tsup": "^8.0.2",
@@ -186,6 +186,11 @@
186
186
  "engines": {
187
187
  "node": ">=18.* <=21.*"
188
188
  },
189
+ "os": [
190
+ "darwin",
191
+ "linux",
192
+ "win32"
193
+ ],
189
194
  "publishConfig": {
190
195
  "access": "public",
191
196
  "provenance": true