@warp-drive-mirror/schema-record 5.7.0-alpha.12 → 5.7.0-alpha.14

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
@@ -32,7 +32,7 @@ The capabilities that SchemaRecord brings to [*Warp***Drive**](https://github.co
32
32
  Install using your javascript package manager of choice. For instance
33
33
  with [pnpm](https://pnpm.io/)
34
34
 
35
- ```cli
35
+ ```sh
36
36
  pnpm add @warp-drive-mirror/schema-record
37
37
  ```
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/schema-record",
3
- "version": "5.7.0-alpha.12",
3
+ "version": "5.7.0-alpha.14",
4
4
  "description": "Schema Driven Resource Presentation for WarpDrive and EmberData",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -39,14 +39,14 @@
39
39
  "peerDependencies": {},
40
40
  "dependencies": {
41
41
  "@embroider/macros": "^1.16.12",
42
- "@warp-drive-mirror/core": "5.7.0-alpha.12"
42
+ "@warp-drive-mirror/core": "5.7.0-alpha.14"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.26.10",
46
46
  "@babel/plugin-transform-typescript": "^7.27.0",
47
47
  "@babel/preset-env": "^7.26.9",
48
48
  "@babel/preset-typescript": "^7.27.0",
49
- "@warp-drive/internal-config": "5.7.0-alpha.12",
49
+ "@warp-drive/internal-config": "5.7.0-alpha.14",
50
50
  "vite": "^7.0.0"
51
51
  },
52
52
  "ember": {
@@ -17,7 +17,7 @@ declare module '@warp-drive-mirror/schema-record' {
17
17
  * Install using your javascript package manager of choice. For instance
18
18
  * with [pnpm](https://pnpm.io/)
19
19
  *
20
- * ```cli
20
+ * ```sh
21
21
  * pnpm add @warp-drive-mirror/schema-record
22
22
  * ```
23
23
  *