@edenapp/sdk 0.1.0 → 0.1.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edenapp/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Eden Desktop Environment SDK - Build Electron-based desktop environments with modular app support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"electron": ">=39.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@edenapp/genesis": "
|
|
39
|
-
"@edenapp/types": "
|
|
38
|
+
"@edenapp/genesis": "^0.2.2",
|
|
39
|
+
"@edenapp/types": "^0.2.1",
|
|
40
40
|
"@keyv/sqlite": "^4.0.6",
|
|
41
41
|
"fast-glob": "^3.3.3",
|
|
42
42
|
"keyv": "^5.1.0",
|