@yozora/tokenizer-image-reference 2.3.13 → 2.3.15

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,57 @@
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.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Patch release for packages with unreleased commits. Scope: all, patch.
8
+ - :wrench: chore(tooling): migrate eslint and rollup configs and align formatting
9
+ - :white_check_mark: test(ast-util): remove obsolete snapshots
10
+ - Updated dependencies:
11
+ - @yozora/ast@2.3.15
12
+ - @yozora/character@2.3.15
13
+ - @yozora/core-tokenizer@2.3.15
14
+ - @yozora/tokenizer-image@2.3.15
15
+ - @yozora/tokenizer-link@2.3.15
16
+ - @yozora/tokenizer-link-reference@2.3.15
17
+
18
+ ## 2.3.14
19
+
20
+ ### Patch Changes
21
+
22
+ - Patch release for all public packages: align monorepo tooling with pnpm + changesets, update
23
+ package metadata and docs, and include test and configuration improvements for release
24
+ consistency.
25
+ - Updated dependencies:
26
+ - @yozora/ast@2.3.14
27
+ - @yozora/character@2.3.14
28
+ - @yozora/core-tokenizer@2.3.14
29
+ - @yozora/tokenizer-image@2.3.14
30
+ - @yozora/tokenizer-link@2.3.14
31
+ - @yozora/tokenizer-link-reference@2.3.14
32
+
33
+ All notable changes to this project will be documented in this file. See
34
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
35
 
6
36
  ## <small>2.3.13 (2025-11-30)</small>
7
37
 
8
38
  **Note:** Version bump only for package @yozora/tokenizer-image-reference
9
39
 
10
-
11
-
12
-
13
-
14
40
  ## <small>2.3.12 (2025-02-26)</small>
15
41
 
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
-
22
-
23
-
24
-
42
+ - :bookmark: release: publish v2.3.10 ([a36b4dd](https://github.com/yozorajs/yozora/commit/a36b4dd))
43
+ - :bookmark: release: publish v2.3.11 ([dcc0a95](https://github.com/yozorajs/yozora/commit/dcc0a95))
44
+ - :bookmark: release: publish v2.3.8 ([c4ddb8b](https://github.com/yozorajs/yozora/commit/c4ddb8b))
45
+ - :bookmark: release: publish v2.3.9 ([d125df1](https://github.com/yozorajs/yozora/commit/d125df1))
46
+ - chore: fix nx dependencies ([d11d405](https://github.com/yozorajs/yozora/commit/d11d405))
25
47
 
26
48
  ## <small>2.3.11 (2025-01-13)</small>
27
49
 
28
50
  **Note:** Version bump only for package @yozora/tokenizer-image-reference
29
51
 
30
-
31
-
32
-
33
-
34
52
  ## <small>2.3.10 (2025-01-09)</small>
35
53
 
36
- * chore: fix nx dependencies ([d11d405](https://github.com/yozorajs/yozora/commit/d11d405))
37
-
38
-
39
-
40
-
54
+ - chore: fix nx dependencies ([d11d405](https://github.com/yozorajs/yozora/commit/d11d405))
41
55
 
42
56
  # Change Log
43
57
 
package/README.md CHANGED
@@ -66,11 +66,6 @@
66
66
  npm install --save @yozora/tokenizer-image-reference
67
67
  ```
68
68
 
69
- - yarn
70
-
71
- ```bash
72
- yarn add @yozora/tokenizer-image-reference
73
- ```
74
69
 
75
70
  ## Usage
76
71
 
@@ -1,4 +1,4 @@
1
- import { ITokenDelimiter, IPartialInlineToken, ITokenizer, IBaseInlineTokenizerProps, IMatchInlineHookCreator, IParseInlineHookCreator, BaseInlineTokenizer, IInlineTokenizer } from '@yozora/core-tokenizer';
1
+ import { ITokenizer, IPartialInlineToken, IBaseInlineTokenizerProps, ITokenDelimiter, IMatchInlineHookCreator, IParseInlineHookCreator, BaseInlineTokenizer, IInlineTokenizer } from '@yozora/core-tokenizer';
2
2
  import { ImageReferenceType, Association, Reference, ImageReference } from '@yozora/ast';
3
3
  import { ILinkReferenceDelimiterBracket } from '@yozora/tokenizer-link-reference';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yozora/tokenizer-image-reference",
3
- "version": "2.3.13",
3
+ "version": "2.3.15",
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/image-reference"
12
12
  },
13
- "homepage": "https://github.com/yozorajs/yozora/tree/v2.3.12/tokenizers/image-reference",
13
+ "homepage": "https://github.com/yozorajs/yozora/tree/v2.3.13/tokenizers/image-reference#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,12 +31,18 @@
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",
40
- "@yozora/tokenizer-image": "^2.3.13",
41
- "@yozora/tokenizer-link": "^2.3.13",
42
- "@yozora/tokenizer-link-reference": "^2.3.13"
34
+ "@yozora/ast": "^2.3.15",
35
+ "@yozora/character": "^2.3.15",
36
+ "@yozora/core-tokenizer": "^2.3.15",
37
+ "@yozora/tokenizer-image": "^2.3.15",
38
+ "@yozora/tokenizer-link-reference": "^2.3.15",
39
+ "@yozora/tokenizer-link": "^2.3.15"
43
40
  },
44
- "gitHead": "583531be6f7f5ec72ffdd01eab436de8e1ed4f17"
45
- }
41
+ "scripts": {
42
+ "build": "rollup -c ../../rollup.config.mjs",
43
+ "clean": "rimraf lib",
44
+ "test": "vitest run --config ../../vitest.config.ts",
45
+ "test:coverage": "vitest run --config ../../vitest.config.ts --coverage",
46
+ "test:update": "vitest run --config ../../vitest.config.ts -u"
47
+ }
48
+ }