mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
chore: export selfappbuilder (#1092)
This commit is contained in:
@@ -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 };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@selfxyz/qrcode",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/selfxyz/self"
|
||||
|
||||
Reference in New Issue
Block a user