@tanstack/redact 0.0.4 → 0.0.6

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/src/vite/index.ts CHANGED
@@ -164,6 +164,7 @@ const ALIASES: Record<string, string> = {
164
164
  // React drop-in shim targets. Subpaths first.
165
165
  'react/jsx-runtime': '@tanstack/redact/jsx-runtime',
166
166
  'react/jsx-dev-runtime': '@tanstack/redact/jsx-dev-runtime',
167
+ 'react/compiler-runtime': '@tanstack/redact/compiler-runtime',
167
168
  'react-dom/client': '@tanstack/redact/dom-client',
168
169
  'react-dom/server': '@tanstack/redact/server',
169
170
  'react-dom/test-utils': '@tanstack/redact/dom-test-utils',
@@ -180,6 +181,7 @@ const ALIASES: Record<string, string> = {
180
181
  // Subpaths first here too.
181
182
  '@tanstack/redact/jsx-runtime': '@tanstack/redact/jsx-runtime',
182
183
  '@tanstack/redact/jsx-dev-runtime': '@tanstack/redact/jsx-dev-runtime',
184
+ '@tanstack/redact/compiler-runtime': '@tanstack/redact/compiler-runtime',
183
185
  '@tanstack/redact/dom-client': '@tanstack/redact/dom-client',
184
186
  '@tanstack/redact/dom-test-utils': '@tanstack/redact/dom-test-utils',
185
187
  '@tanstack/redact/server': '@tanstack/redact/server',