@dxos/cli 0.8.1 → 0.8.2-main.12df754

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.
Files changed (42) hide show
  1. package/dist/src/commands/debug/generate.js +2 -2
  2. package/dist/src/commands/debug/generate.js.map +1 -1
  3. package/dist/src/commands/function/upload.d.ts +7 -2
  4. package/dist/src/commands/function/upload.d.ts.map +1 -1
  5. package/dist/src/commands/function/upload.js +104 -97
  6. package/dist/src/commands/function/upload.js.map +1 -1
  7. package/dist/src/commands/function/watch.d.ts +29 -0
  8. package/dist/src/commands/function/watch.d.ts.map +1 -0
  9. package/dist/src/commands/function/watch.js +130 -0
  10. package/dist/src/commands/function/watch.js.map +1 -0
  11. package/dist/src/commands/halo/credential/list.d.ts +1 -0
  12. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  13. package/dist/src/commands/halo/credential/list.js +25 -16
  14. package/dist/src/commands/halo/credential/list.js.map +1 -1
  15. package/dist/src/commands/space/list.d.ts +1 -0
  16. package/dist/src/commands/space/list.d.ts.map +1 -1
  17. package/dist/src/commands/space/list.js +7 -3
  18. package/dist/src/commands/space/list.js.map +1 -1
  19. package/dist/src/components/SpaceTable.d.ts.map +1 -1
  20. package/dist/src/components/SpaceTable.js +7 -4
  21. package/dist/src/components/SpaceTable.js.map +1 -1
  22. package/dist/src/help.d.ts.map +1 -1
  23. package/dist/src/help.js +6 -1
  24. package/dist/src/help.js.map +1 -1
  25. package/dist/src/util/function/bundle.d.ts +5 -0
  26. package/dist/src/util/function/bundle.d.ts.map +1 -0
  27. package/dist/src/util/function/bundle.js +13 -0
  28. package/dist/src/util/function/bundle.js.map +1 -0
  29. package/dist/src/util/function/index.d.ts +3 -0
  30. package/dist/src/util/function/index.d.ts.map +1 -0
  31. package/dist/src/util/function/index.js +6 -0
  32. package/dist/src/util/function/index.js.map +1 -0
  33. package/dist/src/util/function/lookup.d.ts +19 -0
  34. package/dist/src/util/function/lookup.d.ts.map +1 -0
  35. package/dist/src/util/function/lookup.js +14 -0
  36. package/dist/src/util/function/lookup.js.map +1 -0
  37. package/dist/src/util/index.d.ts +1 -0
  38. package/dist/src/util/index.d.ts.map +1 -1
  39. package/dist/src/util/index.js +1 -0
  40. package/dist/src/util/index.js.map +1 -1
  41. package/oclif.manifest.json +325 -187
  42. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2-main.12df754",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -53,30 +53,30 @@
53
53
  "react": "~18.2.0",
54
54
  "ws": "^8.14.2",
55
55
  "wtfnode": "^0.9.1",
56
- "@dxos/agent": "0.8.1",
57
- "@dxos/async": "0.8.1",
58
- "@dxos/cli-base": "0.8.1",
59
- "@dxos/cli-composer": "0.8.1",
60
- "@dxos/client": "0.8.1",
61
- "@dxos/client-protocol": "0.8.1",
62
- "@dxos/client-services": "0.8.1",
63
- "@dxos/compute": "0.8.1",
64
- "@dxos/config": "0.8.1",
65
- "@dxos/debug": "0.8.1",
66
- "@dxos/context": "0.8.1",
67
- "@dxos/echo-schema": "0.8.1",
68
- "@dxos/log": "0.8.1",
69
- "@dxos/functions": "0.8.1",
70
- "@dxos/network-manager": "0.8.1",
71
- "@dxos/observability": "0.8.1",
72
- "@dxos/node-std": "0.8.1",
73
- "@dxos/process": "0.8.1",
74
- "@dxos/invariant": "0.8.1",
75
- "@dxos/protocols": "0.8.1",
76
- "@dxos/rpc": "0.8.1",
77
- "@dxos/schema": "0.8.1",
78
- "@dxos/random": "0.8.1",
79
- "@dxos/util": "0.8.1"
56
+ "@dxos/async": "0.8.2-main.12df754",
57
+ "@dxos/cli-base": "0.8.2-main.12df754",
58
+ "@dxos/cli-composer": "0.8.2-main.12df754",
59
+ "@dxos/client": "0.8.2-main.12df754",
60
+ "@dxos/agent": "0.8.2-main.12df754",
61
+ "@dxos/client-protocol": "0.8.2-main.12df754",
62
+ "@dxos/compute": "0.8.2-main.12df754",
63
+ "@dxos/config": "0.8.2-main.12df754",
64
+ "@dxos/client-services": "0.8.2-main.12df754",
65
+ "@dxos/context": "0.8.2-main.12df754",
66
+ "@dxos/functions": "0.8.2-main.12df754",
67
+ "@dxos/invariant": "0.8.2-main.12df754",
68
+ "@dxos/log": "0.8.2-main.12df754",
69
+ "@dxos/echo-schema": "0.8.2-main.12df754",
70
+ "@dxos/node-std": "0.8.2-main.12df754",
71
+ "@dxos/debug": "0.8.2-main.12df754",
72
+ "@dxos/network-manager": "0.8.2-main.12df754",
73
+ "@dxos/process": "0.8.2-main.12df754",
74
+ "@dxos/observability": "0.8.2-main.12df754",
75
+ "@dxos/random": "0.8.2-main.12df754",
76
+ "@dxos/rpc": "0.8.2-main.12df754",
77
+ "@dxos/protocols": "0.8.2-main.12df754",
78
+ "@dxos/schema": "0.8.2-main.12df754",
79
+ "@dxos/util": "0.8.2-main.12df754"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@oclif/test": "^4.1.0",