@warp-drive/schema-record 5.8.0-alpha.29 → 5.8.0-alpha.30
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 +24 -18
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,18 +1,33 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<img
|
|
3
3
|
class="project-logo"
|
|
4
|
-
src="./logos/
|
|
5
|
-
alt="WarpDrive
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<img
|
|
9
|
-
class="project-logo"
|
|
10
|
-
src="./logos/github-header.svg#gh-dark-mode-only"
|
|
11
|
-
alt="WarpDrive | Boldly go where no app has gone before"
|
|
12
|
-
title="WarpDrive | Boldly go where no app has gone before"
|
|
4
|
+
src="./logos/logo-yellow-slab.svg"
|
|
5
|
+
alt="WarpDrive"
|
|
6
|
+
width="180px"
|
|
7
|
+
title="WarpDrive"
|
|
13
8
|
/>
|
|
14
9
|
</p>
|
|
15
10
|
|
|
11
|
+

|
|
12
|
+

|
|
13
|
+

|
|
14
|
+
[](https://discord.gg/zT3asNS
|
|
15
|
+
)
|
|
16
|
+
[](https://discord.gg/PHBbnWJx5S
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
<p align="center">
|
|
20
|
+
<br>
|
|
21
|
+
<a href="https://warp-drive.io">WarpDrive</a> is the lightweight data library for web apps —
|
|
22
|
+
<br>
|
|
23
|
+
universal, typed, reactive, and ready to scale.
|
|
24
|
+
<br/><br/>
|
|
25
|
+
</p>
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
# @warp-drive/schema-record
|
|
30
|
+
|
|
16
31
|
<h3 align="center">Your Data, Managed.</h3>
|
|
17
32
|
<p align="center">🌲 Get back to Nature 🐿️ Or shipping 💚</p>
|
|
18
33
|
|
|
@@ -27,15 +42,6 @@ SchemaRecord is a reactive object that transforms raw data from an [associated c
|
|
|
27
42
|
|
|
28
43
|
The capabilities that SchemaRecord brings to [*Warp***Drive**](https://github.com/warp-drive-data/warp-drive/) will simplify even the most complex parts of your app's state management.
|
|
29
44
|
|
|
30
|
-
## Installation
|
|
31
|
-
|
|
32
|
-
Install using your javascript package manager of choice. For instance
|
|
33
|
-
with [pnpm](https://pnpm.io/)
|
|
34
|
-
|
|
35
|
-
```sh
|
|
36
|
-
pnpm add @warp-drive/schema-record
|
|
37
|
-
```
|
|
38
|
-
|
|
39
45
|
**Tagged Releases**
|
|
40
46
|
|
|
41
47
|
- 
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/schema-record",
|
|
3
|
-
"version": "5.8.0-alpha.
|
|
3
|
+
"version": "5.8.0-alpha.30",
|
|
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.18.1",
|
|
42
|
-
"@warp-drive/core": "5.8.0-alpha.
|
|
42
|
+
"@warp-drive/core": "5.8.0-alpha.30"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.28.3",
|
|
46
46
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
47
47
|
"@babel/preset-env": "^7.28.3",
|
|
48
48
|
"@babel/preset-typescript": "^7.27.1",
|
|
49
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
49
|
+
"@warp-drive/internal-config": "5.8.0-alpha.30",
|
|
50
50
|
"vite": "^7.1.3"
|
|
51
51
|
},
|
|
52
52
|
"ember": {
|