wao 0.31.2 → 0.32.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.
@@ -11,17 +11,7 @@ const src_data = readFileSync(
11
11
  "utf8"
12
12
  )
13
13
 
14
- describe("WAO", function () {
15
- // lightning-fast testing in memory
16
- it("should spawn a process and send messages in memory", async () => {
17
- const ao = await new AO().init(acc[0])
18
- const { p, pid } = await ao.deploy({ src_data, scheduler: acc[0].addr })
19
-
20
- assert.equal(await p.d("Hello", false), "Hello, World!")
21
- assert.equal(await p.m("Inc", false), "Incremented!")
22
- assert.equal(await p.d("Get", false), "1")
23
- })
24
-
14
+ describe("WAO the Web", function () {
25
15
  // WAO Proxy must be running on your computer => "npx wao proxy"
26
16
  it("should spawn a process and send messages to the browser", async () => {
27
17
  // connect with 4000 - 4004 ports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.31.2",
3
+ "version": "0.32.1",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"
@@ -56,6 +56,7 @@
56
56
  "md5": "^2.3.0",
57
57
  "pm2": "^5.4.3",
58
58
  "ramda": "^0.30.1",
59
+ "structured-headers": "1.0.1",
59
60
  "warp-arbundles": "^1.0.4",
60
61
  "wasm-brotli": "^2.0.2",
61
62
  "yargs": "^17.7.2"