refactor: snapshot store to diff (#3155)
* refactor: snapshot store to diff * change initial state position * fix old snapshot format * encapsulate json diff
Showing
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -42,6 +42,7 @@ |
| "jest": "^29.5.0", | ||
| "js-yaml": "^4.1.0", | ||
| "json5": "^2.2.3", | ||
| "jsondiffpatch": "^0.6.0", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.21", | ||
| "mermaid": "^10.2.3", | ||
| ... | ... |
projects/app/src/web/core/app/diff.ts
0 → 100644
Please
register
or
sign in
to comment