turbo 2.5.4 → 2.5.5-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.
Files changed (2) hide show
  1. package/package.json +7 -7
  2. package/schema.json +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbo",
3
- "version": "2.5.4",
3
+ "version": "2.5.5-canary.1",
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.5.4",
19
- "turbo-darwin-arm64": "2.5.4",
20
- "turbo-linux-64": "2.5.4",
21
- "turbo-linux-arm64": "2.5.4",
22
- "turbo-windows-64": "2.5.4",
23
- "turbo-windows-arm64": "2.5.4"
18
+ "turbo-darwin-64": "2.5.5-canary.1",
19
+ "turbo-darwin-arm64": "2.5.5-canary.1",
20
+ "turbo-linux-64": "2.5.5-canary.1",
21
+ "turbo-linux-arm64": "2.5.5-canary.1",
22
+ "turbo-windows-64": "2.5.5-canary.1",
23
+ "turbo-windows-arm64": "2.5.5-canary.1"
24
24
  },
25
25
  "scripts": {
26
26
  "postversion": "node bump-version.js"
package/schema.json CHANGED
@@ -102,6 +102,12 @@
102
102
  "type": "boolean",
103
103
  "description": "When set to `true`, disables the update notification that appears when a new version of `turbo` is available.\n\nDocumentation: https://turborepo.com/docs/reference/configuration#noupdatenotifier",
104
104
  "default": false
105
+ },
106
+ "futureFlags": {
107
+ "type": "object",
108
+ "additionalProperties": {},
109
+ "description": "Opt into breaking changes prior to major releases, experimental features, and beta features.",
110
+ "default": {}
105
111
  }
106
112
  },
107
113
  "additionalProperties": false,