@thi.ng/zipper 2.1.173 → 2.1.174

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/zipper",
3
- "version": "2.1.173",
3
+ "version": "2.1.174",
4
4
  "description": "Functional tree editing, manipulation & navigation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,15 +40,15 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.21",
44
- "@thi.ng/arrays": "^2.14.18",
45
- "@thi.ng/checks": "^3.9.1",
46
- "@thi.ng/errors": "^2.6.10"
43
+ "@thi.ng/api": "^8.12.22",
44
+ "@thi.ng/arrays": "^2.14.19",
45
+ "@thi.ng/checks": "^3.9.2",
46
+ "@thi.ng/errors": "^2.6.11"
47
47
  },
48
48
  "devDependencies": {
49
49
  "esbuild": "^0.28.0",
50
- "typedoc": "^0.28.18",
51
- "typescript": "^5.9.3"
50
+ "typedoc": "^0.28.19",
51
+ "typescript": "^6.0.3"
52
52
  },
53
53
  "keywords": [
54
54
  "adjacency",
@@ -97,5 +97,5 @@
97
97
  ],
98
98
  "year": 2015
99
99
  },
100
- "gitHead": "dcaa4e2beb427e434a68cba1259a9bf9983a569a"
100
+ "gitHead": "17d2d1a6542704f55f2daa37550a4213b4a32cd8"
101
101
  }