@warp-drive/holodeck 0.1.0-alpha.86 → 0.1.0-alpha.88

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 +4 -6
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -8,13 +8,11 @@
8
8
  />
9
9
  </p>
10
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)
11
+ ![NPM Stable Version](https://img.shields.io/npm/v/%40warp-drive%2Fholodeck/latest?label=version&style=flat&color=fdb155)
12
+ ![NPM Downloads](https://img.shields.io/npm/dm/%40warp-drive%2Fholodeck.svg?style=flat&color=fdb155)
13
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
- )
14
+ [![EmberJS Discord Community Server](https://img.shields.io/badge/EmberJS-grey?logo=discord&logoColor=fdb155)](https://discord.gg/zT3asNS)
15
+ [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=fdb155)](https://discord.gg/PHBbnWJx5S)
18
16
 
19
17
  <p align="center">
20
18
  <br>
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.86",
4
+ "version": "0.1.0-alpha.88",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -33,9 +33,9 @@
33
33
  "ensure-cert": "./server/ensure-cert.js"
34
34
  },
35
35
  "peerDependencies": {
36
- "@warp-drive/utilities": "5.10.0-alpha.10",
37
- "@warp-drive/legacy": "5.10.0-alpha.10",
38
- "@warp-drive/core": "5.10.0-alpha.10"
36
+ "@warp-drive/utilities": "5.10.0-alpha.12",
37
+ "@warp-drive/legacy": "5.10.0-alpha.12",
38
+ "@warp-drive/core": "5.10.0-alpha.12"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "@warp-drive/utilities": {
@@ -51,13 +51,13 @@
51
51
  "@babel/preset-env": "^7.29.7",
52
52
  "@babel/preset-typescript": "^7.29.7",
53
53
  "@babel/runtime": "^7.29.7",
54
- "@warp-drive/utilities": "5.10.0-alpha.10",
55
- "@warp-drive/legacy": "5.10.0-alpha.10",
56
- "@warp-drive/core": "5.10.0-alpha.10",
57
- "@warp-drive/internal-config": "5.10.0-alpha.10",
54
+ "@warp-drive/utilities": "5.10.0-alpha.12",
55
+ "@warp-drive/legacy": "5.10.0-alpha.12",
56
+ "@warp-drive/core": "5.10.0-alpha.12",
57
+ "@warp-drive/internal-config": "5.10.0-alpha.12",
58
58
  "@types/node": "^26.6.2",
59
59
  "tsdown": "^0.23.0",
60
- "typescript-7": "npm:typescript@7.1.0-dev.20260920.1"
60
+ "typescript-7": "npm:typescript@7.1.0-dev.20260922.1"
61
61
  },
62
62
  "exports": {
63
63
  ".": {