@tc39/ecma262-biblio 2.1.2821 → 2.1.2823

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,4 +8,4 @@ It is automatically updated whenever ECMA-262 is. It is inherently unstable: edi
8
8
 
9
9
  Major version bumps may be used for breaking changes to the format of the biblio itself. Minor version bumps may be used for non-breaking additions to the biblio format.
10
10
 
11
- This version was built from commit [b2a5b677](https://github.com/tc39/ecma262/tree/b2a5b6774a165f42f93ac212a2cc3d3b4e0f2277).
11
+ This version was built from commit [fe206cdb](https://github.com/tc39/ecma262/tree/fe206cdb1cdfea6416e64ec9314b2038db706f8a).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tc39/ecma262-biblio",
3
- "version": "2.1.2821",
4
- "commit": "b2a5b6774a165f42f93ac212a2cc3d3b4e0f2277",
3
+ "version": "2.1.2823",
4
+ "commit": "fe206cdb1cdfea6416e64ec9314b2038db706f8a",
5
5
  "description": "Machine-readable representation of the internals of the ecma-262 spec",
6
6
  "keywords": [
7
7
  "ecmascript"