turbo 2.3.4-canary.3 → 2.3.4-canary.4
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Visit https://turbo.build/repo/docs to get started with Turborepo and read the d
|
|
|
31
31
|
|
|
32
32
|
The Turborepo community can be found on [GitHub Discussions](https://github.com/vercel/turborepo/discussions), where you can ask questions, voice ideas, and share your projects.
|
|
33
33
|
|
|
34
|
-
To chat with other community members, you can join
|
|
34
|
+
To chat with other community members, you can join [Vercel Community's `#turborepo` tag](https://vercel.community/tag/turborepo)
|
|
35
35
|
|
|
36
36
|
Our [Code of Conduct](https://github.com/vercel/turborepo/blob/main/CODE_OF_CONDUCT.md) applies to all Turborepo community channels.
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "turbo",
|
|
3
|
-
"version": "2.3.4-canary.
|
|
3
|
+
"version": "2.3.4-canary.4",
|
|
4
4
|
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
|
|
5
5
|
"repository": "https://github.com/vercel/turborepo",
|
|
6
6
|
"bugs": "https://github.com/vercel/turborepo/issues",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"bin"
|
|
15
15
|
],
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"turbo-darwin-64": "2.3.4-canary.
|
|
18
|
-
"turbo-darwin-arm64": "2.3.4-canary.
|
|
19
|
-
"turbo-linux-64": "2.3.4-canary.
|
|
20
|
-
"turbo-linux-arm64": "2.3.4-canary.
|
|
21
|
-
"turbo-windows-64": "2.3.4-canary.
|
|
22
|
-
"turbo-windows-arm64": "2.3.4-canary.
|
|
17
|
+
"turbo-darwin-64": "2.3.4-canary.4",
|
|
18
|
+
"turbo-darwin-arm64": "2.3.4-canary.4",
|
|
19
|
+
"turbo-linux-64": "2.3.4-canary.4",
|
|
20
|
+
"turbo-linux-arm64": "2.3.4-canary.4",
|
|
21
|
+
"turbo-windows-64": "2.3.4-canary.4",
|
|
22
|
+
"turbo-windows-arm64": "2.3.4-canary.4"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postversion": "node bump-version.js"
|