@warp-drive-mirror/schema-record 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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,210 @@
1
+ # @warp-drive-mirror/schema-record 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
+ #### :memo: Documentation
16
+
17
+ * [#10097](https://github.com/warp-drive-data/warp-drive/pull/10097) Fix `[Checkout]` typing in documentation ([@mkszepp](https://github.com/mkszepp))
18
+
19
+ #### :rocket: Enhancement
20
+
21
+ * [#10059](https://github.com/warp-drive-data/warp-drive/pull/10059) feat: support defaultValue for SchemaObject and SchemaArray fields ([@runspired](https://github.com/runspired))
22
+
23
+ #### :house: Internal
24
+
25
+ * [#10130](https://github.com/warp-drive-data/warp-drive/pull/10130) chore: bump pnpm version ([@runspired](https://github.com/runspired))
26
+ * [#10124](https://github.com/warp-drive-data/warp-drive/pull/10124) chore: mark a few types as private ([@runspired](https://github.com/runspired))
27
+
28
+ #### Committers: (2)
29
+
30
+ Markus Sanin ([@mkszepp](https://github.com/mkszepp))
31
+ Chris Thoburn ([@runspired](https://github.com/runspired))
32
+
33
+ ## v5.6.0 (2025-07-01)
34
+
35
+ #### :memo: Documentation
36
+
37
+ * [#10016](https://github.com/warp-drive-data/warp-drive/pull/10016) docs: cleanup structure and organization, update package references ([@runspired](https://github.com/runspired))
38
+ * [#9995](https://github.com/warp-drive-data/warp-drive/pull/9995) docs: add docs for Checkout, instantiateRecord, teardownRecorod ([@richgt](https://github.com/richgt))
39
+ * [#9991](https://github.com/warp-drive-data/warp-drive/pull/9991) chore: improve output of typedoc ([@runspired](https://github.com/runspired))
40
+ * [#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))
41
+
42
+ #### :rocket: Enhancement
43
+
44
+ * [#10011](https://github.com/warp-drive-data/warp-drive/pull/10011) feat: @warp-drive-mirror/core/build-config ([@runspired](https://github.com/runspired))
45
+ * [#10010](https://github.com/warp-drive-data/warp-drive/pull/10010) feat: @warp-drive-mirror/core/reactive ([@runspired](https://github.com/runspired))
46
+ * [#10005](https://github.com/warp-drive-data/warp-drive/pull/10005) feat: @warp-drive-mirror/legacy ([@runspired](https://github.com/runspired))
47
+
48
+ #### :house: Internal
49
+
50
+ * [#10042](https://github.com/warp-drive-data/warp-drive/pull/10042) chore: upgrade to vite7 ([@runspired](https://github.com/runspired))
51
+ * [#10040](https://github.com/warp-drive-data/warp-drive/pull/10040) chore: isolated declarations ([@runspired](https://github.com/runspired))
52
+ * [#10039](https://github.com/warp-drive-data/warp-drive/pull/10039) chore: bump pnpm ([@runspired](https://github.com/runspired))
53
+
54
+ #### Committers: (2)
55
+
56
+ Chris Thoburn ([@runspired](https://github.com/runspired))
57
+ Rich Glazerman ([@richgt](https://github.com/richgt))
58
+
59
+ ## v5.5.0 (2025-05-08)
60
+
61
+ #### :memo: Documentation
62
+
63
+ * [#9975](https://github.com/warp-drive-data/warp-drive/pull/9975) types: fixup PolarisMode schema types to check better ([@runspired](https://github.com/runspired))
64
+ * [#9971](https://github.com/warp-drive-data/warp-drive/pull/9971) docs: add more documentation and type utils around LegacyMode and potential migration paths ([@runspired](https://github.com/runspired))
65
+
66
+ #### :rocket: Enhancement
67
+
68
+ * [#9971](https://github.com/warp-drive-data/warp-drive/pull/9971) docs: add more documentation and type utils around LegacyMode and potential migration paths ([@runspired](https://github.com/runspired))
69
+ * [#9968](https://github.com/warp-drive-data/warp-drive/pull/9968) feat: unlock universal 🌌 ([@runspired](https://github.com/runspired))
70
+ * [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
71
+
72
+ #### :bug: Bug Fix
73
+
74
+ * [#9962](https://github.com/warp-drive-data/warp-drive/pull/9962) fix: enable mutation to work as expected ([@runspired](https://github.com/runspired))
75
+ * [#9960](https://github.com/warp-drive-data/warp-drive/pull/9960) fix: enable trait registration and fix ManyArray mutation on polaris mode records ([@runspired](https://github.com/runspired))
76
+
77
+ #### :house: Internal
78
+
79
+ * [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
80
+
81
+ #### Committers: (1)
82
+
83
+ Chris Thoburn ([@runspired](https://github.com/runspired))
84
+
85
+ ## v5.4.0 (2025-04-11)
86
+
87
+ #### :memo: Documentation
88
+
89
+ * [#9783](https://github.com/warp-drive-data/warp-drive/pull/9783) docs: expand field docs ([@runspired](https://github.com/runspired))
90
+ * [#9781](https://github.com/warp-drive-data/warp-drive/pull/9781) docs: improve schema-record documentation ([@runspired](https://github.com/runspired))
91
+ * [#9777](https://github.com/warp-drive-data/warp-drive/pull/9777) docs: update overviews with recent library improvements ([@runspired](https://github.com/runspired))
92
+ * [#9694](https://github.com/warp-drive-data/warp-drive/pull/9694) docs: small cleanup for SchemaRecord intro ([@runspired](https://github.com/runspired))
93
+ * [#9690](https://github.com/warp-drive-data/warp-drive/pull/9690) chore: fixup SchemaRecord readme ([@runspired](https://github.com/runspired))
94
+ * [#9586](https://github.com/warp-drive-data/warp-drive/pull/9586) Fix `until` in deprecation warning `ember-data:schema-service-updates` (must be 6.0 instead of 5.0) ([@mkszepp](https://github.com/mkszepp))
95
+
96
+ #### :rocket: Enhancement
97
+
98
+ * [#9884](https://github.com/warp-drive-data/warp-drive/pull/9884) feat: cache patch operations for relationships and documents ([@runspired](https://github.com/runspired))
99
+ * [#9896](https://github.com/warp-drive-data/warp-drive/pull/9896) feat: whoa debugging ([@runspired](https://github.com/runspired))
100
+ * [#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))
101
+ * [#9768](https://github.com/warp-drive-data/warp-drive/pull/9768) feat: ensure objects behave amazeballs ([@runspired](https://github.com/runspired))
102
+ * [#9766](https://github.com/warp-drive-data/warp-drive/pull/9766) feat: improve debuggability of SchemaRecord, RecordArray and Identifier ([@runspired](https://github.com/runspired))
103
+ * [#9757](https://github.com/warp-drive-data/warp-drive/pull/9757) feat: schema type utils ([@runspired](https://github.com/runspired))
104
+ * [#9676](https://github.com/warp-drive-data/warp-drive/pull/9676) Feat: hasMany linksMode ([@leoeuclids](https://github.com/leoeuclids))
105
+ * [#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))
106
+ * [#9585](https://github.com/warp-drive-data/warp-drive/pull/9585) chore: stub out linksMode work ([@runspired](https://github.com/runspired))
107
+ * [#9540](https://github.com/warp-drive-data/warp-drive/pull/9540) fix: ensure SchemaRecord immutability ([@runspired](https://github.com/runspired))
108
+ * [#9538](https://github.com/warp-drive-data/warp-drive/pull/9538) pass editable and legacy through to ManagedObject and ManagedArray ([@richgt](https://github.com/richgt))
109
+ * [#9531](https://github.com/warp-drive-data/warp-drive/pull/9531) feat: adds AliasField to allowed schema fields ([@runspired](https://github.com/runspired))
110
+
111
+ #### :bug: Bug Fix
112
+
113
+ * [#9592](https://github.com/warp-drive-data/warp-drive/pull/9592) fix: add ember-source as explicit peer-dep for use of @ember/debug ([@runspired](https://github.com/runspired))
114
+ * [#9531](https://github.com/warp-drive-data/warp-drive/pull/9531) feat: adds AliasField to allowed schema fields ([@runspired](https://github.com/runspired))
115
+
116
+ #### :house: Internal
117
+
118
+ * [#9780](https://github.com/warp-drive-data/warp-drive/pull/9780) chore: bump @glimmer/component ([@runspired](https://github.com/runspired))
119
+ * [#9759](https://github.com/warp-drive-data/warp-drive/pull/9759) chore: Improve contributing experience ([@runspired](https://github.com/runspired))
120
+ * [#9752](https://github.com/warp-drive-data/warp-drive/pull/9752) chore: tooling upgrades to support WarpDrive package unification ([@runspired](https://github.com/runspired))
121
+ * [#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))
122
+ * [#9699](https://github.com/warp-drive-data/warp-drive/pull/9699) chore: update to pnpm 10 ([@runspired](https://github.com/runspired))
123
+ * [#9697](https://github.com/warp-drive-data/warp-drive/pull/9697) chore: [BREAKING to prior alpha/betas] prepare SchemaRecord for stable, lockdown exports ([@runspired](https://github.com/runspired))
124
+ * [#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))
125
+ * [#9620](https://github.com/warp-drive-data/warp-drive/pull/9620) Starwars ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
126
+ * [#9596](https://github.com/warp-drive-data/warp-drive/pull/9596) chore: Remove unused `--report-unused-disable-directives` flag ([@gitKrystan](https://github.com/gitKrystan))
127
+
128
+ #### Committers: (6)
129
+
130
+ Chris Thoburn ([@runspired](https://github.com/runspired))
131
+ Markus Sanin ([@mkszepp](https://github.com/mkszepp))
132
+ Leo Euclides ([@leoeuclids](https://github.com/leoeuclids))
133
+ Rich Glazerman ([@richgt](https://github.com/richgt))
134
+ [@NullVoxPopuli](https://github.com/NullVoxPopuli)
135
+ Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
136
+
137
+ ## v0.0.0-alpha.71 (2024-06-15)
138
+
139
+ #### :memo: Documentation
140
+
141
+ * [#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))
142
+
143
+ #### :rocket: Enhancement
144
+
145
+ * [#9471](https://github.com/warp-drive-data/warp-drive/pull/9471) feat: npx warp-drive ([@runspired](https://github.com/runspired))
146
+ * [#9467](https://github.com/warp-drive-data/warp-drive/pull/9467) feat: implement schema-object for schema-record ([@richgt](https://github.com/richgt))
147
+ * [#9468](https://github.com/warp-drive-data/warp-drive/pull/9468) feat: string utils 🌌 ([@runspired](https://github.com/runspired))
148
+ * [#9466](https://github.com/warp-drive-data/warp-drive/pull/9466) feat: make @id editable and reactive ([@runspired](https://github.com/runspired))
149
+ * [#9465](https://github.com/warp-drive-data/warp-drive/pull/9465) feat: implement edit & create cases for legacy relationships ([@runspired](https://github.com/runspired))
150
+ * [#9464](https://github.com/warp-drive-data/warp-drive/pull/9464) feat: implement support for legacy hasMany and belongsTo relationship reads ([@runspired](https://github.com/runspired))
151
+ * [#9407](https://github.com/warp-drive-data/warp-drive/pull/9407) feat: v2 addons ([@runspired](https://github.com/runspired))
152
+ * [#9453](https://github.com/warp-drive-data/warp-drive/pull/9453) feat: update SchemaService to reflect RFC updates ([@runspired](https://github.com/runspired))
153
+ * [#9448](https://github.com/warp-drive-data/warp-drive/pull/9448) feat: impl SchemaService RFC ([@runspired](https://github.com/runspired))
154
+ * [#9366](https://github.com/warp-drive-data/warp-drive/pull/9366) feat: typed Model ([@runspired](https://github.com/runspired))
155
+ * [#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))
156
+ * [#9277](https://github.com/warp-drive-data/warp-drive/pull/9277) feat: implement managed object for schemaRecord ([@richgt](https://github.com/richgt))
157
+ * [#9260](https://github.com/warp-drive-data/warp-drive/pull/9260) feat: ember specific data utils ([@runspired](https://github.com/runspired))
158
+ * [#9240](https://github.com/warp-drive-data/warp-drive/pull/9240) feat: implement managed array for schemaRecord ([@richgt](https://github.com/richgt))
159
+ * [#9244](https://github.com/warp-drive-data/warp-drive/pull/9244) feat: improves consumer-facing store types ([@runspired](https://github.com/runspired))
160
+
161
+ #### :bug: Bug Fix
162
+
163
+ * [#9459](https://github.com/warp-drive-data/warp-drive/pull/9459) fix: ensure cachehandler responses are cast to documents ([@runspired](https://github.com/runspired))
164
+ * [#9265](https://github.com/warp-drive-data/warp-drive/pull/9265) feat: Improve config handling for polyfillUUID ([@MehulKChaudhari](https://github.com/MehulKChaudhari))
165
+
166
+ #### :house: Internal
167
+
168
+ * [#9292](https://github.com/warp-drive-data/warp-drive/pull/9292) feat: add new build-config package ([@runspired](https://github.com/runspired))
169
+ * [#9370](https://github.com/warp-drive-data/warp-drive/pull/9370) chore: rename macros ([@runspired](https://github.com/runspired))
170
+
171
+ #### Committers: (3)
172
+
173
+ Chris Thoburn ([@runspired](https://github.com/runspired))
174
+ Rich Glazerman ([@richgt](https://github.com/richgt))
175
+ Mehul Kiran Chaudhari ([@MehulKChaudhari](https://github.com/MehulKChaudhari))
176
+
177
+ 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)
178
+
179
+ ## v0.0.0-alpha.9 (2024-02-24)
180
+
181
+ #### :rocket: Enhancement
182
+
183
+ * [#9220](https://github.com/warp-drive-data/warp-drive/pull/9220) feat: request infra improvements ([@runspired](https://github.com/runspired))
184
+ * [#9094](https://github.com/warp-drive-data/warp-drive/pull/9094) feat: support legacy attribute behaviors in SchemaRecord ([@gitKrystan](https://github.com/gitKrystan))
185
+ * [#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))
186
+ * [#8949](https://github.com/warp-drive-data/warp-drive/pull/8949) feat:prepare for universal reactivity ([@runspired](https://github.com/runspired))
187
+ * [#8948](https://github.com/warp-drive-data/warp-drive/pull/8948) feat(private): reactive simple fields ([@runspired](https://github.com/runspired))
188
+ * [#8946](https://github.com/warp-drive-data/warp-drive/pull/8946) feat (private): implement resource relationships for SchemaRecord ([@runspired](https://github.com/runspired))
189
+ * [#8939](https://github.com/warp-drive-data/warp-drive/pull/8939) feat (private): implement support for derivations in schema-record ([@runspired](https://github.com/runspired))
190
+ * [#8935](https://github.com/warp-drive-data/warp-drive/pull/8935) feat: (private) implement basic field support for schema-record ([@runspired](https://github.com/runspired))
191
+
192
+ #### :house: Internal
193
+
194
+ * [#9110](https://github.com/warp-drive-data/warp-drive/pull/9110) Stricter typescript-eslint config ([@gitKrystan](https://github.com/gitKrystan))
195
+ * [#9093](https://github.com/warp-drive-data/warp-drive/pull/9093) feat(internal): implement legacy mode toggle ([@runspired](https://github.com/runspired))
196
+ * [#9085](https://github.com/warp-drive-data/warp-drive/pull/9085) Add type-checking to tests/warp-drive__schema-record ([@gitKrystan](https://github.com/gitKrystan))
197
+ * [#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))
198
+ * [#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))
199
+ * [#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))
200
+ * [#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))
201
+ * [#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))
202
+ * [#9029](https://github.com/warp-drive-data/warp-drive/pull/9029) chore: add @warp-drive-mirror/core as home for shared code ([@runspired](https://github.com/runspired))
203
+ * [#9025](https://github.com/warp-drive-data/warp-drive/pull/9025) chore: reconfigure request package type location ([@runspired](https://github.com/runspired))
204
+ * [#8931](https://github.com/warp-drive-data/warp-drive/pull/8931) chore: package infra for schema-record ([@runspired](https://github.com/runspired))
205
+
206
+ #### Committers: (2)
207
+
208
+ Chris Thoburn ([@runspired](https://github.com/runspired))
209
+ Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
210
+
@@ -0,0 +1,2 @@
1
+ import { Context } from "@warp-drive-mirror/core/reactive/-private";
2
+ export { Context };
package/dist/-private.js CHANGED
@@ -1 +1,3 @@
1
- export { Context } from '@warp-drive-mirror/core/reactive/-private';
1
+ import { Context } from "@warp-drive-mirror/core/reactive/-private";
2
+
3
+ export { Context };
@@ -0,0 +1,2 @@
1
+ import { Checkout, ReactiveResource as SchemaRecord, SchemaService, Transformation, fromIdentity, instantiateRecord, registerDerivations, teardownRecord, withDefaults } from "@warp-drive-mirror/core/reactive";
2
+ export { Checkout, type SchemaRecord, SchemaService, type Transformation, fromIdentity, instantiateRecord, registerDerivations, teardownRecord, withDefaults };
package/dist/index.js CHANGED
@@ -1 +1,3 @@
1
- export { Checkout, SchemaService, fromIdentity, instantiateRecord, registerDerivations, teardownRecord, withDefaults } from '@warp-drive-mirror/core/reactive';
1
+ import { Checkout, SchemaService, fromIdentity, instantiateRecord, registerDerivations, teardownRecord, withDefaults } from "@warp-drive-mirror/core/reactive";
2
+
3
+ export { Checkout, SchemaService, fromIdentity, instantiateRecord, registerDerivations, teardownRecord, withDefaults };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/schema-record",
3
- "version": "5.9.0-beta.1",
3
+ "version": "5.9.0-beta.2",
4
4
  "description": "(Legacy) Schema Driven Resource Presentation for WarpDrive and EmberData",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -22,8 +22,8 @@
22
22
  "dist",
23
23
  "README.md",
24
24
  "LICENSE.md",
25
- "unstable-preview-types",
26
- "logos"
25
+ "logos",
26
+ "unstable-preview-types"
27
27
  ],
28
28
  "exports": {
29
29
  ".": {
@@ -38,22 +38,20 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@embroider/macros": "^1.20.6",
41
- "@warp-drive-mirror/core": "5.9.0-beta.1"
41
+ "@warp-drive-mirror/core": "5.9.0-beta.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@babel/core": "^7.28.3",
45
- "@babel/plugin-transform-typescript": "^7.28.0",
46
- "@babel/preset-env": "^7.28.3",
47
- "@babel/preset-typescript": "^7.27.1",
48
- "@warp-drive/internal-config": "5.9.0-beta.1",
49
- "vite": "^7.3.1"
44
+ "@babel/core": "^7.29.7",
45
+ "@babel/plugin-transform-typescript": "^7.29.7",
46
+ "@babel/preset-env": "^7.29.7",
47
+ "@babel/preset-typescript": "^7.29.7",
48
+ "@warp-drive/internal-config": "5.9.0-beta.2",
49
+ "tsdown": "^0.22.14",
50
+ "typescript-7": "npm:typescript@7.1.0-dev.20260828.1"
50
51
  },
51
52
  "ember": {
52
53
  "edition": "octane"
53
54
  },
54
- "volta": {
55
- "extends": "../../../../../../package.json"
56
- },
57
55
  "typesVersions": {
58
56
  "*": {
59
57
  "unstable-preview-types": [
@@ -62,9 +60,9 @@
62
60
  }
63
61
  },
64
62
  "scripts": {
65
- "lint": "eslint . --quiet --cache --cache-strategy=content",
66
- "build:pkg": "vite build",
63
+ "check:types": "node ./node_modules/typescript-7/bin/tsc --noEmit",
64
+ "build:pkg": "node node_modules/tsdown/dist/run.mjs",
67
65
  "sync": "echo \"syncing\"",
68
- "start": "vite"
66
+ "start": "node node_modules/tsdown/dist/run.mjs --watch"
69
67
  }
70
68
  }
@@ -1,4 +1,4 @@
1
1
  declare module '@warp-drive-mirror/schema-record/-private' {
2
- export { Context } from "@warp-drive-mirror/core/reactive/-private";
3
-
2
+ import { Context } from "@warp-drive-mirror/core/reactive/-private";
3
+ export { Context };
4
4
  }
@@ -1,9 +1,5 @@
1
1
  /// <reference path="./-private.d.ts" />
2
2
  declare module '@warp-drive-mirror/schema-record' {
3
- /**
4
- * @module
5
- * @mergeModuleWith <project>
6
- */
7
- export { instantiateRecord, teardownRecord, type Transformation, SchemaService, withDefaults, fromIdentity, registerDerivations, type ReactiveResource as SchemaRecord, Checkout } from "@warp-drive-mirror/core/reactive";
8
-
3
+ import { Checkout, ReactiveResource as SchemaRecord, SchemaService, Transformation, fromIdentity, instantiateRecord, registerDerivations, teardownRecord, withDefaults } from "@warp-drive-mirror/core/reactive";
4
+ export { Checkout, type SchemaRecord, SchemaService, type Transformation, fromIdentity, instantiateRecord, registerDerivations, teardownRecord, withDefaults };
9
5
  }