@yozora/tokenizer-table 2.3.13 → 2.3.16

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,43 +1,55 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ ## 2.3.16
5
4
 
6
- ## <small>2.3.13 (2025-11-30)</small>
7
-
8
- **Note:** Version bump only for package @yozora/tokenizer-table
5
+ ### Patch Changes
9
6
 
7
+ - Full patch release pass 2 to align all package versions to 2.3.16.
10
8
 
9
+ ## 2.3.15
11
10
 
11
+ ### Patch Changes
12
12
 
13
+ - Full patch release pass 1 for version alignment to 2.3.16.
14
+ - Updated dependencies:
15
+ - @yozora/ast@2.3.16
16
+ - @yozora/character@2.3.16
17
+ - @yozora/core-tokenizer@2.3.16
13
18
 
14
- ## <small>2.3.12 (2025-02-26)</small>
15
-
16
- * :bookmark: release: publish v2.3.10 ([a36b4dd](https://github.com/yozorajs/yozora/commit/a36b4dd))
17
- * :bookmark: release: publish v2.3.11 ([dcc0a95](https://github.com/yozorajs/yozora/commit/dcc0a95))
18
- * :bookmark: release: publish v2.3.8 ([c4ddb8b](https://github.com/yozorajs/yozora/commit/c4ddb8b))
19
- * :bookmark: release: publish v2.3.9 ([d125df1](https://github.com/yozorajs/yozora/commit/d125df1))
20
- * chore: fix nx dependencies ([d11d405](https://github.com/yozorajs/yozora/commit/d11d405))
21
-
19
+ ## 2.3.14
22
20
 
21
+ ### Patch Changes
23
22
 
23
+ - Patch release for all public packages: align monorepo tooling with pnpm + changesets, update
24
+ package metadata and docs, and include test and configuration improvements for release
25
+ consistency.
26
+ - Updated dependencies:
27
+ - @yozora/ast@2.3.14
28
+ - @yozora/character@2.3.14
29
+ - @yozora/core-tokenizer@2.3.14
24
30
 
31
+ All notable changes to this project will be documented in this file. See
32
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
25
33
 
26
- ## <small>2.3.11 (2025-01-13)</small>
34
+ ## <small>2.3.13 (2025-11-30)</small>
27
35
 
28
36
  **Note:** Version bump only for package @yozora/tokenizer-table
29
37
 
38
+ ## <small>2.3.12 (2025-02-26)</small>
30
39
 
40
+ - :bookmark: release: publish v2.3.10 ([a36b4dd](https://github.com/yozorajs/yozora/commit/a36b4dd))
41
+ - :bookmark: release: publish v2.3.11 ([dcc0a95](https://github.com/yozorajs/yozora/commit/dcc0a95))
42
+ - :bookmark: release: publish v2.3.8 ([c4ddb8b](https://github.com/yozorajs/yozora/commit/c4ddb8b))
43
+ - :bookmark: release: publish v2.3.9 ([d125df1](https://github.com/yozorajs/yozora/commit/d125df1))
44
+ - chore: fix nx dependencies ([d11d405](https://github.com/yozorajs/yozora/commit/d11d405))
31
45
 
46
+ ## <small>2.3.11 (2025-01-13)</small>
32
47
 
48
+ **Note:** Version bump only for package @yozora/tokenizer-table
33
49
 
34
50
  ## <small>2.3.10 (2025-01-09)</small>
35
51
 
36
- * chore: fix nx dependencies ([d11d405](https://github.com/yozorajs/yozora/commit/d11d405))
37
-
38
-
39
-
40
-
52
+ - chore: fix nx dependencies ([d11d405](https://github.com/yozorajs/yozora/commit/d11d405))
41
53
 
42
54
  # Change Log
43
55
 
package/README.md CHANGED
@@ -66,11 +66,6 @@
66
66
  npm install --save @yozora/tokenizer-table
67
67
  ```
68
68
 
69
- - yarn
70
-
71
- ```bash
72
- yarn add @yozora/tokenizer-table
73
- ```
74
69
 
75
70
  ## Usage
76
71
 
@@ -1,5 +1,5 @@
1
1
  import { IPartialBlockToken, IPhrasingContentLine, ITokenizer, IBaseBlockTokenizerProps, IMatchBlockHookCreator, IParseBlockHookCreator, BaseBlockTokenizer, IBlockTokenizer } from '@yozora/core-tokenizer';
2
- import { TableType, TableColumn, TableRowType, TableCellType, Position, Table } from '@yozora/ast';
2
+ import { TableCellType, Position, TableRowType, TableType, TableColumn, Table } from '@yozora/ast';
3
3
 
4
4
  type T = TableType;
5
5
  type INode = Table;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yozora/tokenizer-table",
3
- "version": "2.3.13",
3
+ "version": "2.3.16",
4
4
  "author": {
5
5
  "name": "guanghechen",
6
6
  "url": "https://github.com/guanghechen/"
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/yozorajs/yozora.git",
11
11
  "directory": "tokenizers/table"
12
12
  },
13
- "homepage": "https://github.com/yozorajs/yozora/tree/v2.3.12/tokenizers/table",
13
+ "homepage": "https://github.com/yozorajs/yozora/tree/v2.3.13/tokenizers/table#readme",
14
14
  "type": "module",
15
15
  "exports": {
16
16
  "types": "./lib/types/index.d.ts",
@@ -22,9 +22,6 @@
22
22
  "main": "./lib/cjs/index.cjs",
23
23
  "module": "./lib/esm/index.mjs",
24
24
  "license": "MIT",
25
- "engines": {
26
- "node": ">= 16.0.0"
27
- },
28
25
  "files": [
29
26
  "lib/",
30
27
  "!lib/**/*.map",
@@ -34,9 +31,15 @@
34
31
  "README.md"
35
32
  ],
36
33
  "dependencies": {
37
- "@yozora/ast": "^2.3.13",
38
- "@yozora/character": "^2.3.13",
39
- "@yozora/core-tokenizer": "^2.3.13"
34
+ "@yozora/ast": "^2.3.16",
35
+ "@yozora/character": "^2.3.16",
36
+ "@yozora/core-tokenizer": "^2.3.16"
40
37
  },
41
- "gitHead": "583531be6f7f5ec72ffdd01eab436de8e1ed4f17"
42
- }
38
+ "scripts": {
39
+ "build": "rollup -c ../../rollup.config.mjs",
40
+ "clean": "rimraf lib",
41
+ "test": "vitest run --config ../../vitest.config.ts",
42
+ "test:coverage": "vitest run --config ../../vitest.config.ts --coverage",
43
+ "test:update": "vitest run --config ../../vitest.config.ts -u"
44
+ }
45
+ }