@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 CHANGED
@@ -1,52 +1,44 @@
1
- <h1 align="center">
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 dark-only"
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"
3
+ class="project-logo"
4
+ src="./logos/logo-yellow-slab.svg"
5
+ alt="WarpDrive"
6
+ width="180px"
7
+ title="WarpDrive"
13
8
  />
14
- </h1>
9
+ </p>
15
10
 
16
- ![NPM Stable Version](https://img.shields.io/npm/v/ember-data/latest?label=version&style=flat&color=FFC474)
17
- ![NPM Downloads](https://img.shields.io/npm/dm/ember-data.svg?style=flat&color=FFC474)
18
- ![License](https://img.shields.io/github/license/warp-drive-data/warp-drive.svg?style=flat&color=FFC474)
19
- [![Docs](./logos/docs-badge.svg)](https://api.emberjs.com/ember-data/release)
20
- [![EmberJS Discord Community Server](https://img.shields.io/badge/EmberJS-grey?logo=discord&logoColor=FFC474)](https://discord.gg/zT3asNS
11
+ ![NPM Stable Version](https://img.shields.io/npm/v/ember-data/latest?label=version&style=flat&color=fdb155)
12
+ ![NPM Downloads](https://img.shields.io/npm/dm/ember-data.svg?style=flat&color=fdb155)
13
+ ![License](https://img.shields.io/github/license/warp-drive-data/warp-drive.svg?style=flat&color=fdb155)
14
+ [![EmberJS Discord Community Server](https://img.shields.io/badge/EmberJS-grey?logo=discord&logoColor=fdb155)](https://discord.gg/zT3asNS
21
15
  )
22
- [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=FFC474)](https://discord.gg/PHBbnWJx5S
16
+ [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=fdb155)](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 a lightweight data library for web apps &mdash;
21
+ <a href="https://warp-drive.io">WarpDrive</a> is the lightweight data library for web apps &mdash;
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
- WarpDrive provides features that make it easy to build scalable, fast, feature
36
- rich application &mdash; letting you ship better experiences more quickly without re-architecting your app or API. WarpDrive is:
27
+ ***Warp*Drive** makes it easy to build scalable, fast, feature
28
+ rich applications &mdash; 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
- - 🔜 works with any framework
43
- - ⚛️ Supports any API: `GraphQL` `JSON:API` `REST` `tRPC` ...bespoke or a mix
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](./guides/index.md)
41
+ *Get Started* → [Guides](https://warp-drive.io/guides/)
50
42
 
51
43
  <br>
52
44
 
@@ -54,14 +46,6 @@ rich application &mdash; 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.
@@ -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.29";
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.29",
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.29"
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.29",
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",