@pnpm/yaml.document-sync 1100.0.0 → 1100.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ # @pnpm/yaml.document-sync
2
+
3
+ ## 1100.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Republished every package: the tarballs published by the v11.13.1 through v11.16.0 releases were missing most of their compiled files due to a packing bug [#13164](https://github.com/pnpm/pnpm/issues/13164).
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > Update a YAML document to match the contents of an in-memory object.
4
4
 
5
5
  <!--@shields('npm')-->
6
- [![npm version](https://img.shields.io/npm/v/@pnpm/yaml.document-sync.svg)](https://www.npmjs.com/package/@pnpm/yaml.document-sync)
6
+ [![npm version](https://img.shields.io/npm/v/@pnpm/yaml.document-sync.svg)](https://npmx.dev/package/@pnpm/yaml.document-sync)
7
7
  <!--/@-->
8
8
 
9
9
  ## Installation
@@ -64,7 +64,7 @@ qux:
64
64
 
65
65
  This package is useful when your codebase:
66
66
 
67
- 1. Uses the [yaml](https://www.npmjs.com/package/yaml) library.
67
+ 1. Uses the [yaml](https://npmx.dev/package/yaml) library.
68
68
  2. Calls `.toJSON()` on the parse result and performs changes to it.
69
69
  3. Needs to "sync" those changes back to the source document.
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/yaml.document-sync",
3
- "version": "1100.0.0",
3
+ "version": "1100.0.1",
4
4
  "description": "Update a YAML document to match the contents of an in-memory object.",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -10,8 +10,11 @@
10
10
  ],
11
11
  "license": "MIT",
12
12
  "funding": "https://opencollective.com/pnpm",
13
- "repository": "https://github.com/pnpm/pnpm/tree/main/yaml/document-sync",
14
- "homepage": "https://github.com/pnpm/pnpm/tree/main/yaml/document-sync#readme",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/yaml/document-sync"
16
+ },
17
+ "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/yaml/document-sync#readme",
15
18
  "bugs": {
16
19
  "url": "https://github.com/pnpm/pnpm/issues"
17
20
  },
@@ -26,10 +29,11 @@
26
29
  "!*.map"
27
30
  ],
28
31
  "dependencies": {
29
- "yaml": "^2.8.3"
32
+ "yaml": "^2.9.0"
30
33
  },
31
34
  "devDependencies": {
32
- "@pnpm/yaml.document-sync": "1100.0.0"
35
+ "@jest/globals": "30.4.1",
36
+ "@pnpm/yaml.document-sync": "1100.0.1"
33
37
  },
34
38
  "engines": {
35
39
  "node": ">=22.13"