@dsillman2000/yaml-reference-ts 1.3.1 → 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.
- package/README.md +0 -1
- 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
|
-

|
|
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