@astral/features 3.246.0 → 3.247.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -141,5 +141,4 @@ class UIStore {
141
141
 
142
142
  export const createUIStore = (repository: Repository) =>
143
143
  new UIStore(repository, autoSaveIndicatorStoreInstance);
144
-
145
144
  ```
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@astral/features",
3
3
  "browser": "./index.js",
4
4
  "main": "./node/index.js",
5
- "version": "3.246.0",
5
+ "version": "3.247.0",
6
6
  "dependencies": {
7
- "@astral/ui": "3.246.0",
7
+ "@astral/ui": "3.247.0",
8
8
  "mobx": "^6.8.0",
9
9
  "mobx-react-lite": "^3.4.0",
10
10
  "@astral/cryptopro-cades": "^1.5.1"