@junobuild/core-peer 0.1.10 → 0.1.11

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.
@@ -4,6 +4,6 @@ import type { IDL } from '@dfinity/candid';
4
4
  import type { _SERVICE as SatelliteActor } from '../../declarations/satellite/satellite.did';
5
5
  import type { Satellite } from '../types/satellite.types';
6
6
  export declare const getSatelliteActor: (satellite: Satellite) => Promise<SatelliteActor>;
7
- export declare const getSatelliteExtendedActor: <T = Record<string, ActorMethod<unknown[], unknown>>>({ idlFactory, ...rest }: Satellite & {
7
+ export declare const getSatelliteExtendedActor: <T = Record<string, ActorMethod>>({ idlFactory, ...rest }: Satellite & {
8
8
  idlFactory: IDL.InterfaceFactory;
9
9
  }) => Promise<ActorSubclass<T>>;
@@ -2,7 +2,7 @@ import type { ActorSubclass } from '@dfinity/agent';
2
2
  import type { ActorMethod } from '@dfinity/agent/lib/esm/actor';
3
3
  import type { IDL } from '@dfinity/candid';
4
4
  import type { SatelliteOptions } from '../types/satellite.types';
5
- export declare const getSatelliteExtendedActor: <T = Record<string, ActorMethod<unknown[], unknown>>>({ idlFactory, satellite }: {
5
+ export declare const getSatelliteExtendedActor: <T = Record<string, ActorMethod>>({ idlFactory, satellite }: {
6
6
  idlFactory: IDL.InterfaceFactory;
7
7
  satellite?: SatelliteOptions;
8
8
  }) => Promise<ActorSubclass<T>>;
@@ -1,4 +1,4 @@
1
- import { ExcludeDate } from './utility.types';
1
+ import type { ExcludeDate } from './utility.types';
2
2
  /**
3
3
  * Represents a document stored in a collection.
4
4
  * @template D - The type of data contained in the document.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/core-peer",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "JavaScript core client for Juno minus DFINITY agent-js dependencies",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",