@ember-data-types/rest 5.8.0-alpha.25 → 5.8.0-alpha.27

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 +8 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,18 +1,16 @@
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 REST"
6
- width="240px"
7
- title="EmberData REST"
8
- />
4
+ src="./logos/warp-drive-logo-dark.svg#gh-light-mode-only"
5
+ alt="WarpDrive"
6
+ width="200px"
7
+ title="WarpDrive" />
9
8
  <img
10
9
  class="project-logo"
11
- src="./logos/ember-data-logo-light.svg#gh-light-mode-only"
12
- alt="EmberData REST"
13
- width="240px"
14
- title="EmberData REST"
15
- />
10
+ src="./logos/warp-drive-logo-gold.svg#gh-dark-mode-only"
11
+ alt="WarpDrive"
12
+ width="200px"
13
+ title="WarpDrive" />
16
14
  </p>
17
15
 
18
16
  <p align="center">Elegantly composable. Made for <strong>REST</strong>ful APIs</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-data-types/rest",
3
- "version": "5.8.0-alpha.25",
3
+ "version": "5.8.0-alpha.27",
4
4
  "files": [
5
5
  "unstable-preview-types",
6
6
  "README.md",