@ember-data-types/rest 5.7.0-alpha.32 → 5.7.0-alpha.33

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
@@ -23,7 +23,7 @@ This package provides utilities for working with **REST**ful APIs with [*Ember**
23
23
 
24
24
  Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
25
25
 
26
- ```no-highlight
26
+ ```sh
27
27
  pnpm add @ember-data/rest
28
28
  ```
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-data-types/rest",
3
- "version": "5.7.0-alpha.32",
3
+ "version": "5.7.0-alpha.33",
4
4
  "files": [
5
5
  "unstable-preview-types",
6
6
  "README.md",
@@ -16,7 +16,7 @@ declare module '@ember-data/rest/request' {
16
16
 
17
17
  Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
18
18
 
19
- ```no-highlight
19
+ ```sh
20
20
  pnpm add @ember-data/json-api
21
21
  ```
22
22