chore: export selfappbuilder (#1092)

This commit is contained in:
Nesopie
2025-09-18 16:44:53 +05:30
committed by GitHub
parent b21df03b5d
commit b0ae194584
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import type { SelfApp } from '@selfxyz/common';
import { countries } from '@selfxyz/common';
import { countries, SelfAppBuilder } from '@selfxyz/common';
import { SelfQRcode, SelfQRcodeWrapper } from './components/SelfQRcode.js';
import type { WebAppInfo } from './utils/websocket.js';
@@ -9,3 +9,4 @@ export type { WebAppInfo };
export { SelfQRcode, SelfQRcodeWrapper };
export { countries };
export { SelfAppBuilder };

View File

@@ -1,6 +1,6 @@
{
"name": "@selfxyz/qrcode",
"version": "1.0.12",
"version": "1.0.13",
"repository": {
"type": "git",
"url": "https://github.com/selfxyz/self"