@warp-drive/holodeck 0.0.0-alpha.37 → 0.0.0-alpha.39

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 +11 -6
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -40,16 +40,21 @@
40
40
 
41
41
  ## Installation
42
42
 
43
- > ⚠️ Private
44
-
45
- This package may currently only be used within EmberData. A public version is coming soon 💜
46
43
 
47
44
  ```json
48
- "devDependencies": {
49
- "@warp-drive/holodeck": "workspace:*"
50
- }
45
+ pnpm install @warp-drive/holodeck
51
46
  ```
52
47
 
48
+ **Tagged Releases**
49
+
50
+ - ![NPM Canary Version](https://img.shields.io/npm/v/%40warp-drive/holodeck/canary?label=%40canary&color=FFBF00)
51
+ - ![NPM Beta Version](https://img.shields.io/npm/v/%40warp-drive/holodeck/beta?label=%40beta&color=ff00ff)
52
+ - ![NPM Stable Version](https://img.shields.io/npm/v/%40warp-drive/holodeck/latest?label=%40latest&color=90EE90)
53
+ - ![NPM LTS Version](https://img.shields.io/npm/v/%40warp-drive/holodeck/lts?label=%40lts&color=0096FF)
54
+ - ![NPM LTS 4.12 Version](https://img.shields.io/npm/v/%40warp-drive/holodeck/lts-4-12?label=%40lts-4-12&color=bbbbbb)
55
+
56
+
57
+
53
58
  ## Usage
54
59
  #### Mocking from Within a Test
55
60
 
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.0.0-alpha.37",
4
+ "version": "0.0.0-alpha.39",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -21,9 +21,9 @@
21
21
  "extends": "../../package.json"
22
22
  },
23
23
  "dependencies": {
24
- "@hono/node-server": "^1.8.2",
24
+ "@hono/node-server": "^1.9.1",
25
25
  "chalk": "^5.3.0",
26
- "hono": "^4.1.7",
26
+ "hono": "^4.2.2",
27
27
  "pm2": "^5.3.1"
28
28
  },
29
29
  "files": [
@@ -46,24 +46,24 @@
46
46
  "_syncPnpm": "bun run sync-dependencies-meta-injected"
47
47
  },
48
48
  "peerDependencies": {
49
- "@ember-data/request": "5.4.0-alpha.51",
50
- "@warp-drive/core-types": "0.0.0-alpha.37"
49
+ "@ember-data/request": "5.4.0-alpha.53",
50
+ "@warp-drive/core-types": "0.0.0-alpha.39"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@babel/cli": "^7.24.1",
54
- "@babel/core": "^7.24.3",
55
- "@babel/plugin-transform-typescript": "^7.24.1",
56
- "@babel/preset-env": "^7.24.3",
54
+ "@babel/core": "^7.24.4",
55
+ "@babel/plugin-transform-typescript": "^7.24.4",
56
+ "@babel/preset-env": "^7.24.4",
57
57
  "@babel/preset-typescript": "^7.24.1",
58
- "@babel/runtime": "^7.24.1",
59
- "@ember-data/request": "5.4.0-alpha.51",
58
+ "@babel/runtime": "^7.24.4",
59
+ "@ember-data/request": "5.4.0-alpha.53",
60
60
  "@embroider/addon-dev": "^4.2.1",
61
61
  "@rollup/plugin-babel": "^6.0.4",
62
62
  "@rollup/plugin-node-resolve": "^15.2.3",
63
- "@warp-drive/core-types": "0.0.0-alpha.37",
64
- "@warp-drive/internal-config": "5.4.0-alpha.51",
65
- "rollup": "^4.13.2",
66
- "typescript": "^5.4.3",
63
+ "@warp-drive/core-types": "0.0.0-alpha.39",
64
+ "@warp-drive/internal-config": "5.4.0-alpha.53",
65
+ "rollup": "^4.14.0",
66
+ "typescript": "^5.4.4",
67
67
  "walk-sync": "^3.0.0",
68
68
  "pnpm-sync-dependencies-meta-injected": "0.0.10"
69
69
  },