@venizia/ignis-kernel 0.2.0-0 → 0.2.0-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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis-kernel",
3
- "version": "0.2.0-0",
3
+ "version": "0.2.0-1",
4
4
  "description": "Browser-pure kernel of the IGNIS framework: dependency injection, lifecycle, REST controllers, repository and datasource abstractions, and the authentication and authorization seams. No node builtin and no server-only peer, so the same kernel serves a Bun server and a browser Worker.",
5
5
  "keywords": [
6
6
  "authentication",
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "dependencies": {
82
82
  "@venizia/ignis-filter": "^0.2.0-0",
83
- "@venizia/ignis-helpers": "^0.2.0-0",
83
+ "@venizia/ignis-helpers": "^0.2.0-1",
84
84
  "@venizia/ignis-inversion": "^0.2.0-0",
85
85
  "lodash": "^4.18.1",
86
86
  "reflect-metadata": "^0.2.2",