turbo 2.7.6-canary.0 → 2.7.6-canary.2
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/package.json +7 -7
- package/schema.json +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "turbo",
|
|
3
|
-
"version": "2.7.6-canary.
|
|
3
|
+
"version": "2.7.6-canary.2",
|
|
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.7.6-canary.
|
|
19
|
-
"turbo-darwin-arm64": "2.7.6-canary.
|
|
20
|
-
"turbo-linux-64": "2.7.6-canary.
|
|
21
|
-
"turbo-linux-arm64": "2.7.6-canary.
|
|
22
|
-
"turbo-windows-64": "2.7.6-canary.
|
|
23
|
-
"turbo-windows-arm64": "2.7.6-canary.
|
|
18
|
+
"turbo-darwin-64": "2.7.6-canary.2",
|
|
19
|
+
"turbo-darwin-arm64": "2.7.6-canary.2",
|
|
20
|
+
"turbo-linux-64": "2.7.6-canary.2",
|
|
21
|
+
"turbo-linux-arm64": "2.7.6-canary.2",
|
|
22
|
+
"turbo-windows-64": "2.7.6-canary.2",
|
|
23
|
+
"turbo-windows-arm64": "2.7.6-canary.2"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"postversion": "node bump-version.js"
|
package/schema.json
CHANGED
|
@@ -592,6 +592,11 @@
|
|
|
592
592
|
"description": "Use the standard output stream.",
|
|
593
593
|
"type": "string",
|
|
594
594
|
"enum": ["stream"]
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"description": "Use the standard output stream with timestamps. Note: This feature is experimental and may change or be removed at any time.",
|
|
598
|
+
"type": "string",
|
|
599
|
+
"enum": ["stream-with-experimental-timestamps"]
|
|
595
600
|
}
|
|
596
601
|
]
|
|
597
602
|
},
|