@ember-data-mirror/serializer 5.8.0-alpha.0 → 5.8.0-alpha.4

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@ember-data-mirror/serializer",
3
- "version": "5.8.0-alpha.0",
3
+ "version": "5.8.0-alpha.4",
4
4
  "description": "Provides Legacy JSON, JSON:API and REST Implementations of the Serializer Interface for use with @ember-data-mirror/store",
5
5
  "keywords": [
6
6
  "ember-addon"
7
7
  ],
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+ssh://git@github.com:emberjs/data.git",
10
+ "url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
11
11
  "directory": "packages/serializer"
12
12
  },
13
13
  "license": "MIT",
@@ -48,16 +48,16 @@
48
48
  "ember-cli-string-utils": "^1.1.0",
49
49
  "ember-cli-path-utils": "^1.0.0",
50
50
  "@ember/edition-utils": "1.2.0",
51
- "@warp-drive-mirror/core": "5.8.0-alpha.0",
52
- "@warp-drive-mirror/utilities": "5.8.0-alpha.0",
53
- "@warp-drive-mirror/legacy": "5.8.0-alpha.0"
51
+ "@warp-drive-mirror/core": "5.8.0-alpha.4",
52
+ "@warp-drive-mirror/utilities": "5.8.0-alpha.4",
53
+ "@warp-drive-mirror/legacy": "5.8.0-alpha.4"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/core": "^7.28.3",
57
57
  "@babel/plugin-transform-typescript": "^7.28.0",
58
58
  "@babel/preset-env": "^7.28.3",
59
59
  "@babel/preset-typescript": "^7.27.1",
60
- "@warp-drive/internal-config": "5.8.0-alpha.0",
60
+ "@warp-drive/internal-config": "5.8.0-alpha.4",
61
61
  "typescript": "^5.9.2",
62
62
  "vite": "^7.1.3"
63
63
  },
@@ -1,7 +1,7 @@
1
+ /// <reference path="./rest.d.ts" />
1
2
  /// <reference path="./transform.d.ts" />
2
- /// <reference path="./json-api.d.ts" />
3
3
  /// <reference path="./json.d.ts" />
4
- /// <reference path="./rest.d.ts" />
4
+ /// <reference path="./json-api.d.ts" />
5
5
  declare module '@ember-data-mirror/serializer' {
6
6
  /**
7
7
  ## Overview
@@ -10,7 +10,7 @@ declare module '@ember-data-mirror/serializer' {
10
10
  <p>
11
11
  ⚠️ <strong>This is LEGACY documentation</strong> for a feature that is no longer encouraged to be used.
12
12
  If starting a new app or thinking of implementing a new serializer, consider writing a
13
- <a href="/ember-data/release/classes/%3CInterface%3E%20Handler">Handler</a> instead to be used with the <a href="https://github.com/emberjs/data/tree/main/packages/request#readme">RequestManager</a>
13
+ <a href="/ember-data/release/classes/%3CInterface%3E%20Handler">Handler</a> instead to be used with the <a href="https://github.com/warp-drive-data/warp-drive/tree/main/packages/request#readme">RequestManager</a>
14
14
  </p>
15
15
  </blockquote>
16
16