@dsillman2000/yaml-reference-ts 1.3.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,6 @@ A Node.js TypeScript library for resolving YAML documents containing `!reference
14
14
  - **TypeScript Support**: Full type definitions included
15
15
 
16
16
  ## Spec
17
- ![Spec Status](https://img.shields.io/badge/spec%20v0.a.b--c-passing-brightgreen?link=https%3A%2F%2Fgithub.com%2Fdsillman2000%2Fyaml-reference-specs%2Ftree%2Fv0.a.b-c)
18
17
 
19
18
  This Node.js TypeScript library implements the YAML specification for cross-file references in YAML files using tags `!reference`, `!reference-all`, `!flatten` and `!merge` tags as defined in the [yaml-reference-specs project](https://github.com/dsillman2000/yaml-reference-specs).
20
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsillman2000/yaml-reference-ts",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "A Node.js TypeScript library for resolving YAML documents containing !reference and !reference-all tags",
5
5
  "repository": {
6
6
  "type": "git",