@elliemae/ds-tree-model 3.52.1 → 3.53.0-alpha.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.
@@ -1,4 +1,3 @@
1
- /// <reference types="prop-types" />
2
1
  import { type ValidationMap } from '@elliemae/ds-props-helpers';
3
2
  import type { AddOptions, MoveOptions, MutateOptions, OverloadedItem, RemoveOptions } from '../../types.js';
4
3
  import type { Node } from '../../Node.js';
@@ -51,5 +50,5 @@ export declare namespace UseArraishAsDSTreeT {
51
50
  getRestoredTree: () => UseArraishAsDSTreeT.FirstParameter[];
52
51
  }
53
52
  }
54
- export declare const UseArraishAsDSTreePropTypes: (import("prop-types").Validator<UseArraishAsDSTreeT.FirstParameter> | undefined)[];
53
+ export declare const UseArraishAsDSTreePropTypes: ValidationMap<Array<UseArraishAsDSTreeT.FirstParameter>>;
55
54
  export declare const UseArraishAsDSTreeReturnType: ValidationMap<unknown>;
@@ -1,4 +1,3 @@
1
- /// <reference types="prop-types" />
2
1
  import { type ValidationMap } from '@elliemae/ds-props-helpers';
3
2
  import type { Node } from './Node.js';
4
3
  import type { AddOptions, AnyObjectWithoutReservedKeys as AnyObjectWithoutReservedKeysToRexport, Item as ItemToRexport, MoveOptions, MutateOptions, RemoveOptions } from './types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tree-model",
3
- "version": "3.52.1",
3
+ "version": "3.53.0-alpha.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tree Model",
6
6
  "files": [
@@ -40,12 +40,12 @@
40
40
  "typeSafety": true
41
41
  },
42
42
  "dependencies": {
43
- "@elliemae/ds-props-helpers": "3.52.1"
43
+ "@elliemae/ds-props-helpers": "3.53.0-alpha.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@elliemae/pui-cli": "9.0.0-next.63",
46
+ "@elliemae/pui-cli": "9.0.0-next.65",
47
47
  "jest": "~29.7.0",
48
- "@elliemae/ds-monorepo-devops": "3.52.1"
48
+ "@elliemae/ds-monorepo-devops": "3.53.0-alpha.2"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "lodash-es": "^4.17.21",