oxidejs 0.1.1 → 0.1.3

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.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { a as useEnv, i as useCtx, n as unpluginFactory, o as useFetchCtx, r as vite, s as useRequest, t as oxidejs } from "./src-B03PPyx9.mjs";
1
+ import { a as useEnv, i as useCtx, n as unpluginFactory, o as useFetchCtx, r as vite, s as useRequest, t as oxidejs } from "./src--FRHkJgc.mjs";
2
2
  export { oxidejs as default, oxidejs, unpluginFactory, useCtx, useEnv, useFetchCtx, useRequest, vite };
package/dist/rsbuild.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as oxidejs } from "./src-B03PPyx9.mjs";
1
+ import { t as oxidejs } from "./src--FRHkJgc.mjs";
2
2
  //#region src/rsbuild.ts
3
3
  var rsbuild_default = oxidejs.rsbuild;
4
4
  //#endregion
@@ -500,12 +500,12 @@ function applyViteEnvironments(config, opts) {
500
500
  resolve: celld ? {
501
501
  conditions: ["worker"],
502
502
  noExternal: true
503
- } : { noExternal: true },
503
+ } : { noExternal: ["tacho"] },
504
504
  ssr: celld ? {
505
505
  target: "webworker",
506
506
  noExternal: true,
507
507
  external: [/^cloudflare:/]
508
- } : { noExternal: true }
508
+ } : { noExternal: ["tacho"] }
509
509
  };
510
510
  config.build ??= {};
511
511
  if (opts.hasClient) {
package/dist/vite.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as oxidejs } from "./src-B03PPyx9.mjs";
1
+ import { t as oxidejs } from "./src--FRHkJgc.mjs";
2
2
  //#region src/vite.ts
3
3
  var vite_default = oxidejs.vite;
4
4
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxidejs",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Vite/Rsbuild plugin. One build → dist/server.js + optional client. Server actions via *.server.ts.",
5
5
  "keywords": [
6
6
  "cloudflare",