@ember-data-types/tracking 5.8.0-alpha.9 → 5.8.0-beta.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-data-types/tracking",
3
- "version": "5.8.0-alpha.9",
3
+ "version": "5.8.0-beta.1",
4
4
  "files": [
5
5
  "unstable-preview-types",
6
6
  "README.md",
@@ -10,7 +10,8 @@ declare module '@ember-data/tracking' {
10
10
  * historically provided the bindings into Ember's reactivity system.
11
11
  *
12
12
  * This package is no longer needed as the configuration is now
13
- * provided by the package [@warp-drive/ember](../../@warp-drive/ember).
13
+ * provided by the package {@link @warp-drive/ember! | @warp-drive/ember}.
14
+ *
14
15
  * :::
15
16
  *
16
17
  * To resolve this deprecation, follow these steps:
@@ -30,8 +31,8 @@ declare module '@ember-data/tracking' {
30
31
  * ## 3. Clear the deprecation
31
32
  *
32
33
  * Once the above steps are complete, the deprecation can be silenced and the automatic fallback
33
- * registration of reactivity from `@ember-data/tracking` can be removed by updating your [WarpDrive
34
- * build config](../../@warp-drive/build-config) in your `ember-cli-build` file.
34
+ * registration of reactivity from `@ember-data/tracking` can be removed by updating your
35
+ * {@link @warp-drive/build-config! | WarpDrive Build Config} in your `ember-cli-build` file.
35
36
  *
36
37
  * ```js [ember-cli-build.js]
37
38
  * 'use strict';
@@ -71,8 +72,8 @@ declare module '@ember-data/tracking' {
71
72
  * `@ember-data/store` if the deprecation has not been resolved.
72
73
  *
73
74
  * This function should not be called directly in your application code
74
- * and this package is deprecated entirely, see the [package overview](../../)
75
- * for more details.
75
+ * and this package is deprecated entirely. Use {@link @warp-drive/ember! | @warp-drive/ember}
76
+ * instead.
76
77
  *
77
78
  * @deprecated
78
79
  * @public