syncpack 14.0.0-alpha.39 → 14.0.0-alpha.40
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 +2 -0
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
<br><a href="https://jamiemason.github.io/syncpack">https://jamiemason.github.io/syncpack</a>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
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
|
+
|
|
9
11
|
> [!NOTE]
|
|
10
12
|
> This is the README for v14-alpha, a Rust rewrite which is due to replace [`v13.x.x`](https://github.com/JamieMason/syncpack/tree/13.x.x?tab=readme-ov-file#syncpack)
|
|
11
13
|
|
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.0.0-alpha.
|
|
4
|
+
"version": "14.0.0-alpha.40",
|
|
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.0.0-alpha.
|
|
77
|
-
"syncpack-linux-x64-musl": "14.0.0-alpha.
|
|
78
|
-
"syncpack-linux-arm64": "14.0.0-alpha.
|
|
79
|
-
"syncpack-linux-arm64-musl": "14.0.0-alpha.
|
|
80
|
-
"syncpack-darwin-x64": "14.0.0-alpha.
|
|
81
|
-
"syncpack-darwin-arm64": "14.0.0-alpha.
|
|
82
|
-
"syncpack-windows-x64": "14.0.0-alpha.
|
|
83
|
-
"syncpack-windows-arm64": "14.0.0-alpha.
|
|
76
|
+
"syncpack-linux-x64": "14.0.0-alpha.40",
|
|
77
|
+
"syncpack-linux-x64-musl": "14.0.0-alpha.40",
|
|
78
|
+
"syncpack-linux-arm64": "14.0.0-alpha.40",
|
|
79
|
+
"syncpack-linux-arm64-musl": "14.0.0-alpha.40",
|
|
80
|
+
"syncpack-darwin-x64": "14.0.0-alpha.40",
|
|
81
|
+
"syncpack-darwin-arm64": "14.0.0-alpha.40",
|
|
82
|
+
"syncpack-windows-x64": "14.0.0-alpha.40",
|
|
83
|
+
"syncpack-windows-arm64": "14.0.0-alpha.40"
|
|
84
84
|
},
|
|
85
85
|
"types": "./syncpack.d.ts"
|
|
86
86
|
}
|