@makeswift/hono-react 0.2.0-canary.6 → 0.2.0-canary.7

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.
@@ -18,15 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var client_exports = {};
20
20
  __export(client_exports, {
21
- Makeswift: () => Makeswift
21
+ Makeswift: () => import_unstable_framework_support.MakeswiftClient
22
22
  });
23
23
  module.exports = __toCommonJS(client_exports);
24
24
  var import_unstable_framework_support = require("@makeswift/runtime/unstable-framework-support");
25
- class Makeswift extends import_unstable_framework_support.MakeswiftClient {
26
- fetchOptions(_siteVersion) {
27
- return {};
28
- }
29
- }
30
25
  // Annotate the CommonJS export names for ESM import in node:
31
26
  0 && (module.exports = {
32
27
  Makeswift
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/client.ts"],"sourcesContent":["import { type SiteVersion, MakeswiftClient } from '@makeswift/runtime/unstable-framework-support'\n\nexport class Makeswift extends MakeswiftClient {\n fetchOptions(_siteVersion: SiteVersion | null): Record<string, unknown> {\n return {}\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wCAAkD;AAE3C,MAAM,kBAAkB,kDAAgB;AAAA,EAC7C,aAAa,cAA2D;AACtE,WAAO,CAAC;AAAA,EACV;AACF;","names":[]}
1
+ {"version":3,"sources":["../../src/client.ts"],"sourcesContent":["export { MakeswiftClient as Makeswift } from '@makeswift/runtime/unstable-framework-support'\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wCAA6C;","names":[]}
@@ -1,10 +1,5 @@
1
1
  import { MakeswiftClient } from "@makeswift/runtime/unstable-framework-support";
2
- class Makeswift extends MakeswiftClient {
3
- fetchOptions(_siteVersion) {
4
- return {};
5
- }
6
- }
7
2
  export {
8
- Makeswift
3
+ MakeswiftClient as Makeswift
9
4
  };
10
5
  //# sourceMappingURL=client.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/client.ts"],"sourcesContent":["import { type SiteVersion, MakeswiftClient } from '@makeswift/runtime/unstable-framework-support'\n\nexport class Makeswift extends MakeswiftClient {\n fetchOptions(_siteVersion: SiteVersion | null): Record<string, unknown> {\n return {}\n }\n}\n"],"mappings":"AAAA,SAA2B,uBAAuB;AAE3C,MAAM,kBAAkB,gBAAgB;AAAA,EAC7C,aAAa,cAA2D;AACtE,WAAO,CAAC;AAAA,EACV;AACF;","names":[]}
1
+ {"version":3,"sources":["../../src/client.ts"],"sourcesContent":["export { MakeswiftClient as Makeswift } from '@makeswift/runtime/unstable-framework-support'\n"],"mappings":"AAAA,SAA4B,uBAAiB;","names":[]}
@@ -1,5 +1,2 @@
1
- import { type SiteVersion, MakeswiftClient } from '@makeswift/runtime/unstable-framework-support';
2
- export declare class Makeswift extends MakeswiftClient {
3
- fetchOptions(_siteVersion: SiteVersion | null): Record<string, unknown>;
4
- }
1
+ export { MakeswiftClient as Makeswift } from '@makeswift/runtime/unstable-framework-support';
5
2
  //# sourceMappingURL=client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAA;AAEjG,qBAAa,SAAU,SAAQ,eAAe;IAC5C,YAAY,CAAC,YAAY,EAAE,WAAW,GAAG,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAGxE"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,IAAI,SAAS,EAAE,MAAM,+CAA+C,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makeswift/hono-react",
3
- "version": "0.2.0-canary.6",
3
+ "version": "0.2.0-canary.7",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "url": "makeswift/makeswift",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "cookie": "^1.0.2",
36
- "@makeswift/runtime": "0.28.7-canary.5"
36
+ "@makeswift/runtime": "0.28.7-canary.6"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@types/react": "^19.0.0",