@venizia/ignis-worker 0.2.0-3 → 0.2.0-5

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis-worker",
3
- "version": "0.2.0-3",
3
+ "version": "0.2.0-5",
4
4
  "description": "Browser Web Worker host for the IGNIS framework: the request/response envelope, the transport contract, and WorkerApplication - the layer that listens on `onmessage` instead of a socket, so a RestApplication can serve its controllers with no server anywhere.",
5
5
  "keywords": [
6
6
  "browser",
@@ -74,9 +74,9 @@
74
74
  "prepublishOnly": "bun run rebuild"
75
75
  },
76
76
  "dependencies": {
77
- "@venizia/ignis-helpers": "^0.2.0-2",
77
+ "@venizia/ignis-helpers": "^0.2.0-4",
78
78
  "@venizia/ignis-inversion": "^0.2.0-0",
79
- "@venizia/ignis-kernel": "^0.2.0-2",
79
+ "@venizia/ignis-kernel": "^0.2.0-4",
80
80
  "reflect-metadata": "^0.2.2"
81
81
  },
82
82
  "peerDependencies": {