@wordpress/block-serialization-spec-parser 5.36.1-next.738bb1424.0 → 5.36.1-next.76cff8c98.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.
Files changed (2) hide show
  1. package/LICENSE.md +1 -1
  2. package/package.json +2 -2
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2025 by the contributors
3
+ Copyright 2016-2026 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/block-serialization-spec-parser",
3
- "version": "5.36.1-next.738bb1424.0",
3
+ "version": "5.36.1-next.76cff8c98.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",
@@ -43,5 +43,5 @@
43
43
  "build:js": "pegjs --format commonjs -o ./parser.js ./grammar.pegjs",
44
44
  "build:php": "node bin/create-php-parser.js"
45
45
  },
46
- "gitHead": "ab1b004c0d61c295aa34bc86ea07f979343983ce"
46
+ "gitHead": "368727f14b858e75179e140967c2d9ec965c8790"
47
47
  }