@wordpress/block-serialization-spec-parser 5.23.0 → 5.25.0
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 +4 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ This library contains the grammar file (`grammar.pegjs`) for WordPress posts whi
|
|
|
4
4
|
|
|
5
5
|
PEG parser generators are available in many languages, though different libraries may require some translation of this grammar into their syntax. For more information see:
|
|
6
6
|
|
|
7
|
-
- [PEG.js](https://pegjs
|
|
7
|
+
- [PEG.js](https://github.com/pegjs/pegjs)
|
|
8
8
|
- [Parsing expression grammar](https://en.wikipedia.org/wiki/Parsing_expression_grammar)
|
|
9
9
|
|
|
10
10
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/block-serialization-spec-parser",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.25.0",
|
|
4
4
|
"description": "Block serialization specification parser for WordPress posts.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"build:js": "pegjs --format commonjs -o ./parser.js ./grammar.pegjs",
|
|
40
40
|
"build:php": "node bin/create-php-parser.js"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "d1acd76ffff33ab01f0a948d2f51e5e45c95158d"
|
|
43
43
|
}
|