@ember-data/legacy-compat 5.8.0-alpha.29 → 5.8.0-alpha.30

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,29 +1,32 @@
1
1
  <p align="center">
2
2
  <img
3
3
  class="project-logo"
4
- src="./logos/ember-data-logo-dark.svg#gh-dark-mode-only"
5
- alt="EmberData LegacyCompat"
6
- width="240px"
7
- title="EmberData LegacyCompat"
8
- />
9
- <img
10
- class="project-logo"
11
- src="./logos/ember-data-logo-light.svg#gh-light-mode-only"
12
- alt="EmberData LegacyCompat"
13
- width="240px"
14
- title="EmberData LegacyCompat"
4
+ src="./logos/logo-yellow-slab.svg"
5
+ alt="WarpDrive"
6
+ width="180px"
7
+ title="WarpDrive"
15
8
  />
16
9
  </p>
17
10
 
18
- <p align="center">Utils For Compatibility with Legacy EmberData</p>
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
+ )
19
18
 
20
- ## Installation
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>
21
26
 
22
- Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
27
+ ---
23
28
 
24
- ```sh
25
- pnpm add @ember-data/legacy-compat
26
- ```
29
+ # @ember-data/legacy-compat
27
30
 
28
31
  **Tagged Releases**
29
32
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-data/legacy-compat",
3
3
  "description": "Compatibility Shims for Older EmberData",
4
- "version": "5.8.0-alpha.29",
4
+ "version": "5.8.0-alpha.30",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -43,9 +43,9 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@embroider/macros": "^1.18.1",
46
- "@warp-drive/core": "5.8.0-alpha.29",
47
- "@warp-drive/legacy": "5.8.0-alpha.29",
48
- "@warp-drive/utilities": "5.8.0-alpha.29"
46
+ "@warp-drive/core": "5.8.0-alpha.30",
47
+ "@warp-drive/legacy": "5.8.0-alpha.30",
48
+ "@warp-drive/utilities": "5.8.0-alpha.30"
49
49
  },
50
50
  "peerDependencies": {},
51
51
  "devDependencies": {
@@ -53,7 +53,7 @@
53
53
  "@babel/plugin-transform-typescript": "^7.28.0",
54
54
  "@babel/preset-env": "^7.28.3",
55
55
  "@babel/preset-typescript": "^7.27.1",
56
- "@warp-drive/internal-config": "5.8.0-alpha.29",
56
+ "@warp-drive/internal-config": "5.8.0-alpha.30",
57
57
  "typescript": "^5.9.2",
58
58
  "vite": "^7.1.3"
59
59
  },
@@ -1,6 +1,6 @@
1
+ /// <reference path="./builders.d.ts" />
1
2
  /// <reference path="./-private.d.ts" />
2
3
  /// <reference path="./utils.d.ts" />
3
- /// <reference path="./builders.d.ts" />
4
4
  declare module '@ember-data/legacy-compat' {
5
5
  /**
6
6
  * @module