@swizzyweb/swerve 0.5.4 → 0.5.6
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/README.md +2 -2
- package/package.json +4 -8
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ Note: cluster commands end with c
|
|
|
81
81
|
--<argKey> - Any additional key passed will be a serviceArg passed to all services
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
#### ie
|
|
84
|
+
#### ie
|
|
85
85
|
|
|
86
86
|
```
|
|
87
87
|
|
|
@@ -152,7 +152,7 @@ We support bun deno and nodejs for runtimes
|
|
|
152
152
|
swerven # node
|
|
153
153
|
swerveb # bun
|
|
154
154
|
swerved # deno (Requires deno to be installed globally)
|
|
155
|
-
|
|
155
|
+
DENO_ARGS="--allow-sys" swerved # deno with permissions args
|
|
156
156
|
swerven # default (points to swerven as of 0.2.4)
|
|
157
157
|
|
|
158
158
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swizzyweb/swerve",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
4
4
|
"description": "swizzy-swerve is a bootstrapper for swizzy web services. This package will bootstrap and run independent swizzy web services.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -33,19 +33,15 @@
|
|
|
33
33
|
"license": "Apache-2.0",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@swizzyweb/express": "^4.19.2",
|
|
36
|
-
"@types/jest": "^29.5.14",
|
|
37
36
|
"@types/node": "^22.18.3",
|
|
38
|
-
"jest": "^29.7.0",
|
|
39
|
-
"ts-jest": "^29.4.1",
|
|
40
37
|
"typescript": "^5.9.2"
|
|
41
38
|
},
|
|
42
39
|
"dependencies": {
|
|
43
|
-
"@swizzyweb/swerve-manager": "^0.1.
|
|
40
|
+
"@swizzyweb/swerve-manager": "^0.1.5",
|
|
44
41
|
"@swizzyweb/swizzy-common": "^0.3.2",
|
|
45
|
-
"@swizzyweb/swizzy-web-service": "^0.5.
|
|
42
|
+
"@swizzyweb/swizzy-web-service": "^0.5.4",
|
|
46
43
|
"bun": "^1.2.21",
|
|
47
|
-
"deno": "^2.5.0"
|
|
48
|
-
"ts-node": "^10.9.2"
|
|
44
|
+
"deno": "^2.5.0"
|
|
49
45
|
},
|
|
50
46
|
"repository": {
|
|
51
47
|
"type": "git",
|