everkit-state 0.1.0 → 0.3.1

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 (1) hide show
  1. package/package.json +9 -1
package/package.json CHANGED
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "everkit-state",
3
- "version": "0.1.0",
3
+ "version": "0.3.1",
4
4
  "description": "Reusable client-state + persistence primitives for React Native / Expo apps: a SecureStore-to-Zustand StateStorage adapter and a composable preferences (theme + onboarding) slice. The storage backend is injected by the consumer, so the core stays pure and testable outside a React Native runtime.",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "author": "Vladyslav Petrykov",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://gitlab.com/petrykovvladyslav/everkit-state.git"
11
+ },
12
+ "homepage": "https://gitlab.com/petrykovvladyslav/everkit-state#readme",
13
+ "bugs": {
14
+ "url": "https://gitlab.com/petrykovvladyslav/everkit-state/-/issues"
15
+ },
8
16
  "keywords": [
9
17
  "react-native",
10
18
  "expo",