tsondb 0.6.0 → 0.6.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.
@@ -12,6 +12,7 @@ export * from "./types/primitives/DateType.ts";
12
12
  export * from "./types/primitives/FloatType.ts";
13
13
  export * from "./types/primitives/IntegerType.ts";
14
14
  export * from "./types/primitives/StringType.ts";
15
+ export * from "./types/references/ChildEntitiesType.ts";
15
16
  export * from "./types/references/IncludeIdentifierType.ts";
16
17
  export * from "./types/references/NestedEntityMapType.ts";
17
18
  export * from "./types/references/ReferenceIdentifierType.ts";
@@ -12,6 +12,7 @@ export * from "./types/primitives/DateType.js";
12
12
  export * from "./types/primitives/FloatType.js";
13
13
  export * from "./types/primitives/IntegerType.js";
14
14
  export * from "./types/primitives/StringType.js";
15
+ export * from "./types/references/ChildEntitiesType.js";
15
16
  export * from "./types/references/IncludeIdentifierType.js";
16
17
  export * from "./types/references/NestedEntityMapType.js";
17
18
  export * from "./types/references/ReferenceIdentifierType.js";
@@ -1,3 +1,2 @@
1
1
  import type { FunctionComponent } from "preact";
2
- import type { DialogHTMLAttributes } from "preact/compat";
3
- export declare const ModalDialog: FunctionComponent<DialogHTMLAttributes>;
2
+ export declare const ModalDialog: FunctionComponent<preact.DialogHTMLAttributes>;
@@ -1,3 +1,2 @@
1
1
  import type { FunctionalComponent } from "preact";
2
- import type { SelectHTMLAttributes } from "preact/compat";
3
- export declare const Select: FunctionalComponent<SelectHTMLAttributes>;
2
+ export declare const Select: FunctionalComponent<preact.SelectHTMLAttributes>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsondb",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Lukas Obermann",
@@ -32,26 +32,26 @@
32
32
  "release:sign": "commit-and-tag-version --sign --signoff"
33
33
  },
34
34
  "devDependencies": {
35
- "@eslint/js": "^9.35.0",
35
+ "@eslint/js": "^9.36.0",
36
36
  "@types/debug": "^4.1.12",
37
37
  "@types/express": "^5.0.3",
38
- "@types/node": "^24.3.1",
38
+ "@types/node": "^24.6.2",
39
39
  "commit-and-tag-version": "^12.6.0",
40
- "eslint": "^9.35.0",
40
+ "eslint": "^9.36.0",
41
41
  "eslint-plugin-react": "^7.37.5",
42
- "eslint-plugin-react-hooks": "^5.2.0",
43
- "globals": "^16.3.0",
42
+ "eslint-plugin-react-hooks": "^6.1.0",
43
+ "globals": "^16.4.0",
44
44
  "prettier": "^3.6.2",
45
- "tsx": "^4.20.5",
46
- "typescript": "^5.9.2",
47
- "typescript-eslint": "^8.43.0"
45
+ "tsx": "^4.20.6",
46
+ "typescript": "^5.9.3",
47
+ "typescript-eslint": "^8.45.0"
48
48
  },
49
49
  "dependencies": {
50
- "debug": "^4.4.1",
50
+ "debug": "^4.4.3",
51
51
  "express": "^5.1.0",
52
- "preact": "^10.27.1",
53
- "preact-iso": "^2.10.0",
54
- "simple-cli-args": "^0.1.2",
52
+ "preact": "^10.27.2",
53
+ "preact-iso": "^2.11.0",
54
+ "simple-cli-args": "^0.1.3",
55
55
  "simple-git": "^3.28.0",
56
56
  "uuid": "^13.0.0"
57
57
  },