@thi.ng/sax 2.2.56 → 2.2.61

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 (2) hide show
  1. package/package.json +85 -85
  2. package/CHANGELOG.md +0 -36
package/package.json CHANGED
@@ -1,86 +1,86 @@
1
1
  {
2
- "name": "@thi.ng/sax",
3
- "version": "2.2.56",
4
- "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/sax",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/strings": "^3.9.22",
44
- "@thi.ng/transducers": "^9.6.9",
45
- "@thi.ng/transducers-fsm": "^2.2.142"
46
- },
47
- "devDependencies": {
48
- "esbuild": "^0.25.9",
49
- "typedoc": "^0.28.12",
50
- "typescript": "^5.9.2"
51
- },
52
- "keywords": [
53
- "async",
54
- "fsm",
55
- "parser",
56
- "transducer",
57
- "tree",
58
- "typescript",
59
- "xml"
60
- ],
61
- "publishConfig": {
62
- "access": "public"
63
- },
64
- "engines": {
65
- "node": ">=18"
66
- },
67
- "files": [
68
- "./*.js",
69
- "./*.d.ts"
70
- ],
71
- "exports": {
72
- ".": {
73
- "default": "./index.js"
74
- }
75
- },
76
- "thi.ng": {
77
- "related": [
78
- "hiccup-svg",
79
- "parse",
80
- "transducers",
81
- "transducers-fsm"
82
- ],
83
- "year": 2018
84
- },
85
- "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
86
- }
2
+ "name": "@thi.ng/sax",
3
+ "version": "2.2.61",
4
+ "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/sax",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.6",
43
+ "@thi.ng/strings": "^3.9.26",
44
+ "@thi.ng/transducers": "^9.6.14",
45
+ "@thi.ng/transducers-fsm": "^2.2.147"
46
+ },
47
+ "devDependencies": {
48
+ "esbuild": "^0.25.11",
49
+ "typedoc": "^0.28.14",
50
+ "typescript": "^5.9.3"
51
+ },
52
+ "keywords": [
53
+ "async",
54
+ "fsm",
55
+ "parser",
56
+ "transducer",
57
+ "tree",
58
+ "typescript",
59
+ "xml"
60
+ ],
61
+ "publishConfig": {
62
+ "access": "public"
63
+ },
64
+ "engines": {
65
+ "node": ">=18"
66
+ },
67
+ "files": [
68
+ "./*.js",
69
+ "./*.d.ts"
70
+ ],
71
+ "exports": {
72
+ ".": {
73
+ "default": "./index.js"
74
+ }
75
+ },
76
+ "thi.ng": {
77
+ "related": [
78
+ "hiccup-svg",
79
+ "parse",
80
+ "transducers",
81
+ "transducers-fsm"
82
+ ],
83
+ "year": 2018
84
+ },
85
+ "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
86
+ }
package/CHANGELOG.md DELETED
@@ -1,36 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
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.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/sax@2.2.0) (2024-07-10)
15
-
16
- #### 🚀 Features
17
-
18
- - support nested CDATA, add tests ([#479](https://github.com/thi-ng/umbrella/issues/479)) ([ed53729](https://github.com/thi-ng/umbrella/commit/ed53729))
19
-
20
- ### [2.1.123](https://github.com/thi-ng/umbrella/tree/@thi.ng/sax@2.1.123) (2024-06-21)
21
-
22
- #### ♻️ Refactoring
23
-
24
- - enforce uniform naming convention of internal functions ([56992b2](https://github.com/thi-ng/umbrella/commit/56992b2))
25
-
26
- ### [2.1.78](https://github.com/thi-ng/umbrella/tree/@thi.ng/sax@2.1.78) (2023-11-09)
27
-
28
- #### ♻️ Refactoring
29
-
30
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
31
-
32
- ### [2.1.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/sax@2.1.7) (2022-04-07)
33
-
34
- #### ♻️ Refactoring
35
-
36
- - replace deprecated .substr() w/ .substring() ([0710509](https://github.com/thi-ng/umbrella/commit/0710509))