@warp-drive/holodeck 0.1.0-alpha.75 → 0.1.0-alpha.77

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/package.json +9 -9
  2. package/CHANGELOG.md +0 -139
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.75",
4
+ "version": "0.1.0-alpha.77",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -34,9 +34,9 @@
34
34
  "ensure-cert": "./server/ensure-cert.js"
35
35
  },
36
36
  "peerDependencies": {
37
- "@warp-drive/utilities": "5.9.0-alpha.32",
38
- "@warp-drive/legacy": "5.9.0-alpha.32",
39
- "@warp-drive/core": "5.9.0-alpha.32"
37
+ "@warp-drive/utilities": "5.10.0-alpha.1",
38
+ "@warp-drive/legacy": "5.10.0-alpha.1",
39
+ "@warp-drive/core": "5.10.0-alpha.1"
40
40
  },
41
41
  "peerDependenciesMeta": {
42
42
  "@warp-drive/utilities": {
@@ -52,12 +52,12 @@
52
52
  "@babel/preset-env": "^7.29.7",
53
53
  "@babel/preset-typescript": "^7.29.7",
54
54
  "@babel/runtime": "^7.29.7",
55
- "@warp-drive/utilities": "5.9.0-alpha.32",
56
- "@warp-drive/legacy": "5.9.0-alpha.32",
57
- "@warp-drive/core": "5.9.0-alpha.32",
58
- "@warp-drive/internal-config": "5.9.0-alpha.32",
55
+ "@warp-drive/utilities": "5.10.0-alpha.1",
56
+ "@warp-drive/legacy": "5.10.0-alpha.1",
57
+ "@warp-drive/core": "5.10.0-alpha.1",
58
+ "@warp-drive/internal-config": "5.10.0-alpha.1",
59
59
  "tsdown": "^0.22.14",
60
- "typescript-7": "npm:typescript@7.1.0-dev.20260828.1"
60
+ "typescript-7": "npm:typescript@7.1.0-dev.20260901.1"
61
61
  },
62
62
  "exports": {
63
63
  ".": {
package/CHANGELOG.md DELETED
@@ -1,139 +0,0 @@
1
- # @warp-drive/holodeck Changelog
2
-
3
- ## v5.8.0 (2025-10-07)
4
-
5
- #### :rocket: Enhancement
6
-
7
- * [#10121](https://github.com/warp-drive-data/warp-drive/pull/10121) feat: legacy ModelFragments support ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
8
-
9
- #### :house: Internal
10
-
11
- * [#10377](https://github.com/warp-drive-data/warp-drive/pull/10377) chore: refactor holodeck to use node ([@runspired](https://github.com/runspired))
12
- * [#10376](https://github.com/warp-drive-data/warp-drive/pull/10376) chore: prepare holodeck for publishing ([@runspired](https://github.com/runspired))
13
- * [#10375](https://github.com/warp-drive-data/warp-drive/pull/10375) chore: make non-GET holodeck replay work ([@runspired](https://github.com/runspired))
14
- * [#10373](https://github.com/warp-drive-data/warp-drive/pull/10373) chore: add holodeck client support for PUT/PATCH/POST/DELETE ([@runspired](https://github.com/runspired))
15
- * [#10372](https://github.com/warp-drive-data/warp-drive/pull/10372) Missing Context Param in Code Example for setTestId ([@lucasxzh](https://github.com/lucasxzh))
16
- * [#10349](https://github.com/warp-drive-data/warp-drive/pull/10349) chore: update all emberjs/data links to warp-drive-data/warp-drive ([@runspired](https://github.com/runspired))
17
-
18
- #### Committers: (3)
19
-
20
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
21
- Chris Thoburn ([@runspired](https://github.com/runspired))
22
- [@lucasxzh](https://github.com/lucasxzh)
23
-
24
- ## v5.7.0 (2025-08-26)
25
-
26
- #### :house: Internal
27
-
28
- * [#10279](https://github.com/warp-drive-data/warp-drive/pull/10279) chore: add support for LegacyNetworkHandler to holodeck ([@runspired](https://github.com/runspired))
29
- * [#10226](https://github.com/warp-drive-data/warp-drive/pull/10226) chore: use https for diagnostic by default, print url last ([@runspired](https://github.com/runspired))
30
- * [#10124](https://github.com/warp-drive-data/warp-drive/pull/10124) chore: mark a few types as private ([@runspired](https://github.com/runspired))
31
-
32
- #### Committers: (1)
33
-
34
- Chris Thoburn ([@runspired](https://github.com/runspired))
35
-
36
- ## v5.6.0 (2025-07-01)
37
-
38
- #### :memo: Documentation
39
-
40
- * [#9991](https://github.com/warp-drive-data/warp-drive/pull/9991) chore: improve output of typedoc ([@runspired](https://github.com/runspired))
41
-
42
- #### :house: Internal
43
-
44
- * [#10042](https://github.com/warp-drive-data/warp-drive/pull/10042) chore: upgrade to vite7 ([@runspired](https://github.com/runspired))
45
- * [#10040](https://github.com/warp-drive-data/warp-drive/pull/10040) chore: isolated declarations ([@runspired](https://github.com/runspired))
46
-
47
- #### Committers: (1)
48
-
49
- Chris Thoburn ([@runspired](https://github.com/runspired))
50
-
51
- ## v5.4.0 (2025-04-11)
52
-
53
- #### :memo: Documentation
54
-
55
- * [#9648](https://github.com/warp-drive-data/warp-drive/pull/9648) docs: cleanup usage pattern for RequestManager configuration on store ([@runspired](https://github.com/runspired))
56
-
57
- #### :rocket: Enhancement
58
-
59
- * [#9530](https://github.com/warp-drive-data/warp-drive/pull/9530) feat: <:idle> state for Requests ([@runspired](https://github.com/runspired))
60
- * [#9503](https://github.com/warp-drive-data/warp-drive/pull/9503) feat: request deduping & <Request /> invalidate subscriptions ([@runspired](https://github.com/runspired))
61
-
62
- #### :bug: Bug Fix
63
-
64
- * [#9530](https://github.com/warp-drive-data/warp-drive/pull/9530) feat: <:idle> state for Requests ([@runspired](https://github.com/runspired))
65
-
66
- #### :house: Internal
67
-
68
- * [#9759](https://github.com/warp-drive-data/warp-drive/pull/9759) chore: Improve contributing experience ([@runspired](https://github.com/runspired))
69
- * [#9758](https://github.com/warp-drive-data/warp-drive/pull/9758) chore: update contributing docs ([@runspired](https://github.com/runspired))
70
- * [#9752](https://github.com/warp-drive-data/warp-drive/pull/9752) chore: tooling upgrades to support WarpDrive package unification ([@runspired](https://github.com/runspired))
71
- * [#9705](https://github.com/warp-drive-data/warp-drive/pull/9705) chore: make diagnostic shutdown safer, use bun for holodeck server ([@runspired](https://github.com/runspired))
72
- * [#9699](https://github.com/warp-drive-data/warp-drive/pull/9699) chore: update to pnpm 10 ([@runspired](https://github.com/runspired))
73
- * [#9629](https://github.com/warp-drive-data/warp-drive/pull/9629) fix: restore * versions and setup publish to not overwrite them ([@runspired](https://github.com/runspired))
74
- * [#9620](https://github.com/warp-drive-data/warp-drive/pull/9620) Starwars ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
75
- * [#9543](https://github.com/warp-drive-data/warp-drive/pull/9543) Improvement: Setting Up The Project ([@leoeuclids](https://github.com/leoeuclids))
76
-
77
- #### Committers: (3)
78
-
79
- Chris Thoburn ([@runspired](https://github.com/runspired))
80
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
81
- Leo Euclides ([@leoeuclids](https://github.com/leoeuclids))
82
-
83
- ## v0.0.0-alpha.71 (2024-06-15)
84
-
85
- #### :memo: Documentation
86
-
87
- * [#9328](https://github.com/warp-drive-data/warp-drive/pull/9328) chore: update READMEs with status and dist tag info ([@runspired](https://github.com/runspired))
88
-
89
- #### :rocket: Enhancement
90
-
91
- * [#9471](https://github.com/warp-drive-data/warp-drive/pull/9471) feat: npx warp-drive ([@runspired](https://github.com/runspired))
92
- * [#9366](https://github.com/warp-drive-data/warp-drive/pull/9366) feat: typed Model ([@runspired](https://github.com/runspired))
93
- * [#9260](https://github.com/warp-drive-data/warp-drive/pull/9260) feat: ember specific data utils ([@runspired](https://github.com/runspired))
94
-
95
- #### :bug: Bug Fix
96
-
97
- * [#9383](https://github.com/warp-drive-data/warp-drive/pull/9383) fix: ensure cache-handler clones full errors ([@runspired](https://github.com/runspired))
98
-
99
- #### :house: Internal
100
-
101
- * [#9292](https://github.com/warp-drive-data/warp-drive/pull/9292) feat: add new build-config package ([@runspired](https://github.com/runspired))
102
-
103
- #### Committers: (1)
104
-
105
- Chris Thoburn ([@runspired](https://github.com/runspired))
106
-
107
- For the full project changelog see [https://github.com/warp-drive-data/warp-drive/blob/main/CHANGELOG.md](https://github.com/warp-drive-data/warp-drive/blob/main/CHANGELOG.md)
108
-
109
- ## v0.0.0-alpha.9 (2024-02-24)
110
-
111
- #### :rocket: Enhancement
112
-
113
- * [#8921](https://github.com/warp-drive-data/warp-drive/pull/8921) feat: Improved Fetch Errors ([@runspired](https://github.com/runspired))
114
-
115
- #### :house: Internal
116
-
117
- * [#9125](https://github.com/warp-drive-data/warp-drive/pull/9125) Configure ESLint for test packages ([@gitKrystan](https://github.com/gitKrystan))
118
- * [#8994](https://github.com/warp-drive-data/warp-drive/pull/8994) chore: fix recursive pnpm on node 18.18 ([@runspired](https://github.com/runspired))
119
- * [#9084](https://github.com/warp-drive-data/warp-drive/pull/9084) Add import types ([@gitKrystan](https://github.com/gitKrystan))
120
- * [#8989](https://github.com/warp-drive-data/warp-drive/pull/8989) chore(private): concurrent mode ([@runspired](https://github.com/runspired))
121
- * [#9058](https://github.com/warp-drive-data/warp-drive/pull/9058) Switch from eslint-plugin-prettier to running prettier directly ([@gitKrystan](https://github.com/gitKrystan))
122
- * [#9057](https://github.com/warp-drive-data/warp-drive/pull/9057) Add eslint-plugin-n to eslint config for node files ([@gitKrystan](https://github.com/gitKrystan))
123
- * [#9055](https://github.com/warp-drive-data/warp-drive/pull/9055) Fix ESLint for VSCode ([@gitKrystan](https://github.com/gitKrystan))
124
- * [#9051](https://github.com/warp-drive-data/warp-drive/pull/9051) chore: use references for tsc, add checks to schema-record, bun to run scripts ([@runspired](https://github.com/runspired))
125
- * [#9032](https://github.com/warp-drive-data/warp-drive/pull/9032) chore(types): split out lint and type commands to be per-package ([@runspired](https://github.com/runspired))
126
- * [#9050](https://github.com/warp-drive-data/warp-drive/pull/9050) chore: use composite mode for tsc ([@runspired](https://github.com/runspired))
127
- * [#9049](https://github.com/warp-drive-data/warp-drive/pull/9049) chore: incremental tsc builds ([@runspired](https://github.com/runspired))
128
- * [#9046](https://github.com/warp-drive-data/warp-drive/pull/9046) chore: reduce number of things turbo builds for build ([@runspired](https://github.com/runspired))
129
- * [#9025](https://github.com/warp-drive-data/warp-drive/pull/9025) chore: reconfigure request package type location ([@runspired](https://github.com/runspired))
130
- * [#8972](https://github.com/warp-drive-data/warp-drive/pull/8972) chore: use new test runner for request tests ([@runspired](https://github.com/runspired))
131
- * [#8931](https://github.com/warp-drive-data/warp-drive/pull/8931) chore: package infra for schema-record ([@runspired](https://github.com/runspired))
132
- * [#8912](https://github.com/warp-drive-data/warp-drive/pull/8912) chore: docs for holodeck ([@runspired](https://github.com/runspired))
133
- * [#8906](https://github.com/warp-drive-data/warp-drive/pull/8906) feat: expand mock-server capabilities, add to main tests ([@runspired](https://github.com/runspired))
134
-
135
- #### Committers: (2)
136
-
137
- Chris Thoburn ([@runspired](https://github.com/runspired))
138
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
139
-