@warp-drive/core-types 5.9.0-beta.1 → 5.9.0-beta.2

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 (68) hide show
  1. package/CHANGELOG.md +185 -0
  2. package/dist/-private.d.ts +1 -0
  3. package/dist/-private.js +1 -1
  4. package/dist/cache/aliases.d.ts +1 -0
  5. package/dist/cache/aliases.js +0 -1
  6. package/dist/cache/change.d.ts +1 -0
  7. package/dist/cache/change.js +0 -1
  8. package/dist/cache/mutations.d.ts +1 -0
  9. package/dist/cache/mutations.js +0 -1
  10. package/dist/cache/operations.d.ts +1 -0
  11. package/dist/cache/operations.js +0 -1
  12. package/dist/cache/relationship.d.ts +1 -0
  13. package/dist/cache/relationship.js +0 -1
  14. package/dist/cache.d.ts +1 -0
  15. package/dist/cache.js +0 -1
  16. package/dist/graph.d.ts +1 -0
  17. package/dist/graph.js +0 -1
  18. package/dist/identifier.d.ts +1 -0
  19. package/dist/identifier.js +1 -1
  20. package/dist/index.d.ts +1 -0
  21. package/dist/index.js +0 -1
  22. package/dist/json/raw.d.ts +1 -0
  23. package/dist/json/raw.js +0 -1
  24. package/dist/params.d.ts +1 -0
  25. package/dist/params.js +0 -1
  26. package/dist/record.d.ts +1 -0
  27. package/dist/record.js +1 -1
  28. package/dist/request.d.ts +1 -0
  29. package/dist/request.js +1 -1
  30. package/dist/runtime.d.ts +1 -0
  31. package/dist/runtime.js +1 -1
  32. package/dist/schema/concepts.d.ts +1 -0
  33. package/dist/schema/concepts.js +0 -1
  34. package/dist/schema/fields.d.ts +1 -0
  35. package/dist/schema/fields.js +1 -1
  36. package/dist/spec/document.d.ts +1 -0
  37. package/dist/spec/document.js +0 -1
  38. package/dist/spec/error.d.ts +1 -0
  39. package/dist/spec/error.js +0 -1
  40. package/dist/spec/json-api-raw.d.ts +1 -0
  41. package/dist/spec/json-api-raw.js +0 -1
  42. package/dist/symbols.d.ts +1 -0
  43. package/dist/symbols.js +1 -1
  44. package/dist/utils.d.ts +1 -0
  45. package/dist/utils.js +0 -1
  46. package/package.json +13 -16
  47. package/unstable-preview-types/-private.d.ts +0 -1
  48. package/unstable-preview-types/cache/aliases.d.ts +0 -1
  49. package/unstable-preview-types/cache/change.d.ts +0 -1
  50. package/unstable-preview-types/cache/mutations.d.ts +0 -1
  51. package/unstable-preview-types/cache/operations.d.ts +0 -1
  52. package/unstable-preview-types/cache/relationship.d.ts +0 -1
  53. package/unstable-preview-types/cache.d.ts +0 -1
  54. package/unstable-preview-types/graph.d.ts +0 -1
  55. package/unstable-preview-types/identifier.d.ts +0 -1
  56. package/unstable-preview-types/index.d.ts +13 -14
  57. package/unstable-preview-types/json/raw.d.ts +0 -1
  58. package/unstable-preview-types/params.d.ts +0 -1
  59. package/unstable-preview-types/record.d.ts +0 -1
  60. package/unstable-preview-types/request.d.ts +0 -1
  61. package/unstable-preview-types/runtime.d.ts +0 -1
  62. package/unstable-preview-types/schema/concepts.d.ts +0 -1
  63. package/unstable-preview-types/schema/fields.d.ts +0 -1
  64. package/unstable-preview-types/spec/document.d.ts +0 -1
  65. package/unstable-preview-types/spec/error.d.ts +0 -1
  66. package/unstable-preview-types/spec/json-api-raw.d.ts +0 -1
  67. package/unstable-preview-types/symbols.d.ts +0 -1
  68. package/unstable-preview-types/utils.d.ts +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,185 @@
1
+ # @warp-drive/core-types Changelog
2
+
3
+ ## v5.8.0 (2025-10-07)
4
+
5
+ #### :house: Internal
6
+
7
+ * [#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))
8
+
9
+ #### Committers: (1)
10
+
11
+ Chris Thoburn ([@runspired](https://github.com/runspired))
12
+
13
+ ## v5.7.0 (2025-08-26)
14
+
15
+ #### :house: Internal
16
+
17
+ * [#10130](https://github.com/warp-drive-data/warp-drive/pull/10130) chore: bump pnpm version ([@runspired](https://github.com/runspired))
18
+ * [#10129](https://github.com/warp-drive-data/warp-drive/pull/10129) chore: bump typescript to 5.9 ([@runspired](https://github.com/runspired))
19
+ * [#10124](https://github.com/warp-drive-data/warp-drive/pull/10124) chore: mark a few types as private ([@runspired](https://github.com/runspired))
20
+
21
+ #### Committers: (1)
22
+
23
+ Chris Thoburn ([@runspired](https://github.com/runspired))
24
+
25
+ ## v5.6.0 (2025-07-01)
26
+
27
+ #### :memo: Documentation
28
+
29
+ * [#9991](https://github.com/warp-drive-data/warp-drive/pull/9991) chore: improve output of typedoc ([@runspired](https://github.com/runspired))
30
+ * [#9989](https://github.com/warp-drive-data/warp-drive/pull/9989) [BREAKING] docs: integrate API docs to the new docs site ([@runspired](https://github.com/runspired))
31
+ * [#9987](https://github.com/warp-drive-data/warp-drive/pull/9987) docs: add more to the setup guide, add group icons and llm files, add ability to use ResourceKey and RequestKey as types ([@runspired](https://github.com/runspired))
32
+ * [#9983](https://github.com/warp-drive-data/warp-drive/pull/9983) feat: revamp guide, make builder typing easier ([@runspired](https://github.com/runspired))
33
+ * [#9940](https://github.com/warp-drive-data/warp-drive/pull/9940) feat: improved manual ([@runspired](https://github.com/runspired))
34
+
35
+ #### :rocket: Enhancement
36
+
37
+ * [#10011](https://github.com/warp-drive-data/warp-drive/pull/10011) feat: @warp-drive/core/build-config ([@runspired](https://github.com/runspired))
38
+
39
+ #### :house: Internal
40
+
41
+ * [#10042](https://github.com/warp-drive-data/warp-drive/pull/10042) chore: upgrade to vite7 ([@runspired](https://github.com/runspired))
42
+ * [#10040](https://github.com/warp-drive-data/warp-drive/pull/10040) chore: isolated declarations ([@runspired](https://github.com/runspired))
43
+ * [#10039](https://github.com/warp-drive-data/warp-drive/pull/10039) chore: bump pnpm ([@runspired](https://github.com/runspired))
44
+ * [#9994](https://github.com/warp-drive-data/warp-drive/pull/9994) chore: [@warp-drive/core] migrate @warp-drive/core-types @ember-data/request ([@runspired](https://github.com/runspired))
45
+
46
+ #### Committers: (1)
47
+
48
+ Chris Thoburn ([@runspired](https://github.com/runspired))
49
+
50
+ ## v5.5.0 (2025-05-08)
51
+
52
+ #### :memo: Documentation
53
+
54
+ * [#9975](https://github.com/warp-drive-data/warp-drive/pull/9975) types: fixup PolarisMode schema types to check better ([@runspired](https://github.com/runspired))
55
+
56
+ #### :rocket: Enhancement
57
+
58
+ * [#9977](https://github.com/warp-drive-data/warp-drive/pull/9977) feat: AutoCompress handler ([@runspired](https://github.com/runspired))
59
+ * [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
60
+
61
+ #### :house: Internal
62
+
63
+ * [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
64
+
65
+ #### Committers: (1)
66
+
67
+ Chris Thoburn ([@runspired](https://github.com/runspired))
68
+
69
+ ## v5.4.0 (2025-04-11)
70
+
71
+ #### :memo: Documentation
72
+
73
+ * [#9783](https://github.com/warp-drive-data/warp-drive/pull/9783) docs: expand field docs ([@runspired](https://github.com/runspired))
74
+ * [#9781](https://github.com/warp-drive-data/warp-drive/pull/9781) docs: improve schema-record documentation ([@runspired](https://github.com/runspired))
75
+ * [#9778](https://github.com/warp-drive-data/warp-drive/pull/9778) chore: improve contributing guidance for api documentation ([@runspired](https://github.com/runspired))
76
+
77
+ #### :rocket: Enhancement
78
+
79
+ * [#9884](https://github.com/warp-drive-data/warp-drive/pull/9884) feat: cache patch operations for relationships and documents ([@runspired](https://github.com/runspired))
80
+ * [#9883](https://github.com/warp-drive-data/warp-drive/pull/9883) feat: make documents react to cache updates ([@runspired](https://github.com/runspired))
81
+ * [#9769](https://github.com/warp-drive-data/warp-drive/pull/9769) chore: remove restriction on new field kinds being used with legacy mode ([@runspired](https://github.com/runspired))
82
+ * [#9766](https://github.com/warp-drive-data/warp-drive/pull/9766) feat: improve debuggability of SchemaRecord, RecordArray and Identifier ([@runspired](https://github.com/runspired))
83
+ * [#9757](https://github.com/warp-drive-data/warp-drive/pull/9757) feat: schema type utils ([@runspired](https://github.com/runspired))
84
+ * [#9686](https://github.com/warp-drive-data/warp-drive/pull/9686) feat: immutable records should show only remote state, make builder types more useful ([@runspired](https://github.com/runspired))
85
+ * [#9585](https://github.com/warp-drive-data/warp-drive/pull/9585) chore: stub out linksMode work ([@runspired](https://github.com/runspired))
86
+ * [#9531](https://github.com/warp-drive-data/warp-drive/pull/9531) feat: adds AliasField to allowed schema fields ([@runspired](https://github.com/runspired))
87
+ * [#8698](https://github.com/warp-drive-data/warp-drive/pull/8698) feat: DataWorker | robust cross-tab request deduplication and replay ([@runspired](https://github.com/runspired))
88
+
89
+ #### :bug: Bug Fix
90
+
91
+ * [#9785](https://github.com/warp-drive-data/warp-drive/pull/9785) Handle case when sessionStorage is blocked ([@eth3lbert](https://github.com/eth3lbert))
92
+ * [#9689](https://github.com/warp-drive-data/warp-drive/pull/9689) Fix: support all known http methods ([@runspired](https://github.com/runspired))
93
+ * [#9583](https://github.com/warp-drive-data/warp-drive/pull/9583) feat|doc|fix: cleanup includes story ([@runspired](https://github.com/runspired))
94
+ * [#9531](https://github.com/warp-drive-data/warp-drive/pull/9531) feat: adds AliasField to allowed schema fields ([@runspired](https://github.com/runspired))
95
+
96
+ #### :house: Internal
97
+
98
+ * [#9759](https://github.com/warp-drive-data/warp-drive/pull/9759) chore: Improve contributing experience ([@runspired](https://github.com/runspired))
99
+ * [#9752](https://github.com/warp-drive-data/warp-drive/pull/9752) chore: tooling upgrades to support WarpDrive package unification ([@runspired](https://github.com/runspired))
100
+ * [#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))
101
+ * [#9699](https://github.com/warp-drive-data/warp-drive/pull/9699) chore: update to pnpm 10 ([@runspired](https://github.com/runspired))
102
+ * [#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))
103
+ * [#9620](https://github.com/warp-drive-data/warp-drive/pull/9620) Starwars ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
104
+ * [#9596](https://github.com/warp-drive-data/warp-drive/pull/9596) chore: Remove unused `--report-unused-disable-directives` flag ([@gitKrystan](https://github.com/gitKrystan))
105
+ * [#9494](https://github.com/warp-drive-data/warp-drive/pull/9494) Use vite's built-in package.json loading to inline names and versions ([@ef4](https://github.com/ef4))
106
+
107
+ #### Committers: (5)
108
+
109
+ Chris Thoburn ([@runspired](https://github.com/runspired))
110
+ [@eth3lbert](https://github.com/eth3lbert)
111
+ [@NullVoxPopuli](https://github.com/NullVoxPopuli)
112
+ Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
113
+ Edward Faulkner ([@ef4](https://github.com/ef4))
114
+
115
+ ## v0.0.0-alpha.71 (2024-06-15)
116
+
117
+ #### :memo: Documentation
118
+
119
+ * [#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))
120
+
121
+ #### :rocket: Enhancement
122
+
123
+ * [#9471](https://github.com/warp-drive-data/warp-drive/pull/9471) feat: npx warp-drive ([@runspired](https://github.com/runspired))
124
+ * [#9407](https://github.com/warp-drive-data/warp-drive/pull/9407) feat: v2 addons ([@runspired](https://github.com/runspired))
125
+ * [#9448](https://github.com/warp-drive-data/warp-drive/pull/9448) feat: impl SchemaService RFC ([@runspired](https://github.com/runspired))
126
+ * [#9444](https://github.com/warp-drive-data/warp-drive/pull/9444) feat: rename LifetimesService => CachePolicy for clarity ([@runspired](https://github.com/runspired))
127
+ * [#9443](https://github.com/warp-drive-data/warp-drive/pull/9443) feat: universal consts ([@runspired](https://github.com/runspired))
128
+ * [#9366](https://github.com/warp-drive-data/warp-drive/pull/9366) feat: typed Model ([@runspired](https://github.com/runspired))
129
+ * [#9359](https://github.com/warp-drive-data/warp-drive/pull/9359) feat: type checked builders and inferred request types from builders ([@runspired](https://github.com/runspired))
130
+ * [#9314](https://github.com/warp-drive-data/warp-drive/pull/9314) feat: improve lifetime handling of ad-hoc createRecord requests ([@runspired](https://github.com/runspired))
131
+ * [#9260](https://github.com/warp-drive-data/warp-drive/pull/9260) feat: ember specific data utils ([@runspired](https://github.com/runspired))
132
+ * [#9240](https://github.com/warp-drive-data/warp-drive/pull/9240) feat: implement managed array for schemaRecord ([@richgt](https://github.com/richgt))
133
+ * [#9245](https://github.com/warp-drive-data/warp-drive/pull/9245) feat: add consumer types for Model APIs ([@runspired](https://github.com/runspired))
134
+ * [#9244](https://github.com/warp-drive-data/warp-drive/pull/9244) feat: improves consumer-facing store types ([@runspired](https://github.com/runspired))
135
+
136
+ #### :bug: Bug Fix
137
+
138
+ * [#9265](https://github.com/warp-drive-data/warp-drive/pull/9265) feat: Improve config handling for polyfillUUID ([@MehulKChaudhari](https://github.com/MehulKChaudhari))
139
+
140
+ #### :house: Internal
141
+
142
+ * [#9476](https://github.com/warp-drive-data/warp-drive/pull/9476) chore: cleanup symbol usage ([@runspired](https://github.com/runspired))
143
+ * [#9292](https://github.com/warp-drive-data/warp-drive/pull/9292) feat: add new build-config package ([@runspired](https://github.com/runspired))
144
+ * [#9399](https://github.com/warp-drive-data/warp-drive/pull/9399) types: limit traversal depth on include path generation ([@runspired](https://github.com/runspired))
145
+ * [#9279](https://github.com/warp-drive-data/warp-drive/pull/9279) types: branded transforms and improve types needed for serializers ([@runspired](https://github.com/runspired))
146
+
147
+ #### Committers: (3)
148
+
149
+ Chris Thoburn ([@runspired](https://github.com/runspired))
150
+ Rich Glazerman ([@richgt](https://github.com/richgt))
151
+ Mehul Kiran Chaudhari ([@MehulKChaudhari](https://github.com/MehulKChaudhari))
152
+
153
+ 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)
154
+
155
+ ## v0.0.0-alpha.9 (2024-02-24)
156
+
157
+ #### :memo: Documentation
158
+
159
+ * [#9161](https://github.com/warp-drive-data/warp-drive/pull/9161) docs: fix return signature of peekRequest ([@runspired](https://github.com/runspired))
160
+ * [#9072](https://github.com/warp-drive-data/warp-drive/pull/9072) feat: advanced JSON:API queries & basic request example ([@runspired](https://github.com/runspired))
161
+
162
+ #### :rocket: Enhancement
163
+
164
+ * [#9220](https://github.com/warp-drive-data/warp-drive/pull/9220) feat: request infra improvements ([@runspired](https://github.com/runspired))
165
+ * [#9095](https://github.com/warp-drive-data/warp-drive/pull/9095) feat (internal): support legacy model behaviors in SchemaRecord legacy mode ([@runspired](https://github.com/runspired))
166
+ * [#9072](https://github.com/warp-drive-data/warp-drive/pull/9072) feat: advanced JSON:API queries & basic request example ([@runspired](https://github.com/runspired))
167
+
168
+ #### :house: Internal
169
+
170
+ * [#9110](https://github.com/warp-drive-data/warp-drive/pull/9110) Stricter typescript-eslint config ([@gitKrystan](https://github.com/gitKrystan))
171
+ * [#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))
172
+ * [#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))
173
+ * [#9055](https://github.com/warp-drive-data/warp-drive/pull/9055) Fix ESLint for VSCode ([@gitKrystan](https://github.com/gitKrystan))
174
+ * [#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))
175
+ * [#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))
176
+ * [#9050](https://github.com/warp-drive-data/warp-drive/pull/9050) chore: use composite mode for tsc ([@runspired](https://github.com/runspired))
177
+ * [#9049](https://github.com/warp-drive-data/warp-drive/pull/9049) chore: incremental tsc builds ([@runspired](https://github.com/runspired))
178
+ * [#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))
179
+ * [#9029](https://github.com/warp-drive-data/warp-drive/pull/9029) chore: add @warp-drive/core as home for shared code ([@runspired](https://github.com/runspired))
180
+
181
+ #### Committers: (2)
182
+
183
+ Chris Thoburn ([@runspired](https://github.com/runspired))
184
+ Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
185
+
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/-private";
package/dist/-private.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/-private';
1
+ export * from "@warp-drive/core/types/-private"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/aliases";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/change";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/mutations";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/operations";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/relationship";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache";
package/dist/cache.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/graph";
package/dist/graph.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/identifier";
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/identifier';
1
+ export * from "@warp-drive/core/types/identifier"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types";
package/dist/index.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/json/raw";
package/dist/json/raw.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/params";
package/dist/params.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/record";
package/dist/record.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/record';
1
+ export * from "@warp-drive/core/types/record"
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/request";
package/dist/request.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/request';
1
+ export * from "@warp-drive/core/types/request"
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/runtime";
package/dist/runtime.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/runtime';
1
+ export * from "@warp-drive/core/types/runtime"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/schema/concepts";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/schema/fields";
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/schema/fields';
1
+ export * from "@warp-drive/core/types/schema/fields"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/spec/document";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/spec/error";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/spec/json-api-raw";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/symbols";
package/dist/symbols.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/symbols';
1
+ export * from "@warp-drive/core/types/symbols"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/utils";
package/dist/utils.js CHANGED
@@ -1 +0,0 @@
1
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive/core-types",
3
- "version": "5.9.0-beta.1",
3
+ "version": "5.9.0-beta.2",
4
4
  "description": "(Legacy) Core logic, utils and types for WarpDrive and EmberData",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -15,10 +15,10 @@
15
15
  "files": [
16
16
  "dist",
17
17
  "addon-main.cjs",
18
- "unstable-preview-types",
19
18
  "README.md",
20
19
  "LICENSE.md",
21
- "logos"
20
+ "logos",
21
+ "unstable-preview-types"
22
22
  ],
23
23
  "exports": {
24
24
  ".": {
@@ -33,18 +33,15 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@embroider/macros": "^1.20.6",
36
- "@warp-drive/core": "5.9.0-beta.1"
36
+ "@warp-drive/core": "5.9.0-beta.2"
37
37
  },
38
38
  "devDependencies": {
39
- "@babel/core": "^7.28.3",
40
- "@babel/plugin-transform-typescript": "^7.28.0",
41
- "@babel/preset-typescript": "^7.27.1",
42
- "@warp-drive/internal-config": "5.9.0-beta.1",
43
- "typescript": "^5.9.3",
44
- "vite": "^7.3.1"
45
- },
46
- "volta": {
47
- "extends": "../../package.json"
39
+ "@babel/core": "^7.29.7",
40
+ "@babel/plugin-transform-typescript": "^7.29.7",
41
+ "@babel/preset-typescript": "^7.29.7",
42
+ "@warp-drive/internal-config": "5.9.0-beta.2",
43
+ "tsdown": "^0.22.14",
44
+ "typescript-7": "npm:typescript@7.1.0-dev.20260828.1"
48
45
  },
49
46
  "ember-addon": {
50
47
  "main": "addon-main.cjs",
@@ -62,9 +59,9 @@
62
59
  }
63
60
  },
64
61
  "scripts": {
65
- "lint": "eslint . --quiet --cache --cache-strategy=content",
66
- "build:pkg": "vite build",
62
+ "check:types": "node ./node_modules/typescript-7/bin/tsc --noEmit",
63
+ "build:pkg": "node node_modules/tsdown/dist/run.mjs",
67
64
  "sync": "echo \"syncing\"",
68
- "start": "vite"
65
+ "start": "node node_modules/tsdown/dist/run.mjs --watch"
69
66
  }
70
67
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/-private' {
2
2
  export * from "@warp-drive/core/types/-private";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/aliases' {
2
2
  export type * from "@warp-drive/core/types/cache/aliases";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/change' {
2
2
  export type * from "@warp-drive/core/types/cache/change";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/mutations' {
2
2
  export type * from "@warp-drive/core/types/cache/mutations";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/operations' {
2
2
  export type * from "@warp-drive/core/types/cache/operations";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/relationship' {
2
2
  export type * from "@warp-drive/core/types/cache/relationship";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache' {
2
2
  export type * from "@warp-drive/core/types/cache";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/graph' {
2
2
  export type * from "@warp-drive/core/types/graph";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/identifier' {
2
2
  export * from "@warp-drive/core/types/identifier";
3
-
4
3
  }
@@ -1,25 +1,24 @@
1
- /// <reference path="./runtime.d.ts" />
1
+ /// <reference path="./-private.d.ts" />
2
2
  /// <reference path="./utils.d.ts" />
3
+ /// <reference path="./record.d.ts" />
4
+ /// <reference path="./symbols.d.ts" />
5
+ /// <reference path="./runtime.d.ts" />
3
6
  /// <reference path="./cache.d.ts" />
7
+ /// <reference path="./params.d.ts" />
8
+ /// <reference path="./identifier.d.ts" />
4
9
  /// <reference path="./request.d.ts" />
5
- /// <reference path="./symbols.d.ts" />
6
10
  /// <reference path="./graph.d.ts" />
7
- /// <reference path="./identifier.d.ts" />
8
- /// <reference path="./params.d.ts" />
9
- /// <reference path="./-private.d.ts" />
10
- /// <reference path="./record.d.ts" />
11
- /// <reference path="./spec/document.d.ts" />
12
- /// <reference path="./spec/json-api-raw.d.ts" />
13
- /// <reference path="./spec/error.d.ts" />
14
- /// <reference path="./schema/fields.d.ts" />
15
11
  /// <reference path="./schema/concepts.d.ts" />
12
+ /// <reference path="./schema/fields.d.ts" />
16
13
  /// <reference path="./json/raw.d.ts" />
17
- /// <reference path="./cache/mutations.d.ts" />
18
- /// <reference path="./cache/operations.d.ts" />
19
- /// <reference path="./cache/aliases.d.ts" />
14
+ /// <reference path="./spec/error.d.ts" />
15
+ /// <reference path="./spec/document.d.ts" />
16
+ /// <reference path="./spec/json-api-raw.d.ts" />
20
17
  /// <reference path="./cache/change.d.ts" />
21
18
  /// <reference path="./cache/relationship.d.ts" />
19
+ /// <reference path="./cache/operations.d.ts" />
20
+ /// <reference path="./cache/aliases.d.ts" />
21
+ /// <reference path="./cache/mutations.d.ts" />
22
22
  declare module '@warp-drive/core-types' {
23
23
  export type * from "@warp-drive/core/types";
24
-
25
24
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/json/raw' {
2
2
  export type * from "@warp-drive/core/types/json/raw";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/params' {
2
2
  export type * from "@warp-drive/core/types/params";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/record' {
2
2
  export * from "@warp-drive/core/types/record";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/request' {
2
2
  export * from "@warp-drive/core/types/request";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/runtime' {
2
2
  export * from "@warp-drive/core/types/runtime";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/schema/concepts' {
2
2
  export type * from "@warp-drive/core/types/schema/concepts";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/schema/fields' {
2
2
  export * from "@warp-drive/core/types/schema/fields";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/spec/document' {
2
2
  export type * from "@warp-drive/core/types/spec/document";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/spec/error' {
2
2
  export type * from "@warp-drive/core/types/spec/error";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/spec/json-api-raw' {
2
2
  export type * from "@warp-drive/core/types/spec/json-api-raw";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/symbols' {
2
2
  export * from "@warp-drive/core/types/symbols";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/utils' {
2
2
  export type * from "@warp-drive/core/types/utils";
3
-
4
3
  }