@makeswift/hono-react 0.1.2-canary.0 → 0.1.2-canary.1
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/cjs/index.js +4 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -25,7 +25,8 @@ __export(src_exports, {
|
|
|
25
25
|
ReactRuntimeProvider: () => import_unstable_framework_support.RuntimeProvider,
|
|
26
26
|
RootStyleRegistry: () => import_root_style_registry.ReactRootStyleRegistry,
|
|
27
27
|
Slot: () => import_unstable_framework_support.Slot,
|
|
28
|
-
Unstable_GoogleFontLink: () => import_unstable_framework_support.GoogleFontLink
|
|
28
|
+
Unstable_GoogleFontLink: () => import_unstable_framework_support.GoogleFontLink,
|
|
29
|
+
Unstable_MakeswiftFonts: () => import_unstable_framework_support.MakeswiftFonts
|
|
29
30
|
});
|
|
30
31
|
module.exports = __toCommonJS(src_exports);
|
|
31
32
|
var import_unstable_framework_support = require("@makeswift/runtime/unstable-framework-support");
|
|
@@ -41,6 +42,7 @@ var import_runtime = require("./runtime");
|
|
|
41
42
|
ReactRuntimeProvider,
|
|
42
43
|
RootStyleRegistry,
|
|
43
44
|
Slot,
|
|
44
|
-
Unstable_GoogleFontLink
|
|
45
|
+
Unstable_GoogleFontLink,
|
|
46
|
+
Unstable_MakeswiftFonts
|
|
45
47
|
});
|
|
46
48
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export {\n type SiteVersion,\n MakeswiftComponent,\n Page,\n Slot,\n RuntimeProvider as ReactRuntimeProvider,\n GoogleFontLink as Unstable_GoogleFontLink,\n} from '@makeswift/runtime/unstable-framework-support'\n\nexport { Makeswift } from './client'\nexport { ReactRootStyleRegistry as RootStyleRegistry } from './root-style-registry'\nexport { HonoReactRuntime as ReactRuntime } from './runtime'\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export {\n type SiteVersion,\n MakeswiftComponent,\n Page,\n Slot,\n RuntimeProvider as ReactRuntimeProvider,\n GoogleFontLink as Unstable_GoogleFontLink,\n MakeswiftFonts as Unstable_MakeswiftFonts,\n} from '@makeswift/runtime/unstable-framework-support'\n\nexport { Makeswift } from './client'\nexport { ReactRootStyleRegistry as RootStyleRegistry } from './root-style-registry'\nexport { HonoReactRuntime as ReactRuntime } from './runtime'\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wCAQO;AAEP,oBAA0B;AAC1B,iCAA4D;AAC5D,qBAAiD;","names":[]}
|
package/dist/esm/index.js
CHANGED
|
@@ -3,7 +3,8 @@ import {
|
|
|
3
3
|
Page,
|
|
4
4
|
Slot,
|
|
5
5
|
RuntimeProvider,
|
|
6
|
-
GoogleFontLink
|
|
6
|
+
GoogleFontLink,
|
|
7
|
+
MakeswiftFonts
|
|
7
8
|
} from "@makeswift/runtime/unstable-framework-support";
|
|
8
9
|
import { Makeswift } from "./client";
|
|
9
10
|
import { ReactRootStyleRegistry } from "./root-style-registry";
|
|
@@ -16,6 +17,7 @@ export {
|
|
|
16
17
|
RuntimeProvider as ReactRuntimeProvider,
|
|
17
18
|
ReactRootStyleRegistry as RootStyleRegistry,
|
|
18
19
|
Slot,
|
|
19
|
-
GoogleFontLink as Unstable_GoogleFontLink
|
|
20
|
+
GoogleFontLink as Unstable_GoogleFontLink,
|
|
21
|
+
MakeswiftFonts as Unstable_MakeswiftFonts
|
|
20
22
|
};
|
|
21
23
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export {\n type SiteVersion,\n MakeswiftComponent,\n Page,\n Slot,\n RuntimeProvider as ReactRuntimeProvider,\n GoogleFontLink as Unstable_GoogleFontLink,\n} from '@makeswift/runtime/unstable-framework-support'\n\nexport { Makeswift } from './client'\nexport { ReactRootStyleRegistry as RootStyleRegistry } from './root-style-registry'\nexport { HonoReactRuntime as ReactRuntime } from './runtime'\n"],"mappings":"AAAA;AAAA,EAEE;AAAA,EACA;AAAA,EACA;AAAA,EACmB;AAAA,EACD;AAAA,OACb;AAEP,SAAS,iBAAiB;AAC1B,SAAmC,8BAAyB;AAC5D,SAA6B,wBAAoB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export {\n type SiteVersion,\n MakeswiftComponent,\n Page,\n Slot,\n RuntimeProvider as ReactRuntimeProvider,\n GoogleFontLink as Unstable_GoogleFontLink,\n MakeswiftFonts as Unstable_MakeswiftFonts,\n} from '@makeswift/runtime/unstable-framework-support'\n\nexport { Makeswift } from './client'\nexport { ReactRootStyleRegistry as RootStyleRegistry } from './root-style-registry'\nexport { HonoReactRuntime as ReactRuntime } from './runtime'\n"],"mappings":"AAAA;AAAA,EAEE;AAAA,EACA;AAAA,EACA;AAAA,EACmB;AAAA,EACD;AAAA,EACA;AAAA,OACb;AAEP,SAAS,iBAAiB;AAC1B,SAAmC,8BAAyB;AAC5D,SAA6B,wBAAoB;","names":[]}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { type SiteVersion, MakeswiftComponent, Page, Slot, RuntimeProvider as ReactRuntimeProvider, GoogleFontLink as Unstable_GoogleFontLink, } from '@makeswift/runtime/unstable-framework-support';
|
|
1
|
+
export { type SiteVersion, MakeswiftComponent, Page, Slot, RuntimeProvider as ReactRuntimeProvider, GoogleFontLink as Unstable_GoogleFontLink, MakeswiftFonts as Unstable_MakeswiftFonts, } from '@makeswift/runtime/unstable-framework-support';
|
|
2
2
|
export { Makeswift } from './client';
|
|
3
3
|
export { ReactRootStyleRegistry as RootStyleRegistry } from './root-style-registry';
|
|
4
4
|
export { HonoReactRuntime as ReactRuntime } from './runtime';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,WAAW,EAChB,kBAAkB,EAClB,IAAI,EACJ,IAAI,EACJ,eAAe,IAAI,oBAAoB,EACvC,cAAc,IAAI,uBAAuB,GAC1C,MAAM,+CAA+C,CAAA;AAEtD,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,EAAE,sBAAsB,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AACnF,OAAO,EAAE,gBAAgB,IAAI,YAAY,EAAE,MAAM,WAAW,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,WAAW,EAChB,kBAAkB,EAClB,IAAI,EACJ,IAAI,EACJ,eAAe,IAAI,oBAAoB,EACvC,cAAc,IAAI,uBAAuB,EACzC,cAAc,IAAI,uBAAuB,GAC1C,MAAM,+CAA+C,CAAA;AAEtD,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,EAAE,sBAAsB,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AACnF,OAAO,EAAE,gBAAgB,IAAI,YAAY,EAAE,MAAM,WAAW,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@makeswift/hono-react",
|
|
3
|
-
"version": "0.1.2-canary.
|
|
3
|
+
"version": "0.1.2-canary.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "makeswift/makeswift",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"cookie": "^1.0.2",
|
|
31
|
-
"@makeswift/runtime": "0.28.0-canary.
|
|
31
|
+
"@makeswift/runtime": "0.28.0-canary.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^19.0.0",
|