@warp-drive/holodeck 0.1.0-alpha.29 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +24 -9
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,18 +1,33 @@
1
1
  <p align="center">
2
2
  <img
3
3
  class="project-logo"
4
- src="./logos/warp-drive-logo-dark.svg#gh-light-mode-only"
4
+ src="./logos/logo-yellow-slab.svg"
5
5
  alt="WarpDrive"
6
- width="200px"
7
- title="WarpDrive" />
8
- <img
9
- class="project-logo"
10
- src="./logos/warp-drive-logo-gold.svg#gh-dark-mode-only"
11
- alt="WarpDrive"
12
- width="200px"
13
- title="WarpDrive" />
6
+ width="180px"
7
+ title="WarpDrive"
8
+ />
14
9
  </p>
15
10
 
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
15
+ )
16
+ [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=fdb155)](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 &mdash;
22
+ <br>
23
+ universal, typed, reactive, and ready to scale.
24
+ <br/><br/>
25
+ </p>
26
+
27
+ ---
28
+
29
+ # @warp-drive/holodeck
30
+
16
31
  <h3 align="center">⚡️ Simple, Fast HTTP Mocking</h3>
17
32
  <p align="center">Ideal for Test Suites</p>
18
33
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-drive/holodeck",
3
3
  "description": "⚡️ Simple, Fast HTTP Mocking for Tests",
4
- "version": "0.1.0-alpha.29",
4
+ "version": "0.1.0-alpha.30",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -39,9 +39,9 @@
39
39
  "ensure-cert": "./server/ensure-cert.js"
40
40
  },
41
41
  "peerDependencies": {
42
- "@warp-drive/utilities": "5.8.0-alpha.29",
43
- "@warp-drive/legacy": "5.8.0-alpha.29",
44
- "@warp-drive/core": "5.8.0-alpha.29"
42
+ "@warp-drive/utilities": "5.8.0-alpha.30",
43
+ "@warp-drive/legacy": "5.8.0-alpha.30",
44
+ "@warp-drive/core": "5.8.0-alpha.30"
45
45
  },
46
46
  "peerDependenciesMeta": {
47
47
  "@warp-drive/utilities": {
@@ -57,10 +57,10 @@
57
57
  "@babel/preset-env": "^7.28.3",
58
58
  "@babel/preset-typescript": "^7.27.1",
59
59
  "@babel/runtime": "^7.28.3",
60
- "@warp-drive/utilities": "5.8.0-alpha.29",
61
- "@warp-drive/legacy": "5.8.0-alpha.29",
62
- "@warp-drive/core": "5.8.0-alpha.29",
63
- "@warp-drive/internal-config": "5.8.0-alpha.29",
60
+ "@warp-drive/utilities": "5.8.0-alpha.30",
61
+ "@warp-drive/legacy": "5.8.0-alpha.30",
62
+ "@warp-drive/core": "5.8.0-alpha.30",
63
+ "@warp-drive/internal-config": "5.8.0-alpha.30",
64
64
  "vite": "^7.1.3"
65
65
  },
66
66
  "exports": {