cognova 0.2.4 → 0.2.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.
package/nuxt.config.ts CHANGED
@@ -81,9 +81,9 @@ export default defineNuxtConfig({
81
81
  experimental: {
82
82
  websocket: true
83
83
  },
84
- // node-pty is a native module that can't be bundled
84
+ // node-pty and discord.js are native/complex modules that can't be bundled
85
85
  externals: {
86
- external: ['node-pty']
86
+ external: ['node-pty', 'discord.js']
87
87
  }
88
88
  },
89
89
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cognova",
3
3
  "type": "module",
4
- "version": "0.2.4",
4
+ "version": "0.2.5",
5
5
  "description": "Personal knowledge management system with Claude Code integration",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1 +0,0 @@
1
- {"id":"92941c1a-266b-42f8-9e67-ac947a462d37","timestamp":1771613210473,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}