@turbo/types 2.8.18-canary.2 → 2.8.18-canary.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbo/types",
3
- "version": "2.8.18-canary.2",
3
+ "version": "2.8.18-canary.21",
4
4
  "description": "Turborepo types",
5
5
  "homepage": "https://turborepo.dev",
6
6
  "bugs": {
@@ -254,7 +254,7 @@
254
254
  ]
255
255
  },
256
256
  "FutureFlags": {
257
- "description": "Opt into breaking changes prior to major releases, experimental features, and beta features.\n\nNote: Currently all previous future flags (turboExtendsKeyword, nonRootExtends) have been graduated and are now enabled by default.",
257
+ "description": "Opt into breaking changes prior to major releases, experimental features, and beta features.",
258
258
  "type": "object",
259
259
  "properties": {
260
260
  "affectedUsingTaskInputs": {