@ember-data/tracking 5.8.0-beta.0 → 5.8.0-beta.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/README.md CHANGED
@@ -1,3 +1,31 @@
1
+ <p align="center">
2
+ <img
3
+ class="project-logo"
4
+ src="./logos/logo-yellow-slab.svg"
5
+ alt="WarpDrive"
6
+ width="180px"
7
+ title="WarpDrive"
8
+ />
9
+ </p>
10
+
11
+ ![NPM Stable Version](https://img.shields.io/npm/v/ember-data/latest?label=version&style=flat&color=fdb155)
12
+ ![NPM Downloads](https://img.shields.io/npm/dm/ember-data.svg?style=flat&color=fdb155)
13
+ ![License](https://img.shields.io/github/license/warp-drive-data/warp-drive.svg?style=flat&color=fdb155)
14
+ [![EmberJS Discord Community Server](https://img.shields.io/badge/EmberJS-grey?logo=discord&logoColor=fdb155)](https://discord.gg/zT3asNS
15
+ )
16
+ [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=fdb155)](https://discord.gg/PHBbnWJx5S
17
+ )
18
+
19
+ <p align="center">
20
+ <br>
21
+ <a href="https://warp-drive.io">WarpDrive</a> is the lightweight data library for web apps &mdash;
22
+ <br>
23
+ universal, typed, reactive, and ready to scale.
24
+ <br/><br/>
25
+ </p>
26
+
27
+ ---
28
+
1
29
  # ⚠️ Decommissioned ⚠️
2
30
 
3
31
  > [!WARNING]
package/dist/index.js CHANGED
@@ -13,7 +13,8 @@ import { macroCondition, getGlobalConfig, importSync } from '@embroider/macros';
13
13
  * historically provided the bindings into Ember's reactivity system.
14
14
  *
15
15
  * This package is no longer needed as the configuration is now
16
- * provided by the package [@warp-drive/ember](../../@warp-drive/ember).
16
+ * provided by the package {@link @warp-drive/ember! | @warp-drive/ember}.
17
+ *
17
18
  * :::
18
19
  *
19
20
  * To resolve this deprecation, follow these steps:
@@ -33,8 +34,8 @@ import { macroCondition, getGlobalConfig, importSync } from '@embroider/macros';
33
34
  * ## 3. Clear the deprecation
34
35
  *
35
36
  * Once the above steps are complete, the deprecation can be silenced and the automatic fallback
36
- * registration of reactivity from `@ember-data/tracking` can be removed by updating your [WarpDrive
37
- * build config](../../@warp-drive/build-config) in your `ember-cli-build` file.
37
+ * registration of reactivity from `@ember-data/tracking` can be removed by updating your
38
+ * {@link @warp-drive/build-config! | WarpDrive Build Config} in your `ember-cli-build` file.
38
39
  *
39
40
  * ```js [ember-cli-build.js]
40
41
  * 'use strict';
@@ -74,8 +75,8 @@ const emberDirtyTag = dirtyTag;
74
75
  * `@ember-data/store` if the deprecation has not been resolved.
75
76
  *
76
77
  * This function should not be called directly in your application code
77
- * and this package is deprecated entirely, see the [package overview](../../)
78
- * for more details.
78
+ * and this package is deprecated entirely. Use {@link @warp-drive/ember! | @warp-drive/ember}
79
+ * instead.
79
80
  *
80
81
  * @deprecated
81
82
  * @public
@@ -0,0 +1,4 @@
1
+ # Autogeneration Notice
2
+
3
+ This directory is maintained in the root of the monorepo in `/logos/synced` and sync'd
4
+ to public repositories by running `bun sync-logos`