@tstdl/base 0.82.16 → 0.82.17

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.
@@ -1,4 +1,4 @@
1
- import type { ApiClient } from "../../api/client";
1
+ import type { ApiClientImplementation } from "../../api";
2
2
  import type { AuthenticationApiDefinition } from '../authentication.api';
3
- export declare const AUTHENTICATION_API_CLIENT: import("../../container").InjectionToken<ApiClient<AuthenticationApiDefinition<any, any>>, any>;
3
+ export declare const AUTHENTICATION_API_CLIENT: import("../../container").InjectionToken<ApiClientImplementation<AuthenticationApiDefinition<any, any>>, any>;
4
4
  export declare const INITIAL_AUTHENTICATION_DATA: import("../../container").InjectionToken<unknown, any>;
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.INITIAL_AUTHENTICATION_DATA = exports.AUTHENTICATION_API_CLIENT = void 0;
4
4
  const container_1 = require("../../container");
5
+ const api_client_1 = require("./api.client");
5
6
  exports.AUTHENTICATION_API_CLIENT = (0, container_1.injectionToken)('AUTHENTICATION_API_CLIENT');
6
7
  exports.INITIAL_AUTHENTICATION_DATA = (0, container_1.injectionToken)('INITIAL_AUTHENTICATION_DATA');
8
+ container_1.container.registerSingleton(exports.AUTHENTICATION_API_CLIENT, { useToken: api_client_1.AuthenticationApiClient });
7
9
  //# sourceMappingURL=tokens.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../source/authentication/client/tokens.ts"],"names":[],"mappings":";;;AACA,+CAA6C;AAGhC,QAAA,yBAAyB,GAAG,IAAA,0BAAc,EAAmD,2BAA2B,CAAC,CAAC;AAE1H,QAAA,2BAA2B,GAAG,IAAA,0BAAc,EAAC,6BAA6B,CAAC,CAAC"}
1
+ {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../source/authentication/client/tokens.ts"],"names":[],"mappings":";;;AACA,+CAAwD;AAExD,6CAAuD;AAE1C,QAAA,yBAAyB,GAAG,IAAA,0BAAc,EAAiE,2BAA2B,CAAC,CAAC;AAExI,QAAA,2BAA2B,GAAG,IAAA,0BAAc,EAAC,6BAA6B,CAAC,CAAC;AAEzF,qBAAS,CAAC,iBAAiB,CAAC,iCAAyB,EAAE,EAAE,QAAQ,EAAE,oCAAuB,EAAE,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.82.16",
3
+ "version": "0.82.17",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"