@savvy-web/pnpm-plugin-silk 0.6.1 → 0.6.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.
- package/index.cjs +3 -0
- package/package.json +1 -1
- package/pnpmfile.cjs +3 -0
package/index.cjs
CHANGED
|
@@ -90,12 +90,15 @@ const silkCatalogs = {
|
|
|
90
90
|
"@commitlint/cz-commitlint",
|
|
91
91
|
"@microsoft/api-extractor",
|
|
92
92
|
"@rslib/core",
|
|
93
|
+
"@types/node",
|
|
93
94
|
"@typescript/native-preview",
|
|
94
95
|
"@vitest/coverage-v8",
|
|
96
|
+
"commitizen",
|
|
95
97
|
"husky",
|
|
96
98
|
"lint-staged",
|
|
97
99
|
"markdownlint-cli2",
|
|
98
100
|
"markdownlint-cli2-formatter-codequality",
|
|
101
|
+
"tsx",
|
|
99
102
|
"turbo",
|
|
100
103
|
"typescript",
|
|
101
104
|
"vitest"
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -296,12 +296,15 @@ var __webpack_exports__ = {};
|
|
|
296
296
|
"@commitlint/cz-commitlint",
|
|
297
297
|
"@microsoft/api-extractor",
|
|
298
298
|
"@rslib/core",
|
|
299
|
+
"@types/node",
|
|
299
300
|
"@typescript/native-preview",
|
|
300
301
|
"@vitest/coverage-v8",
|
|
302
|
+
"commitizen",
|
|
301
303
|
"husky",
|
|
302
304
|
"lint-staged",
|
|
303
305
|
"markdownlint-cli2",
|
|
304
306
|
"markdownlint-cli2-formatter-codequality",
|
|
307
|
+
"tsx",
|
|
305
308
|
"turbo",
|
|
306
309
|
"typescript",
|
|
307
310
|
"vitest"
|