@sweidos/eidos 1.0.31 → 1.0.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sweidos/eidos",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Describe intent. The runtime figures out how. An abstraction layer for offline-first web apps.",
5
5
  "author": "Aditya Raj",
6
6
  "license": "MIT",
@@ -9,14 +9,31 @@
9
9
  "keywords": [
10
10
  "service-worker",
11
11
  "offline",
12
+ "offline-first",
12
13
  "pwa",
13
14
  "cache",
15
+ "cache-api",
14
16
  "indexeddb",
15
17
  "background-sync",
16
- "offline-first",
17
- "react"
18
+ "react",
19
+ "svelte",
20
+ "vue",
21
+ "react-native",
22
+ "queue",
23
+ "optimistic-ui",
24
+ "network-resilience"
18
25
  ],
19
- "homepage": "https://github.com/iamadi11/eidos",
26
+ "homepage": "https://sweidos.vercel.app/overview",
27
+ "bugs": {
28
+ "url": "https://github.com/iamadi11/eidos/issues"
29
+ },
30
+ "funding": {
31
+ "type": "github",
32
+ "url": "https://github.com/sponsors/iamadi11"
33
+ },
34
+ "engines": {
35
+ "node": ">=18.0.0"
36
+ },
20
37
  "repository": {
21
38
  "type": "git",
22
39
  "url": "https://github.com/iamadi11/eidos.git",