@omnidist/omnidist-linux-x64 0.1.24 → 0.1.25

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/README.md CHANGED
@@ -229,6 +229,7 @@ distributions:
229
229
  registry: https://registry.npmjs.org
230
230
  access: public # public | restricted
231
231
  license: MIT # optional override for package.json license; omit to use SEE LICENSE IN <file>
232
+ keywords: [cli, ai, llm] # optional npm meta-package keywords
232
233
  readme-path: docs/npm-readme.md # optional npm-specific README source
233
234
  include-readme: true # include project README.md in staged packages when present
234
235
 
@@ -261,6 +262,7 @@ profiles:
261
262
  distributions:
262
263
  npm:
263
264
  package: "@scope/mytool"
265
+ keywords: [cli, ai, llm]
264
266
  readme-path: docs/npm-readme.md
265
267
  uv:
266
268
  package: mytool
@@ -292,6 +294,8 @@ README source precedence during staging:
292
294
  `distributions.<name>.readme-path` -> `readme-path` -> `README.md`.
293
295
  If a configured readme-path is set and cannot be read, staging fails.
294
296
 
297
+ When `distributions.npm.keywords` is set, omnidist writes those values to the staged npm meta package `package.json`.
298
+
295
299
  For appkit version injection, configure `build.ldflags` in your project config:
296
300
 
297
301
  ```yaml
package/bin/omnidist CHANGED
Binary file
package/package.json CHANGED
@@ -16,5 +16,5 @@
16
16
  "os": [
17
17
  "linux"
18
18
  ],
19
- "version": "0.1.24"
19
+ "version": "0.1.25"
20
20
  }