@visulima/package 3.0.8 → 3.0.9
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 +20 -0
- package/package.json +23 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## @visulima/package [3.0.9](https://github.com/visulima/visulima/compare/@visulima/package@3.0.8...@visulima/package@3.0.9) (2024-09-07)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
|
|
6
|
+
|
|
7
|
+
### Styles
|
|
8
|
+
|
|
9
|
+
* cs fixes ([f5c4af7](https://github.com/visulima/visulima/commit/f5c4af7cfa9fc79b6d3fa60c1e48d88bffab5a08))
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* **@visulima/fs:** upgraded to 2.1.15
|
|
19
|
+
* **@visulima/path:** upgraded to 1.0.6
|
|
20
|
+
|
|
1
21
|
## @visulima/package [3.0.8](https://github.com/visulima/visulima/compare/@visulima/package@3.0.7...@visulima/package@3.0.8) (2024-08-30)
|
|
2
22
|
|
|
3
23
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -25,9 +25,12 @@
|
|
|
25
25
|
"visulima"
|
|
26
26
|
],
|
|
27
27
|
"homepage": "https://www.visulima.com/docs/package/package",
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "https://github.com/visulima/visulima/issues"
|
|
30
|
+
},
|
|
28
31
|
"repository": {
|
|
29
32
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/visulima/visulima.git",
|
|
33
|
+
"url": "git+https://github.com/visulima/visulima.git",
|
|
31
34
|
"directory": "packages/package"
|
|
32
35
|
},
|
|
33
36
|
"funding": [
|
|
@@ -113,6 +116,18 @@
|
|
|
113
116
|
"main": "dist/index.cjs",
|
|
114
117
|
"module": "dist/index.mjs",
|
|
115
118
|
"types": "dist/index.d.ts",
|
|
119
|
+
"typesVersions": {
|
|
120
|
+
"*": {
|
|
121
|
+
"*": [
|
|
122
|
+
"./dist/error.d.ts",
|
|
123
|
+
"./dist/index.d.ts",
|
|
124
|
+
"./dist/monorepo.d.ts",
|
|
125
|
+
"./dist/package-json.d.ts",
|
|
126
|
+
"./dist/package-manager.d.ts",
|
|
127
|
+
"./dist/package.d.ts"
|
|
128
|
+
]
|
|
129
|
+
}
|
|
130
|
+
},
|
|
116
131
|
"files": [
|
|
117
132
|
"dist/**",
|
|
118
133
|
"README.md",
|
|
@@ -120,8 +135,8 @@
|
|
|
120
135
|
"LICENSE.md"
|
|
121
136
|
],
|
|
122
137
|
"dependencies": {
|
|
123
|
-
"@visulima/fs": "2.1.
|
|
124
|
-
"@visulima/path": "1.0.
|
|
138
|
+
"@visulima/fs": "2.1.15",
|
|
139
|
+
"@visulima/path": "1.0.6",
|
|
125
140
|
"normalize-package-data": "^6.0.2"
|
|
126
141
|
},
|
|
127
142
|
"devDependencies": {
|
|
@@ -129,13 +144,14 @@
|
|
|
129
144
|
"@anolilab/prettier-config": "^5.0.14",
|
|
130
145
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
131
146
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
147
|
+
"@arethetypeswrong/cli": "^0.15.4",
|
|
132
148
|
"@babel/core": "^7.25.2",
|
|
133
149
|
"@pnpm/exe": "^9.9.0",
|
|
134
150
|
"@rushstack/eslint-plugin-security": "^0.8.2",
|
|
135
|
-
"@total-typescript/ts-reset": "^0.6.
|
|
151
|
+
"@total-typescript/ts-reset": "^0.6.1",
|
|
136
152
|
"@types/node": "18.19.15",
|
|
137
153
|
"@types/normalize-package-data": "^2.4.4",
|
|
138
|
-
"@visulima/packem": "^1.0.0-alpha.
|
|
154
|
+
"@visulima/packem": "^1.0.0-alpha.93",
|
|
139
155
|
"@vitest/coverage-v8": "^2.0.5",
|
|
140
156
|
"@vitest/ui": "^2.0.5",
|
|
141
157
|
"@yarnpkg/pnp": "4.0.6",
|
|
@@ -190,6 +206,7 @@
|
|
|
190
206
|
"build:prod": "cross-env NODE_ENV=production packem build",
|
|
191
207
|
"clean": "rimraf node_modules dist .eslintcache",
|
|
192
208
|
"dev": "cross-env NODE_ENV=development packem build --watch",
|
|
209
|
+
"lint:attw": "attw --pack",
|
|
193
210
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
|
|
194
211
|
"lint:eslint:fix": "pnpm run lint:eslint --fix",
|
|
195
212
|
"lint:package-json": "publint --strict",
|