astro-tractstack 2.0.45 → 2.0.46

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/dist/index.js CHANGED
@@ -150,12 +150,6 @@ async function w(t, e, c) {
150
150
  ),
151
151
  dest: "src/components/compositor/nodes/Pane_layout.tsx"
152
152
  },
153
- {
154
- src: t(
155
- "../templates/src/components/codehooks/SandboxAuthWrapper.tsx"
156
- ),
157
- dest: "src/components/codehooks/SandboxAuthWrapper.tsx"
158
- },
159
153
  {
160
154
  src: t(
161
155
  "../templates/src/components/codehooks/SandboxRegisterForm.tsx"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-tractstack",
3
- "version": "2.0.45",
3
+ "version": "2.0.46",
4
4
  "description": "Astro integration for TractStack - redeeming the web from boring experiences",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,6 @@ import StoryKeepToolBar from '@/components/edit/ToolBar';
12
12
  import StoryKeepToolMode from '@/components/edit/ToolMode';
13
13
  import SettingsPanel from '@/components/edit/SettingsPanel';
14
14
  import { Compositor } from '@/components/compositor/Compositor';
15
- import SandboxAuthWrapper from '@/components/codehooks/SandboxAuthWrapper.tsx';
16
15
  import { preHealthCheck } from '@/utils/backend';
17
16
 
18
17
  if (!import.meta.env.PRIVATE_SANDBOX_SECRET) {
@@ -63,8 +62,6 @@ const hasProfile = Astro.request.headers
63
62
  isStoryKeep={true}
64
63
  isEditor={true}
65
64
  >
66
- <SandboxAuthWrapper client:load isServerSideAuthenticated={!!hasProfile} />
67
-
68
65
  <CodeHook
69
66
  target="get-tractstack"
70
67
  options={{
@@ -151,12 +151,6 @@ export async function injectTemplateFiles(
151
151
  ),
152
152
  dest: 'src/components/compositor/nodes/Pane_layout.tsx',
153
153
  },
154
- {
155
- src: resolve(
156
- '../templates/src/components/codehooks/SandboxAuthWrapper.tsx'
157
- ),
158
- dest: 'src/components/codehooks/SandboxAuthWrapper.tsx',
159
- },
160
154
  {
161
155
  src: resolve(
162
156
  '../templates/src/components/codehooks/SandboxRegisterForm.tsx'