@junobuild/functions 0.2.4 → 0.2.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/functions",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "JavaScript and TypeScript utilities for Juno Serverless Functions",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",
@@ -1,4 +0,0 @@
1
- import { Principal } from '@dfinity/principal';
2
- export declare const mockUserIdText = "xlmdg-vkosz-ceopx-7wtgu-g3xmd-koiyc-awqaq-7modz-zf6r6-364rh-oqe";
3
- export declare const mockUserIdPrincipal: Principal;
4
- export declare const mockRawUserId: Uint8Array<ArrayBufferLike>;
@@ -1,2 +0,0 @@
1
- import { Principal } from '@dfinity/principal';
2
- export declare const mockCanisterId: Principal;