@venizia/ignis-connectors 0.2.0-6 → 0.2.0-7
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venizia/ignis-connectors",
|
|
3
|
-
"version": "0.2.0-
|
|
3
|
+
"version": "0.2.0-7",
|
|
4
4
|
"description": "Datasource and repository connectors for the IGNIS framework: the engine-neutral relational and search tiers, plus Postgres, SQLite, PGlite, Typesense and Meilisearch behind sub-paths.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
"prepublishOnly": "bun run rebuild"
|
|
121
121
|
},
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@venizia/ignis-filter": "^0.2.0-
|
|
124
|
-
"@venizia/ignis-helpers": "^0.2.0-
|
|
125
|
-
"@venizia/ignis-inversion": "^0.2.0-
|
|
126
|
-
"@venizia/ignis-kernel": "^0.2.0-
|
|
123
|
+
"@venizia/ignis-filter": "^0.2.0-3",
|
|
124
|
+
"@venizia/ignis-helpers": "^0.2.0-6",
|
|
125
|
+
"@venizia/ignis-inversion": "^0.2.0-2",
|
|
126
|
+
"@venizia/ignis-kernel": "^0.2.0-7",
|
|
127
127
|
"lodash": "^4.18.1",
|
|
128
128
|
"reflect-metadata": "^0.2.2",
|
|
129
129
|
"zod": "^4.4.3"
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"devDependencies": {
|
|
164
164
|
"@types/bun": "^1.3.14",
|
|
165
165
|
"@types/lodash": "^4.17.23",
|
|
166
|
-
"@venizia/dev-configs": "^0.2.0-
|
|
166
|
+
"@venizia/dev-configs": "^0.2.0-2",
|
|
167
167
|
"eslint": "^10.7.0",
|
|
168
168
|
"prettier": "^3.9.5",
|
|
169
169
|
"tsc-alias": "^1.9.1",
|