@prestizni-software/client-dem 0.2.4 → 0.2.5

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.2.5](https://github.com/Prestizni-Software/client-dem/compare/v0.2.4...v0.2.5) (2025-11-06)
6
+
5
7
  ### [0.2.4](https://github.com/Prestizni-Software/client-dem/compare/v0.2.3...v0.2.4) (2025-11-06)
6
8
 
7
9
  ### [0.2.3](https://github.com/Prestizni-Software/client-dem/compare/v0.2.2...v0.2.3) (2025-11-04)
package/CommonTypes.ts CHANGED
@@ -3,7 +3,7 @@ import { Socket as SocketClient } from "socket.io-client";
3
3
  import { ObjectId } from "bson";
4
4
  import { AutoUpdated } from "./AutoUpdatedClientObjectClass.js";
5
5
 
6
- export type Ref<T extends Constructor<any>> = T & { _id: string } | string | AutoUpdated<T>;
6
+ export type Ref<T> = string | (T extends Constructor<any> ? AutoUpdated<T> : (T & { _id: string }));
7
7
  export type LoggersTypeInternal = LoggersType & {
8
8
  warn: (...args: any[]) => void;
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prestizni-software/client-dem",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "An solution for when making http requests is not a good solution",
5
5
  "keywords": [
6
6
  "websockets"