@junobuild/core 1.0.1 → 1.0.2
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/browser/index.js +1 -1
- package/dist/browser/index.js.map +3 -3
- package/dist/declarations/satellite/satellite.did.d.ts +34 -3
- package/dist/declarations/satellite/satellite.factory.certified.did.js +35 -4
- package/dist/declarations/satellite/satellite.factory.did.js +35 -4
- package/dist/declarations/satellite/satellite.factory.did.mjs +35 -4
- package/dist/declarations/sputnik/sputnik.did.d.ts +34 -3
- package/dist/declarations/sputnik/sputnik.factory.certified.did.js +35 -4
- package/dist/declarations/sputnik/sputnik.factory.did.js +35 -4
- package/dist/node/index.mjs +1 -1
- package/dist/node/index.mjs.map +3 -3
- package/package.json +1 -1
- package/dist/types/tests/mocks/mocks.d.ts +0 -23
package/package.json
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { Identity } from '@dfinity/agent';
|
|
2
|
-
import { Principal } from '@dfinity/principal';
|
|
3
|
-
import type { User } from '../../types/auth';
|
|
4
|
-
export declare const mockUserIdText = "xlmdg-vkosz-ceopx-7wtgu-g3xmd-koiyc-awqaq-7modz-zf6r6-364rh-oqe";
|
|
5
|
-
export declare const mockUserIdPrincipal: Principal;
|
|
6
|
-
export declare const mockSatelliteId = "jx5yt-yyaaa-aaaal-abzbq-cai";
|
|
7
|
-
export declare const mockIdentity: Identity;
|
|
8
|
-
export declare const mockUser: User;
|
|
9
|
-
export declare const mockSatellite: {
|
|
10
|
-
identity: Identity;
|
|
11
|
-
satelliteId: string;
|
|
12
|
-
container: boolean;
|
|
13
|
-
};
|
|
14
|
-
export declare const mockReadOptions: {
|
|
15
|
-
options: {
|
|
16
|
-
certified: boolean;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export declare const mockUpdateOptions: {
|
|
20
|
-
options: {
|
|
21
|
-
certified: true;
|
|
22
|
-
};
|
|
23
|
-
};
|