@ember-data/store 5.9.0-alpha.7 → 5.9.0-alpha.9

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/README.md +5 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -28,6 +28,11 @@
28
28
 
29
29
  # @ember-data/store
30
30
 
31
+ > [!WARNING]
32
+ > **⚠️ This is a legacy package** not recommended for new applications.
33
+ >
34
+ > Use [@warp-drive/core](https://warp-drive.io/api/@warp-drive/core/) instead.
35
+
31
36
  <p align="center">⚡️ The lightweight reactive data library for JavaScript applications</p>
32
37
 
33
38
  This package provides [*Ember***Data**](https://github.com/warp-drive-data/warp-drive/)'s `Store` class.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-data/store",
3
- "version": "5.9.0-alpha.7",
4
- "description": "The core of EmberData. Provides the Store service which coordinates the cache with the network and presentation layers.",
3
+ "version": "5.9.0-alpha.9",
4
+ "description": "(Legacy) EmberData Store service which coordinates the cache with the network and presentation layers.",
5
5
  "keywords": [
6
6
  "ember-addon"
7
7
  ],
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@embroider/macros": "^1.19.6",
36
- "@warp-drive/core": "5.9.0-alpha.7"
36
+ "@warp-drive/core": "5.9.0-alpha.9"
37
37
  },
38
38
  "peerDependencies": {
39
- "@ember-data/tracking": "5.9.0-alpha.7",
39
+ "@ember-data/tracking": "5.9.0-alpha.9",
40
40
  "@ember/test-waiters": "^3.1.0 || ^4.0.0"
41
41
  },
42
42
  "peerDependenciesMeta": {
@@ -52,8 +52,8 @@
52
52
  "@babel/plugin-transform-typescript": "^7.28.0",
53
53
  "@babel/preset-env": "^7.28.3",
54
54
  "@babel/preset-typescript": "^7.27.1",
55
- "@warp-drive/internal-config": "5.9.0-alpha.7",
56
- "@ember-data/tracking": "5.9.0-alpha.7",
55
+ "@warp-drive/internal-config": "5.9.0-alpha.9",
56
+ "@ember-data/tracking": "5.9.0-alpha.9",
57
57
  "@ember/test-waiters": "^4.1.1",
58
58
  "ember-source": "~6.10.0",
59
59
  "typescript": "^5.9.3",