@thi.ng/zipper 2.1.122 → 2.1.124

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 CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
3
+ - **Last updated**: 2025-01-29T16:25:48Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -33,80 +35,3 @@ and/or version bumps of transitive dependencies.
33
35
  #### ♻️ Refactoring
34
36
 
35
37
  - update all tests (packages T-Z) ([020ef6c](https://github.com/thi-ng/umbrella/commit/020ef6c))
36
-
37
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/zipper@2.1.0) (2021-11-17)
38
-
39
- #### 🚀 Features
40
-
41
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
42
- Improving the overall build ergonomics
43
- - introduced a tools workspaces
44
- - imported it in all needed packages/examples
45
- - inclusive project root
46
-
47
- #### ♻️ Refactoring
48
-
49
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
50
- this commit reverts (partly) changes made in:
51
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
52
- overall purpose is better testament ergonomics:
53
- instead of having to pass NODE_OPTIONS with every invocation
54
- having a binary to handle this for us.
55
-
56
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/zipper@2.0.1) (2021-10-13)
57
-
58
- #### ♻️ Refactoring
59
-
60
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
61
- - add .js suffix for all relative imports
62
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
63
-
64
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/zipper@2.0.0) (2021-10-12)
65
-
66
- #### 🛑 Breaking changes
67
-
68
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
69
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
70
- - only ESM modules will be published from now on
71
- - CJS obsolete due to ESM support in recent versions of node:
72
- - i.e. launch NodeJS via:
73
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
74
- - in the node REPL use `await import(...)` instead of `require()`
75
- - UMD obsolete due to widespread browser support for ESM
76
- Also:
77
- - normalize/restructure/reorg all package.json files
78
- - cleanup all build scripts, remove obsolete
79
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
80
-
81
- #### ♻️ Refactoring
82
-
83
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
84
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
85
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
86
- - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
87
- - largely related to recent updates/restructuring of these packages:
88
- - api
89
- - defmulti
90
- - errors
91
- - logger
92
-
93
- ### [0.1.46](https://github.com/thi-ng/umbrella/tree/@thi.ng/zipper@0.1.46) (2021-06-08)
94
-
95
- #### ♻️ Refactoring
96
-
97
- - add missing type hints (TS4.3) ([030055d](https://github.com/thi-ng/umbrella/commit/030055d))
98
-
99
- ### [0.1.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/zipper@0.1.3) (2020-02-25)
100
-
101
- #### ♻️ Refactoring
102
-
103
- - update imports ([1fb1915](https://github.com/thi-ng/umbrella/commit/1fb1915))
104
-
105
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/zipper@0.1.0) (2019-11-30)
106
-
107
- #### 🚀 Features
108
-
109
- - import new package (ported from clojure) ([5562fe4](https://github.com/thi-ng/umbrella/commit/5562fe4))
110
- - major refactor, add tests, update readme ([b91d8a6](https://github.com/thi-ng/umbrella/commit/b91d8a6))
111
- - add update() & tests ([defdf76](https://github.com/thi-ng/umbrella/commit/defdf76))
112
- - add .depth getter & tests ([65c5ec3](https://github.com/thi-ng/umbrella/commit/65c5ec3))
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 200 standalone projects, maintained as part
10
+ > This is one of 201 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/zipper",
3
- "version": "2.1.122",
3
+ "version": "2.1.124",
4
4
  "description": "Functional tree editing, manipulation & navigation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,23 +33,21 @@
33
33
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
34
  "clean": "bun ../../tools/src/clean-package.ts",
35
35
  "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
37
36
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
38
37
  "pub": "yarn npm publish --access public",
39
38
  "test": "bun test",
40
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
40
  },
42
41
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17",
44
- "@thi.ng/arrays": "^2.10.12",
45
- "@thi.ng/checks": "^3.6.20",
46
- "@thi.ng/errors": "^2.5.23"
42
+ "@thi.ng/api": "^8.11.19",
43
+ "@thi.ng/arrays": "^2.10.14",
44
+ "@thi.ng/checks": "^3.6.22",
45
+ "@thi.ng/errors": "^2.5.25"
47
46
  },
48
47
  "devDependencies": {
49
- "@microsoft/api-extractor": "^7.48.1",
50
48
  "esbuild": "^0.24.2",
51
49
  "typedoc": "^0.27.6",
52
- "typescript": "^5.7.2"
50
+ "typescript": "^5.7.3"
53
51
  },
54
52
  "keywords": [
55
53
  "adjacency",
@@ -98,5 +96,5 @@
98
96
  ],
99
97
  "year": 2015
100
98
  },
101
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
99
+ "gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n"
102
100
  }