turbo 2.6.3-canary.0 → 2.6.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 +16 -22
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -9,46 +9,40 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<a aria-label="Vercel logo" href="https://vercel.com/">
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<a aria-label="
|
|
16
|
-
<img alt="" src="https://img.shields.io/npm/v/turbo.svg?style=for-the-badge&labelColor=000000">
|
|
17
|
-
</a>
|
|
18
|
-
<a aria-label="License" href="https://github.com/vercel/turborepo/blob/main/LICENSE">
|
|
19
|
-
<img alt="" src="https://img.shields.io/npm/l/turbo.svg?style=for-the-badge&labelColor=000000&color=">
|
|
20
|
-
</a>
|
|
21
|
-
<a aria-label="Join the community on GitHub" href="https://github.com/vercel/turborepo/discussions">
|
|
22
|
-
<img alt="" src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&logo=turborepo&labelColor=000000&logoWidth=20&logoColor=white">
|
|
23
|
-
</a>
|
|
12
|
+
<a aria-label="Vercel logo" href="https://vercel.com/"><img src="https://img.shields.io/badge/MADE%20BY%20Vercel-000000.svg?style=for-the-badge&logo=Vercel&labelColor=000"></a>
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/turbo"><img alt="" src="https://img.shields.io/npm/v/turbo.svg?style=for-the-badge&labelColor=000000"></a>
|
|
14
|
+
<a aria-label="License" href="https://github.com/vercel/turborepo/blob/main/LICENSE"><img alt="" src="https://img.shields.io/npm/l/turbo.svg?style=for-the-badge&labelColor=000000&color="></a>
|
|
15
|
+
<a aria-label="Join the community on GitHub" href="https://github.com/vercel/turborepo/discussions"><img alt="" src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&logo=turborepo&labelColor=000000&logoWidth=20&logoColor=white"></a>
|
|
24
16
|
</p>
|
|
25
17
|
|
|
18
|
+
Turborepo is a high-performance build system for JavaScript and TypeScript codebases, written in Rust.
|
|
19
|
+
|
|
26
20
|
## Getting Started
|
|
27
21
|
|
|
28
|
-
Visit https://turborepo.com
|
|
22
|
+
Visit https://turborepo.com to get started with Turborepo.
|
|
23
|
+
|
|
24
|
+
## Contributing
|
|
25
|
+
|
|
26
|
+
See [CONTRIBUTING.md](https://github.com/vercel/turborepo/blob/main/CONTRIBUTING.md) for more information.
|
|
29
27
|
|
|
30
28
|
## Community
|
|
31
29
|
|
|
32
30
|
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
31
|
|
|
34
|
-
To chat with other community members, you can join [Vercel Community's `#turborepo` tag](https://vercel.community/tag/turborepo)
|
|
32
|
+
To chat with other community members, you can join [Vercel Community's `#turborepo` tag](https://vercel.community/tag/turborepo).
|
|
35
33
|
|
|
36
34
|
Our [Code of Conduct](https://github.com/vercel/turborepo/blob/main/CODE_OF_CONDUCT.md) applies to all Turborepo community channels.
|
|
37
35
|
|
|
38
|
-
## Who is using
|
|
36
|
+
## Who is using Turborepo?
|
|
39
37
|
|
|
40
|
-
|
|
38
|
+
Turborepo is used by the world's leading companies. Check out the [Turborepo Showcase](https://turborepo.com/showcase) to learn more.
|
|
41
39
|
|
|
42
40
|
## Updates
|
|
43
41
|
|
|
44
|
-
Follow [@turborepo](https://x.com/turborepo) on X
|
|
45
|
-
|
|
46
|
-
## Author
|
|
47
|
-
|
|
48
|
-
- Jared Palmer ([@jaredpalmer](https://x.com/jaredpalmer))
|
|
42
|
+
Follow [@turborepo](https://x.com/turborepo) on X for project updates.
|
|
49
43
|
|
|
50
44
|
## Security
|
|
51
45
|
|
|
52
|
-
If you believe you have found a security vulnerability in
|
|
46
|
+
If you believe you have found a security vulnerability in Turborepo, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email `security@vercel.com` to disclose any security vulnerabilities.
|
|
53
47
|
|
|
54
48
|
https://vercel.com/security
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "turbo",
|
|
3
|
-
"version": "2.6.3
|
|
3
|
+
"version": "2.6.3",
|
|
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",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"schema.json"
|
|
16
16
|
],
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"turbo-darwin-64": "2.6.3
|
|
19
|
-
"turbo-darwin-arm64": "2.6.3
|
|
20
|
-
"turbo-linux-64": "2.6.3
|
|
21
|
-
"turbo-linux-arm64": "2.6.3
|
|
22
|
-
"turbo-windows-64": "2.6.3
|
|
23
|
-
"turbo-windows-arm64": "2.6.3
|
|
18
|
+
"turbo-darwin-64": "2.6.3",
|
|
19
|
+
"turbo-darwin-arm64": "2.6.3",
|
|
20
|
+
"turbo-linux-64": "2.6.3",
|
|
21
|
+
"turbo-linux-arm64": "2.6.3",
|
|
22
|
+
"turbo-windows-64": "2.6.3",
|
|
23
|
+
"turbo-windows-arm64": "2.6.3"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"postversion": "node bump-version.js"
|