@abloatai/ablo 0.9.11 → 0.9.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.12
4
+
5
+ ### Patch Changes
6
+
7
+ - README: point the Docs / Quickstart / API header links at `docs.abloatai.com` (the real docs) instead of `abloatai.com`, which 307-redirects to the marketing site.
8
+
3
9
  ## 0.9.11
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -7,15 +7,15 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <a href="https://abloatai.com">Docs</a> &nbsp;|&nbsp;
11
- <a href="https://abloatai.com/quickstart">Quickstart</a> &nbsp;|&nbsp;
12
- <a href="https://abloatai.com/api">API</a> &nbsp;|&nbsp;
10
+ <a href="https://docs.abloatai.com">Docs</a> &nbsp;|&nbsp;
11
+ <a href="https://docs.abloatai.com/quickstart">Quickstart</a> &nbsp;|&nbsp;
12
+ <a href="https://docs.abloatai.com/api">API</a> &nbsp;|&nbsp;
13
13
  <a href="https://github.com/Abloatai/ablo">GitHub</a>
14
14
  </p>
15
15
 
16
16
  <p align="center">
17
17
  <a href="https://www.npmjs.com/package/@abloatai/ablo"><img src="https://img.shields.io/npm/v/@abloatai/ablo?style=flat-square&color=2563eb" alt="npm" /></a>
18
- <a href="https://abloatai.com"><img src="https://img.shields.io/badge/docs-abloatai.com-2563eb?style=flat-square" alt="docs" /></a>
18
+ <a href="https://docs.abloatai.com"><img src="https://img.shields.io/badge/docs-docs.abloatai.com-2563eb?style=flat-square" alt="docs" /></a>
19
19
  <a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-2563eb?style=flat-square" alt="license" /></a>
20
20
  <img src="https://img.shields.io/badge/node-%E2%89%A524-22c55e?style=flat-square" alt="node >=24" />
21
21
  <img src="https://img.shields.io/badge/types-included-2563eb?style=flat-square" alt="types included" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abloatai/ablo",
3
- "version": "0.9.11",
3
+ "version": "0.9.12",
4
4
  "description": "State control API for AI agents and collaborative apps.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",