@vlayer/sdk 0.1.0-nightly-20241016-2d34385 → 0.1.0-nightly-20241016-82138b7
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/package.json +1 -1
- package/src/api/lib/types/ethereum.ts +2 -1
- package/src/api/lib/types/webProofProvider.ts +1 -1
- package/src/api/webProof/providers/extension.ts +1 -1
- package/src/api/webProof/steps/expectUrl.ts +1 -1
- package/src/api/webProof/steps/notarize.ts +1 -1
- package/src/api/webProof/steps/startPage.ts +1 -1
- package/tsconfig.json +1 -3
- /package/{web-proof-commons → src/web-proof-commons}/index.ts +0 -0
- /package/{web-proof-commons → src/web-proof-commons}/types/message.ts +0 -0
- /package/{web-proof-commons → src/web-proof-commons}/types/webProof.ts +0 -0
- /package/{web-proof-commons → src/web-proof-commons}/utils.ts +0 -0
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
ExtensionMessageType,
|
|
11
11
|
type MessageToExtension,
|
|
12
12
|
WebProof,
|
|
13
|
-
} from "
|
|
13
|
+
} from "../../../web-proof-commons";
|
|
14
14
|
|
|
15
15
|
// NOTE @types/chrome and webextension-polyfill work only in the extension context
|
|
16
16
|
// and looks that there is no community driven package providing typings for chrome.runtime
|
package/tsconfig.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|