@exodus/atoms
Advanced tools
Comparing version 5.7.3 to 6.0.0
@@ -6,2 +6,16 @@ # Change Log | ||
## [6.0.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@5.7.3...@exodus/atoms@6.0.0) (2023-10-21) | ||
### ⚠ BREAKING CHANGES | ||
- atoms to typescript (#4505) | ||
### Bug Fixes | ||
- dedupe enhancer when `set` called with function ([#4515](https://github.com/ExodusMovement/exodus-hydra/issues/4515)) ([ac63578](https://github.com/ExodusMovement/exodus-hydra/commit/ac6357880b5d14238bdcb1bd6a4d06a2b698fb58)) | ||
### Code Refactoring | ||
- atoms to typescript ([#4505](https://github.com/ExodusMovement/exodus-hydra/issues/4505)) ([3873134](https://github.com/ExodusMovement/exodus-hydra/commit/3873134baacd69602d13e228be797eb7a96ad13e)) | ||
## [5.7.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@5.7.2...@exodus/atoms@5.7.3) (2023-10-20) | ||
@@ -8,0 +22,0 @@ |
{ | ||
"name": "@exodus/atoms", | ||
"version": "5.7.3", | ||
"main": "src/index.js", | ||
"version": "6.0.0", | ||
"main": "lib/index.js", | ||
"description": "Abstraction for encapsulating a piece of data behind a simple unified interface: get, set, observe", | ||
"author": "Exodus Movement Inc.", | ||
"scripts": { | ||
"build": "yarn run -T tsc --build tsconfig.build.json", | ||
"clean": "yarn run -T tsc --build --clean", | ||
"test": "jest", | ||
@@ -13,3 +15,3 @@ "lint": "eslint . --ignore-path ../../.gitignore", | ||
"files": [ | ||
"src", | ||
"lib", | ||
"CHANGELOG.md" | ||
@@ -27,2 +29,3 @@ ], | ||
"dependencies": { | ||
"@exodus/storage-interface": "^1.0.0", | ||
"events": "^3.3.0", | ||
@@ -37,3 +40,6 @@ "lodash": "^4.17.21", | ||
"@exodus/atom-tests": "^1.0.0", | ||
"@exodus/remote-config": "^2.3.0", | ||
"@exodus/storage-memory": "^2.1.1", | ||
"@types/lodash": "^4.14.200", | ||
"@types/minimalistic-assert": "^1.0.2", | ||
"delay": "^5.0.0", | ||
@@ -43,3 +49,3 @@ "eslint": "^8.44.0", | ||
}, | ||
"gitHead": "18791c72d9be2a75aea6621a216c1aed819442ca" | ||
"gitHead": "127d91779b91ad17cb1dadbfccb7eb7559ecbf23" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
55487
53
932
7
8
1
+ Added@exodus/storage-interface@1.0.1(transitive)