@nozomioai/nia 0.0.9 → 0.0.11

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -88,6 +88,11 @@ bun run build
88
88
  bun run start
89
89
  ```
90
90
 
91
+ ## Community
92
+
93
+ - Contribution guide: [CONTRIBUTING.md](CONTRIBUTING.md)
94
+ - Code of Conduct: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
95
+
91
96
  ## License
92
97
 
93
98
  Apache License 2.0. See [LICENSE](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nozomioai/nia",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "CLI for the Nia — search code, docs, and research from the terminal",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/nozomio-labs/nia-cli#readme",
@@ -28,11 +28,11 @@
28
28
  "nia": "bin/nia.js"
29
29
  },
30
30
  "optionalDependencies": {
31
- "@nozomioai/nia-linux-x64": "0.0.9",
32
- "@nozomioai/nia-linux-arm64": "0.0.9",
33
- "@nozomioai/nia-darwin-x64": "0.0.9",
34
- "@nozomioai/nia-darwin-arm64": "0.0.9",
35
- "@nozomioai/nia-windows-x64": "0.0.9",
36
- "@nozomioai/nia-windows-arm64": "0.0.9"
31
+ "@nozomioai/nia-linux-x64": "0.0.11",
32
+ "@nozomioai/nia-linux-arm64": "0.0.11",
33
+ "@nozomioai/nia-darwin-x64": "0.0.11",
34
+ "@nozomioai/nia-darwin-arm64": "0.0.11",
35
+ "@nozomioai/nia-windows-x64": "0.0.11",
36
+ "@nozomioai/nia-windows-arm64": "0.0.11"
37
37
  }
38
38
  }