jaceai 2026.3.10 → 2026.3.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![jaceai](https://raw.githubusercontent.com/markolofsen/assets/main/libs/promo_jaceai.webp)
2
+
1
3
  # JaceAI — AI Web Browsing & Task Automation Agent for Node.js
2
4
 
3
5
  [![npm](https://img.shields.io/npm/v/jaceai.svg)](https://www.npmjs.com/package/jaceai) [![license](https://img.shields.io/npm/l/jaceai.svg)](https://github.com/commandoperator/cmdop-sdk-js/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaceai",
3
- "version": "2026.3.10",
3
+ "version": "2026.3.11",
4
4
  "description": "JaceAI \u2014 web browsing and task automation plugin for CMDOP",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",