syncpack 14.1.0 → 14.2.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/README.md +0 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -8,7 +8,6 @@
8
8
 
9
9
  Syncpack is used by [AWS](https://github.com/aws/aws-pdk), [Cloudflare](https://github.com/cloudflare/mcp-server-cloudflare), [DataDog](https://github.com/DataDog/datadog-ci), [Electron](https://github.com/electron/forge), [GoDaddy](https://github.com/godaddy/gasket), [LiveStore](https://github.com/livestorejs/livestore), [Lottie](https://github.com/LottieFiles/dotlottie-web), [Microsoft](https://github.com/microsoft/fluentui), [PostHog](https://github.com/PostHog/posthog), [Qwik](https://github.com/QwikDev/qwik), [Raycast](https://github.com/raycast/extensions), [Salesforce](https://github.com/SalesforceCommerceCloud/pwa-kit), [TopTal](https://github.com/toptal/picasso), [Vercel](https://github.com/vercel/vercel), [VoltAgent](https://github.com/VoltAgent/voltagent), [WooCommerce](https://github.com/woocommerce/woocommerce) and others.
10
10
 
11
-
12
11
  ## Installation
13
12
 
14
13
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "syncpack",
3
3
  "description": "Consistent dependency versions in large JavaScript Monorepos",
4
- "version": "14.1.0",
4
+ "version": "14.2.0",
5
5
  "author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
6
6
  "bugs": "https://github.com/JamieMason/syncpack/issues",
7
7
  "contributors": [
@@ -73,14 +73,14 @@
73
73
  "syncpack": "./index.cjs"
74
74
  },
75
75
  "optionalDependencies": {
76
- "syncpack-linux-x64": "14.1.0",
77
- "syncpack-linux-x64-musl": "14.1.0",
78
- "syncpack-linux-arm64": "14.1.0",
79
- "syncpack-linux-arm64-musl": "14.1.0",
80
- "syncpack-darwin-x64": "14.1.0",
81
- "syncpack-darwin-arm64": "14.1.0",
82
- "syncpack-windows-x64": "14.1.0",
83
- "syncpack-windows-arm64": "14.1.0"
76
+ "syncpack-linux-x64": "14.2.0",
77
+ "syncpack-linux-x64-musl": "14.2.0",
78
+ "syncpack-linux-arm64": "14.2.0",
79
+ "syncpack-linux-arm64-musl": "14.2.0",
80
+ "syncpack-darwin-x64": "14.2.0",
81
+ "syncpack-darwin-arm64": "14.2.0",
82
+ "syncpack-windows-x64": "14.2.0",
83
+ "syncpack-windows-arm64": "14.2.0"
84
84
  },
85
85
  "types": "./syncpack.d.ts"
86
86
  }