@namiml/web-sdk 3.3.9-dev.202603182019 → 3.3.9-dev.202603191358
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/nami/index.d.ts +1 -0
- package/dist/nami-web.cjs +25 -25
- package/dist/nami-web.mjs +25 -25
- package/dist/nami-web.umd.js +33 -33
- package/dist/utils/const.d.ts +1 -1
- package/package.json +1 -1
package/dist/nami/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare class Nami {
|
|
|
5
5
|
static instance: Nami;
|
|
6
6
|
get isInitialized(): boolean;
|
|
7
7
|
static sdkVersion(): string;
|
|
8
|
+
static sdkPackageVersion(): string;
|
|
8
9
|
/**
|
|
9
10
|
* Configures and initializes the SDK.
|
|
10
11
|
* This method must be called as the first thing before interacting with the SDK.
|