@timber-js/app 0.2.0-alpha.74 → 0.2.0-alpha.75

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
@@ -12261,10 +12261,7 @@ function timberShims(_ctx) {
12261
12261
  return resolve(PKG_ROOT, "src", "server", "internal.ts");
12262
12262
  }
12263
12263
  if (cleanId === "#client-internal") {
12264
- if (this.environment?.name === "client") return {
12265
- id: "@timber-js/app/client/internal",
12266
- external: false
12267
- };
12264
+ if (this.environment?.name === "client") return resolve(PKG_ROOT, "dist", "client", "internal.js");
12268
12265
  return resolve(PKG_ROOT, "src", "client", "internal.ts");
12269
12266
  }
12270
12267
  if (cleanId === "#routing") return resolve(PKG_ROOT, "src", "routing", "index.ts");
@@ -12273,7 +12270,7 @@ function timberShims(_ctx) {
12273
12270
  return resolve(PKG_ROOT, "src", "server", "internal.ts");
12274
12271
  }
12275
12272
  if (cleanId === "@timber-js/app/client/internal") {
12276
- if (this.environment?.name === "client") return null;
12273
+ if (this.environment?.name === "client") return resolve(PKG_ROOT, "dist", "client", "internal.js");
12277
12274
  return resolve(PKG_ROOT, "src", "client", "internal.ts");
12278
12275
  }
12279
12276
  if (cleanId === "@timber-js/app/server") {