touch-all 2.1.1 → 2.1.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.
@@ -964,7 +964,7 @@ var readStdin = Effect6.tryPromise({
964
964
  // package.json
965
965
  var package_default = {
966
966
  name: "touch-all",
967
- version: "2.1.1",
967
+ version: "2.1.2",
968
968
  description: "CLI tool to create folder structures from markdown tree representations",
969
969
  keywords: [
970
970
  "cli",
@@ -1008,18 +1008,18 @@ var package_default = {
1008
1008
  test: "vitest --config .config/vitest.config.ts run"
1009
1009
  },
1010
1010
  dependencies: {
1011
- "@effect/cli": "^0.75.0",
1011
+ "@effect/cli": "^0.75.1",
1012
1012
  "@effect/platform-node": "^0.106.0",
1013
- effect: "^3.21.0"
1013
+ effect: "^3.21.1"
1014
1014
  },
1015
1015
  devDependencies: {
1016
- "@types/bun": "1.3.11",
1017
- "@types/node": "25.5.0",
1018
- oxfmt: "0.41.0",
1019
- oxlint: "1.56.0",
1016
+ "@types/bun": "1.3.12",
1017
+ "@types/node": "25.6.0",
1018
+ oxfmt: "0.45.0",
1019
+ oxlint: "1.60.0",
1020
1020
  tsup: "8.5.1",
1021
- typescript: "5.9.3",
1022
- vitest: "4.1.0"
1021
+ typescript: "6.0.3",
1022
+ vitest: "4.1.4"
1023
1023
  },
1024
1024
  engines: {
1025
1025
  node: ">=18"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touch-all",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "CLI tool to create folder structures from markdown tree representations",
5
5
  "keywords": [
6
6
  "cli",
@@ -44,18 +44,18 @@
44
44
  "test": "vitest --config .config/vitest.config.ts run"
45
45
  },
46
46
  "dependencies": {
47
- "@effect/cli": "^0.75.0",
47
+ "@effect/cli": "^0.75.1",
48
48
  "@effect/platform-node": "^0.106.0",
49
- "effect": "^3.21.0"
49
+ "effect": "^3.21.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@types/bun": "1.3.11",
53
- "@types/node": "25.5.0",
54
- "oxfmt": "0.41.0",
55
- "oxlint": "1.56.0",
52
+ "@types/bun": "1.3.12",
53
+ "@types/node": "25.6.0",
54
+ "oxfmt": "0.45.0",
55
+ "oxlint": "1.60.0",
56
56
  "tsup": "8.5.1",
57
- "typescript": "5.9.3",
58
- "vitest": "4.1.0"
57
+ "typescript": "6.0.3",
58
+ "vitest": "4.1.4"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=18"