@neuvybe/jarvis 0.54.0 → 0.54.2

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.
@@ -683,3 +683,4 @@ version this package's manifest resolves.
683
683
  - @ennuicastr/webrtcaec3.js - BSD-3-Clause - https://github.com/ennuicastr/webrtcaec3.js#readme
684
684
  - @electric-sql/pglite - Apache-2.0 - https://pglite.dev
685
685
  - @electric-sql/pglite-pgvector - Apache-2.0 - https://pglite.dev
686
+ - fs-native-extensions - Apache-2.0 - https://github.com/holepunchto/fs-native-extensions#readme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuvybe/jarvis",
3
- "version": "0.54.0",
3
+ "version": "0.54.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "engines": {
@@ -48,6 +48,7 @@
48
48
  "decibri": "^4.3.0",
49
49
  "@ennuicastr/webrtcaec3.js": "0.3.0",
50
50
  "@electric-sql/pglite": "0.5.8",
51
- "@electric-sql/pglite-pgvector": "0.0.9"
51
+ "@electric-sql/pglite-pgvector": "0.0.9",
52
+ "fs-native-extensions": "1.5.1"
52
53
  }
53
54
  }