entropic-bond 1.50.4 → 1.50.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.
@@ -181,7 +181,7 @@ export declare class Persistent {
181
181
  }
182
182
  type CollectionPathCallback = (value: Persistent, prop: PersistentProperty) => string;
183
183
  type ValidatorFunction<T extends Persistent, P extends ClassPropNames<T>> = (value: T[P], property: PersistentProperty, persistentInstance: T) => boolean;
184
- interface PersistentProperty {
184
+ export interface PersistentProperty {
185
185
  name: string;
186
186
  isReference?: boolean;
187
187
  isPureReference?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "entropic-bond",
3
3
  "type": "module",
4
- "version": "1.50.4",
4
+ "version": "1.50.5",
5
5
  "description": "Tidy up your messy components",
6
6
  "main": "./lib/entropic-bond.umd.cjs",
7
7
  "module": "./lib/entropic-bond.js",
@@ -56,12 +56,12 @@
56
56
  "@semantic-release/changelog": "^6.0.3",
57
57
  "@semantic-release/git": "^10.0.1",
58
58
  "@type-challenges/utils": "^0.1.1",
59
- "@types/node": "^20.11.16",
59
+ "@types/node": "^20.11.17",
60
60
  "@types/uuid": "^9.0.8",
61
61
  "git-branch-is": "^4.0.0",
62
62
  "husky": "^9.0.10",
63
- "semantic-release": "^23.0.0",
64
- "typedoc": "^0.25.7",
63
+ "semantic-release": "^23.0.2",
64
+ "typedoc": "^0.25.8",
65
65
  "typedoc-plugin-markdown": "^3.17.1",
66
66
  "typescript": "^5.3.3",
67
67
  "vite-plugin-dts": "^3.7.2",