@dxos/functions 0.1.53-next.63b0547 → 0.1.53-next.e9dc2bc
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 +1 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -69,8 +69,7 @@ nodemon -w ./src -e ts --exec $(git rev-parse --show-toplevel)/packages/devtools
|
|
|
69
69
|
> NOTE: The port (7001) must match the one in config.
|
|
70
70
|
|
|
71
71
|
```bash
|
|
72
|
-
curl -X POST -H 'Content-Type: application/json' -w '\n'
|
|
73
|
-
http://localhost:7001/dev/hello --data '{ "message": "Hello World!" }'
|
|
72
|
+
curl http://localhost:7001/dev/hello -X POST -H 'Content-Type: application/json' -w '\n' --data '{ "message": "Hello World!" }'
|
|
74
73
|
```
|
|
75
74
|
|
|
76
75
|
## DXOS Resources
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/functions",
|
|
3
|
-
"version": "0.1.53-next.
|
|
3
|
+
"version": "0.1.53-next.e9dc2bc",
|
|
4
4
|
"description": "Functions SDK and runtime.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"express": "4.17.1",
|
|
23
23
|
"portfinder": "^1.0.32",
|
|
24
|
-
"@dxos/async": "0.1.53-next.
|
|
25
|
-
"@dxos/client": "0.1.53-next.
|
|
26
|
-
"@dxos/context": "0.1.53-next.
|
|
27
|
-
"@dxos/echo-schema": "0.1.53-next.
|
|
28
|
-
"@dxos/log": "0.1.53-next.
|
|
29
|
-
"@dxos/node-std": "0.1.53-next.
|
|
30
|
-
"@dxos/util": "0.1.53-next.
|
|
24
|
+
"@dxos/async": "0.1.53-next.e9dc2bc",
|
|
25
|
+
"@dxos/client": "0.1.53-next.e9dc2bc",
|
|
26
|
+
"@dxos/context": "0.1.53-next.e9dc2bc",
|
|
27
|
+
"@dxos/echo-schema": "0.1.53-next.e9dc2bc",
|
|
28
|
+
"@dxos/log": "0.1.53-next.e9dc2bc",
|
|
29
|
+
"@dxos/node-std": "0.1.53-next.e9dc2bc",
|
|
30
|
+
"@dxos/util": "0.1.53-next.e9dc2bc"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/express": "^4.17.17"
|