@savvy-web/pnpm-plugin-silk 0.10.1 → 0.11.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/index.cjs +2 -1
- package/package.json +1 -1
- package/pnpmfile.cjs +2 -1
package/index.cjs
CHANGED
|
@@ -47,7 +47,7 @@ const silkCatalogs = {
|
|
|
47
47
|
"@effect/typeclass": "^0.40.0",
|
|
48
48
|
"@effect/workflow": "^0.18.0",
|
|
49
49
|
"@types/node": "^25.5.0",
|
|
50
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
50
|
+
"@typescript/native-preview": "^7.0.0-dev.20260327.2",
|
|
51
51
|
effect: "^3.21.0",
|
|
52
52
|
husky: "^9.1.7",
|
|
53
53
|
tsx: "^4.21.0",
|
|
@@ -85,6 +85,7 @@ const silkCatalogs = {
|
|
|
85
85
|
lodash: "^4.17.23",
|
|
86
86
|
"markdown-it": "^14.1.1",
|
|
87
87
|
minimatch: ">=10.2.3",
|
|
88
|
+
"smol-toml": ">=1.6.1",
|
|
88
89
|
tmp: "^0.2.4"
|
|
89
90
|
},
|
|
90
91
|
silkOnlyBuiltDependencies: [
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -253,7 +253,7 @@ var __webpack_exports__ = {};
|
|
|
253
253
|
"@effect/typeclass": "^0.40.0",
|
|
254
254
|
"@effect/workflow": "^0.18.0",
|
|
255
255
|
"@types/node": "^25.5.0",
|
|
256
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
256
|
+
"@typescript/native-preview": "^7.0.0-dev.20260327.2",
|
|
257
257
|
effect: "^3.21.0",
|
|
258
258
|
husky: "^9.1.7",
|
|
259
259
|
tsx: "^4.21.0",
|
|
@@ -291,6 +291,7 @@ var __webpack_exports__ = {};
|
|
|
291
291
|
lodash: "^4.17.23",
|
|
292
292
|
"markdown-it": "^14.1.1",
|
|
293
293
|
minimatch: ">=10.2.3",
|
|
294
|
+
"smol-toml": ">=1.6.1",
|
|
294
295
|
tmp: "^0.2.4"
|
|
295
296
|
},
|
|
296
297
|
silkOnlyBuiltDependencies: [
|