@kehto/shell 0.1.0 → 0.5.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kehto/shell",
3
- "version": "0.1.0",
4
- "description": "Shell runtime \u2014 relay bridge, ACL enforcement, signer proxy, storage proxy for hosting napplet iframe applications",
3
+ "version": "0.5.0",
4
+ "description": "Shell runtime relay bridge, ACL enforcement, signer proxy, storage proxy for hosting napplet iframe applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -20,44 +20,25 @@
20
20
  "access": "public"
21
21
  },
22
22
  "dependencies": {
23
- "@kehto/acl": "workspace:*",
24
- "@kehto/runtime": "workspace:*"
23
+ "@kehto/acl": "0.5.0",
24
+ "@kehto/runtime": "0.5.0"
25
25
  },
26
26
  "peerDependencies": {
27
- "@napplet/core": "^0.2.1",
28
- "@napplet/nub-identity": "^0.2.1",
29
- "@napplet/nub-ifc": "^0.2.1",
30
- "@napplet/nub-keys": "^0.2.1",
31
- "@napplet/nub-media": "^0.2.1",
32
- "@napplet/nub-notify": "^0.2.1",
33
- "@napplet/nub-relay": "^0.2.1",
34
- "@napplet/nub-storage": "^0.2.1",
35
- "@napplet/nub-theme": "^0.2.1",
36
- "nostr-tools": ">=2.23.3 <3.0.0"
27
+ "@napplet/core": "^0.5.0",
28
+ "nostr-tools": ">=2.23.3 <3.0.0",
29
+ "@napplet/nub": "^0.5.0"
37
30
  },
38
31
  "devDependencies": {
39
- "@napplet/core": "^0.2.1",
40
- "@napplet/nub-identity": "^0.2.1",
41
- "@napplet/nub-ifc": "^0.2.1",
42
- "@napplet/nub-keys": "^0.2.1",
43
- "@napplet/nub-media": "^0.2.1",
44
- "@napplet/nub-notify": "^0.2.1",
45
- "@napplet/nub-relay": "^0.2.1",
46
- "@napplet/nub-storage": "^0.2.1",
47
- "@napplet/nub-theme": "^0.2.1",
32
+ "@napplet/core": "^0.5.0",
48
33
  "nostr-tools": "^2.23.3",
49
34
  "tsup": "^8.5.0",
50
- "typescript": "^5.9.3"
51
- },
52
- "scripts": {
53
- "build": "tsup",
54
- "type-check": "tsc --noEmit",
55
- "test:unit": "echo 'no unit tests yet'"
35
+ "typescript": "^5.9.3",
36
+ "@napplet/nub": "^0.5.0"
56
37
  },
57
38
  "license": "MIT",
58
39
  "repository": {
59
40
  "type": "git",
60
- "url": "git+https://github.com/kehto/runtime.git",
41
+ "url": "git+https://github.com/kehto/web.git",
61
42
  "directory": "packages/shell"
62
43
  },
63
44
  "keywords": [
@@ -66,5 +47,10 @@
66
47
  "kehto",
67
48
  "shell",
68
49
  "relay-bridge"
69
- ]
70
- }
50
+ ],
51
+ "scripts": {
52
+ "build": "tsup",
53
+ "type-check": "tsc --noEmit",
54
+ "test:unit": "echo 'no unit tests yet'"
55
+ }
56
+ }