@elliemae/ds-tree-model 3.48.1 → 3.48.2-next.0

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,3 +1,4 @@
1
+ /// <reference types="prop-types" />
1
2
  import type { AddOptions, MoveOptions, MutateOptions, OverloadedItem, RemoveOptions } from '../../types.js';
2
3
  import type { Node } from '../../Node.js';
3
4
  import type { DSTree } from '../../DSTree.js';
@@ -1,3 +1,4 @@
1
+ /// <reference types="prop-types" />
1
2
  import { type ValidationMap } from '@elliemae/ds-props-helpers';
2
3
  import type { Node } from './Node.js';
3
4
  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.48.1",
3
+ "version": "3.48.2-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tree Model",
6
6
  "files": [
@@ -40,11 +40,11 @@
40
40
  "typeSafety": true
41
41
  },
42
42
  "dependencies": {
43
- "@elliemae/ds-props-helpers": "3.48.1"
43
+ "@elliemae/ds-props-helpers": "3.48.2-next.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@elliemae/pui-cli": "9.0.0-next.50",
47
- "@elliemae/ds-monorepo-devops": "3.48.1"
47
+ "@elliemae/ds-monorepo-devops": "3.48.2-next.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "lodash": "^4.17.21",