@nex-ai/nex 0.2.1 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +10 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nex-ai/nex",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Nex CLI provides organizational context & memory to AI agents. Connect email, CRM, Slack, meetings, and 100+ tools into one knowledge graph. Delegates to the nex-cli binary.",
5
5
  "mcpName": "io.github.nex-crm/nex",
6
6
  "type": "module",
@@ -54,5 +54,13 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "license": "MIT"
57
+ "license": "MIT",
58
+ "devDependencies": {
59
+ "@biomejs/biome": "^2.4.9",
60
+ "@commitlint/cli": "^19.0.0",
61
+ "@commitlint/config-conventional": "^19.0.0",
62
+ "@secretlint/secretlint-rule-preset-recommend": "^11.4.0",
63
+ "lefthook": "^1.11.0",
64
+ "secretlint": "^11.4.0"
65
+ }
58
66
  }