@warp-drive-mirror/schema-record 5.7.0-alpha.2 → 5.7.0-alpha.20
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
|
-
```
|
|
35
|
+
```sh
|
|
36
36
|
pnpm add @warp-drive-mirror/schema-record
|
|
37
37
|
```
|
|
38
38
|
|
package/dist/-private.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Context } from '@warp-drive-mirror/core/reactive/-private';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/schema-record",
|
|
3
|
-
"version": "5.7.0-alpha.
|
|
3
|
+
"version": "5.7.0-alpha.20",
|
|
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.
|
|
42
|
+
"@warp-drive-mirror/core": "5.7.0-alpha.20"
|
|
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.
|
|
49
|
+
"@warp-drive/internal-config": "5.7.0-alpha.20",
|
|
50
50
|
"vite": "^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"ember": {
|