turbo 2.10.1 → 2.10.2-canary.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "turbo",
|
|
3
|
-
"version": "2.10.1",
|
|
3
|
+
"version": "2.10.2-canary.1",
|
|
4
4
|
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
|
|
5
5
|
"homepage": "https://turborepo.dev",
|
|
6
6
|
"bugs": "https://github.com/vercel/turborepo/issues",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "./bin/turbo",
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@turbo/darwin-64": "2.10.1",
|
|
19
|
-
"@turbo/darwin-arm64": "2.10.1",
|
|
20
|
-
"@turbo/linux-64": "2.10.1",
|
|
21
|
-
"@turbo/linux-arm64": "2.10.1",
|
|
22
|
-
"@turbo/windows-64": "2.10.1",
|
|
23
|
-
"@turbo/windows-arm64": "2.10.1"
|
|
18
|
+
"@turbo/darwin-64": "2.10.2-canary.1",
|
|
19
|
+
"@turbo/darwin-arm64": "2.10.2-canary.1",
|
|
20
|
+
"@turbo/linux-64": "2.10.2-canary.1",
|
|
21
|
+
"@turbo/linux-arm64": "2.10.2-canary.1",
|
|
22
|
+
"@turbo/windows-64": "2.10.2-canary.1",
|
|
23
|
+
"@turbo/windows-arm64": "2.10.2-canary.1"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"postversion": "node bump-version.js"
|
package/schema.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
84
|
"dangerouslyDisablePackageManagerCheck": {
|
|
85
|
-
"description": "Disable
|
|
85
|
+
"description": "Disable package manager declaration checks in root `package.json`.\n\nThis is highly discouraged as it leaves `turbo` dependent on system configuration to infer the correct package manager. Some turbo features are disabled if this is set to true.",
|
|
86
86
|
"anyOf": [
|
|
87
87
|
{
|
|
88
88
|
"$ref": "#/definitions/Boolean"
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
]
|
|
393
393
|
},
|
|
394
394
|
"dangerouslyDisablePackageManagerCheck": {
|
|
395
|
-
"description": "Disable
|
|
395
|
+
"description": "Disable package manager declaration checks in root `package.json`.",
|
|
396
396
|
"anyOf": [
|
|
397
397
|
{
|
|
398
398
|
"$ref": "#/definitions/Boolean"
|