@yozora/tokenizer-image-reference 2.3.1 → 2.3.3
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 +19 -0
- package/README.md +42 -42
- package/lib/types/index.d.ts +1 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## <small>2.3.3 (2024-09-20)</small>
|
|
7
|
+
|
|
8
|
+
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
|
|
9
|
+
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
|
|
10
|
+
|
|
11
|
+
# Change Log
|
|
12
|
+
|
|
13
|
+
All notable changes to this project will be documented in this file. See
|
|
14
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
|
+
|
|
16
|
+
## [2.3.2](https://github.com/yozorajs/yozora/compare/v2.3.1...v2.3.2) (2024-06-17)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @yozora/tokenizer-image-reference
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
6
25
|
## [2.3.1](https://github.com/yozorajs/yozora/compare/v2.3.0...v2.3.1) (2024-01-30)
|
|
7
26
|
|
|
8
27
|
### Performance Improvements
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<header>
|
|
4
4
|
<h1 align="center">
|
|
5
|
-
<a href="https://github.com/yozorajs/yozora/tree/v2.3.
|
|
5
|
+
<a href="https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/image-reference#readme">@yozora/tokenizer-image-reference</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-image-reference">
|
|
@@ -185,80 +185,80 @@ parser.parse(`
|
|
|
185
185
|
|
|
186
186
|
[live-examples]: https://yozora.guanghechen.com/docs/package/tokenizer-image-reference#live-examples
|
|
187
187
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-image-reference
|
|
188
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
188
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/image-reference#readme
|
|
189
189
|
[gfm-spec]: https://github.github.com/gfm
|
|
190
190
|
[mdast-homepage]: https://github.com/syntax-tree/mdast
|
|
191
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
192
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
193
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
191
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/ast#readme
|
|
192
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/ast-util#readme
|
|
193
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/character#readme
|
|
194
194
|
[@yozora/eslint-config]:
|
|
195
195
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
196
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
196
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/core-parser#readme
|
|
197
197
|
[@yozora/core-tokenizer]:
|
|
198
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
199
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
198
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/packages/core-tokenizer#readme
|
|
199
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/invariant#readme
|
|
200
200
|
[@yozora/jest-for-tokenizer]:
|
|
201
201
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
202
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
203
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
202
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/parser#readme
|
|
203
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/parser-gfm#readme
|
|
204
204
|
[@yozora/parser-gfm-ex]:
|
|
205
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
205
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/packages/parser-gfm-ex#readme
|
|
206
206
|
[@yozora/template-tokenizer]:
|
|
207
207
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
208
208
|
[@yozora/tokenizer-admonition]:
|
|
209
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
209
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/admonition#readme
|
|
210
210
|
[@yozora/tokenizer-autolink]:
|
|
211
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
211
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/autolink#readme
|
|
212
212
|
[@yozora/tokenizer-autolink-extension]:
|
|
213
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
213
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/autolink-extension#readme
|
|
214
214
|
[@yozora/tokenizer-blockquote]:
|
|
215
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
216
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
215
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/blockquote#readme
|
|
216
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/break#readme
|
|
217
217
|
[@yozora/tokenizer-definition]:
|
|
218
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
219
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
218
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/definition#readme
|
|
219
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/delete#readme
|
|
220
220
|
[@yozora/tokenizer-ecma-import]:
|
|
221
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
221
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/ecma-import#readme
|
|
222
222
|
[@yozora/tokenizer-emphasis]:
|
|
223
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
223
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/emphasis#readme
|
|
224
224
|
[@yozora/tokenizer-fenced-block]:
|
|
225
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
225
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/fenced-block#readme
|
|
226
226
|
[@yozora/tokenizer-fenced-code]:
|
|
227
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
227
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/fenced-code#readme
|
|
228
228
|
[@yozora/tokenizer-footnote]:
|
|
229
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
229
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/footnote#readme
|
|
230
230
|
[@yozora/tokenizer-footnote-definition]:
|
|
231
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
231
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/footnote-definition#readme
|
|
232
232
|
[@yozora/tokenizer-footnote-reference]:
|
|
233
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
233
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/footnote-reference#readme
|
|
234
234
|
[@yozora/tokenizer-heading]:
|
|
235
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
235
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/heading#readme
|
|
236
236
|
[@yozora/tokenizer-html-block]:
|
|
237
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
237
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/html-block#readme
|
|
238
238
|
[@yozora/tokenizer-html-inline]:
|
|
239
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
240
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
239
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/html-inline#readme
|
|
240
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/image#readme
|
|
241
241
|
[@yozora/tokenizer-image-reference]:
|
|
242
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
242
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/image-reference#readme
|
|
243
243
|
[@yozora/tokenizer-indented-code]:
|
|
244
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
244
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/indented-code#readme
|
|
245
245
|
[@yozora/tokenizer-inline-code]:
|
|
246
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
246
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/inline-code#readme
|
|
247
247
|
[@yozora/tokenizer-inline-math]:
|
|
248
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
249
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
248
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/inline-math#readme
|
|
249
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/link#readme
|
|
250
250
|
[@yozora/tokenizer-link-reference]:
|
|
251
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
252
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
253
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
251
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/link-reference#readme
|
|
252
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/list#readme
|
|
253
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/math#readme
|
|
254
254
|
[@yozora/tokenizer-paragraph]:
|
|
255
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
255
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/paragraph#readme
|
|
256
256
|
[@yozora/tokenizer-setext-heading]:
|
|
257
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
258
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
259
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
257
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/setext-heading#readme
|
|
258
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/table#readme
|
|
259
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/text#readme
|
|
260
260
|
[@yozora/tokenizer-thematic-break]:
|
|
261
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
261
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/thematic-break#readme
|
|
262
262
|
[@yozora/react-admonition]:
|
|
263
263
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
264
264
|
[@yozora/react-blockquote]:
|
package/lib/types/index.d.ts
CHANGED
|
@@ -59,3 +59,4 @@ declare class ImageReferenceTokenizer extends BaseInlineTokenizer<T, IDelimiter,
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
export { type IThis as IImageReferenceHookContext, type IToken as IImageReferenceToken, type ITokenizerProps as IImageReferenceTokenizerProps, ImageReferenceTokenizer, uniqueName as ImageReferenceTokenizerName, ImageReferenceTokenizer as default, match as imageReferenceMatch, parse as imageReferenceParse };
|
|
62
|
+
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-image-reference",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
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.
|
|
13
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.2/tokenizers/image-reference",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
"types": "./lib/types/index.d.ts",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@yozora/ast": "^2.3.
|
|
38
|
-
"@yozora/character": "^2.3.
|
|
39
|
-
"@yozora/core-tokenizer": "^2.3.
|
|
40
|
-
"@yozora/tokenizer-image": "^2.3.
|
|
41
|
-
"@yozora/tokenizer-link": "^2.3.
|
|
42
|
-
"@yozora/tokenizer-link-reference": "^2.3.
|
|
37
|
+
"@yozora/ast": "^2.3.3",
|
|
38
|
+
"@yozora/character": "^2.3.3",
|
|
39
|
+
"@yozora/core-tokenizer": "^2.3.3",
|
|
40
|
+
"@yozora/tokenizer-image": "^2.3.3",
|
|
41
|
+
"@yozora/tokenizer-link": "^2.3.3",
|
|
42
|
+
"@yozora/tokenizer-link-reference": "^2.3.3"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "be6d15961901654c0b685933d95a17a8e29999c2"
|
|
45
45
|
}
|