@ember-data-types/rest 5.7.0 → 5.8.0-alpha.3

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/rest",
3
- "version": "5.7.0",
3
+ "version": "5.8.0-alpha.3",
4
4
  "files": [
5
5
  "unstable-preview-types",
6
6
  "README.md",
@@ -13,7 +13,7 @@
13
13
  "license": "MIT",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git+ssh://git@github.com:emberjs/data.git",
16
+ "url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
17
17
  "directory": "packages/rest"
18
18
  }
19
19
  }
@@ -3,14 +3,14 @@ declare module '@ember-data/rest/request' {
3
3
  * <p align="center">
4
4
  <img
5
5
  class="project-logo"
6
- src="https://raw.githubusercontent.com/emberjs/data/4612c9354e4c54d53327ec2cf21955075ce21294/ember-data-logo-light.svg#gh-light-mode-only"
6
+ src="https://raw.githubusercontent.com/warp-drive-data/warp-drive/4612c9354e4c54d53327ec2cf21955075ce21294/ember-data-logo-light.svg#gh-light-mode-only"
7
7
  alt="EmberData"
8
8
  width="240px"
9
9
  title="EmberData"
10
10
  />
11
11
  </p>
12
12
 
13
- This package provides utilities for working with **REST**ful APIs with [*Ember***Data**](https://github.com/emberjs/data/).
13
+ This package provides utilities for working with **REST**ful APIs with [*Ember***Data**](https://github.com/warp-drive-data/warp-drive/).
14
14
 
15
15
  ## Installation
16
16