@warp-drive/core 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 +21 -37
- package/dist/types/-private.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,52 +1,44 @@
|
|
|
1
|
-
<
|
|
2
|
-
<img
|
|
3
|
-
class="project-logo light-only"
|
|
4
|
-
src="./logos/github-header.svg#gh-light-mode-only"
|
|
5
|
-
alt="WarpDrive | Boldly go where no app has gone before"
|
|
6
|
-
title="WarpDrive | Boldly go where no app has gone before"
|
|
7
|
-
/>
|
|
1
|
+
<p align="center">
|
|
8
2
|
<img
|
|
9
|
-
class="project-logo
|
|
10
|
-
src="./logos/
|
|
11
|
-
alt="WarpDrive
|
|
12
|
-
|
|
3
|
+
class="project-logo"
|
|
4
|
+
src="./logos/logo-yellow-slab.svg"
|
|
5
|
+
alt="WarpDrive"
|
|
6
|
+
width="180px"
|
|
7
|
+
title="WarpDrive"
|
|
13
8
|
/>
|
|
14
|
-
</
|
|
9
|
+
</p>
|
|
15
10
|
|
|
16
|
-
](https://discord.gg/zT3asNS
|
|
11
|
+

|
|
12
|
+

|
|
13
|
+

|
|
14
|
+
[](https://discord.gg/zT3asNS
|
|
21
15
|
)
|
|
22
|
-
[](https://discord.gg/PHBbnWJx5S
|
|
23
17
|
)
|
|
24
18
|
|
|
25
|
-
|
|
26
19
|
<p align="center">
|
|
27
20
|
<br>
|
|
28
|
-
<a href="https://warp-drive.io">WarpDrive</a> is
|
|
21
|
+
<a href="https://warp-drive.io">WarpDrive</a> is the lightweight data library for web apps —
|
|
29
22
|
<br>
|
|
30
23
|
universal, typed, reactive, and ready to scale.
|
|
31
|
-
<br
|
|
32
|
-
<br>
|
|
24
|
+
<br/><br/>
|
|
33
25
|
</p>
|
|
34
26
|
|
|
35
|
-
|
|
36
|
-
rich
|
|
27
|
+
***Warp*Drive** makes it easy to build scalable, fast, feature
|
|
28
|
+
rich applications — letting you ship better experiences more quickly without re-architecting your app or API. ***Warp*Drive** is:
|
|
37
29
|
|
|
30
|
+
- 🌌 Seamless Reactivity in any Framework
|
|
38
31
|
- ⚡️ Committed to Best-In-Class Performance
|
|
39
|
-
- 🌲 Focused on being as svelte as possible
|
|
40
|
-
- 🚀 SSR Ready
|
|
41
32
|
- 💚 Typed
|
|
42
|
-
-
|
|
43
|
-
-
|
|
33
|
+
- ⚛️ Works with any API
|
|
34
|
+
- 🌲 Focused on being as tiny as possible
|
|
35
|
+
- 🚀 SSR Ready
|
|
44
36
|
- 🐹 Built with ♥️ by [Ember](https://emberjs.com)
|
|
45
37
|
|
|
46
38
|
<br>
|
|
47
39
|
<br>
|
|
48
40
|
|
|
49
|
-
*Get Started* → [Guides](
|
|
41
|
+
*Get Started* → [Guides](https://warp-drive.io/guides/)
|
|
50
42
|
|
|
51
43
|
<br>
|
|
52
44
|
|
|
@@ -54,14 +46,6 @@ rich application — letting you ship better experiences more quickly withou
|
|
|
54
46
|
|
|
55
47
|
<br>
|
|
56
48
|
|
|
57
|
-
## Installation
|
|
58
|
-
|
|
59
|
-
```sh
|
|
60
|
-
pnpm add -E @warp-drive/core@latest
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
<br>
|
|
64
|
-
|
|
65
49
|
## Code of Conduct
|
|
66
50
|
|
|
67
51
|
Refer to the [Code of Conduct](https://github.com/warp-drive-data/warp-drive/blob/main/CODE_OF_CONDUCT.md) for community guidelines and inclusivity.
|
package/dist/types/-private.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { macroCondition, getGlobalConfig } from '@embroider/macros';
|
|
2
2
|
const name = "@warp-drive/core";
|
|
3
|
-
const version = "5.8.0-alpha.
|
|
3
|
+
const version = "5.8.0-alpha.30";
|
|
4
4
|
|
|
5
5
|
// in testing mode, we utilize globals to ensure only one copy exists of
|
|
6
6
|
// these maps, due to bugs in ember-auto-import
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/core",
|
|
3
|
-
"version": "5.8.0-alpha.
|
|
3
|
+
"version": "5.8.0-alpha.30",
|
|
4
4
|
"description": "Core package for WarpDrive | All the Universal Basics",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@embroider/macros": "^1.18.1",
|
|
40
|
-
"@warp-drive/build-config": "5.8.0-alpha.
|
|
40
|
+
"@warp-drive/build-config": "5.8.0-alpha.30"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@babel/core": "^7.28.3",
|
|
44
44
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
45
45
|
"@babel/preset-typescript": "^7.27.1",
|
|
46
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
46
|
+
"@warp-drive/internal-config": "5.8.0-alpha.30",
|
|
47
47
|
"decorator-transforms": "^2.3.0",
|
|
48
48
|
"ember-source": "~6.6.0",
|
|
49
49
|
"expect-type": "^1.2.2",
|