@possibl/rcrt-sdk 0.1.1 → 0.1.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.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/);
|
|
|
5
5
|
this package follows [SemVer](https://semver.org/spec/v2.0.0.html) once
|
|
6
6
|
published.
|
|
7
7
|
|
|
8
|
+
## [0.1.2] — 2026-04-30
|
|
9
|
+
|
|
10
|
+
Docs-only patch. Removes a customer reference from the README that
|
|
11
|
+
shouldn't have been published — content of the package itself is
|
|
12
|
+
unchanged from 0.1.1.
|
|
13
|
+
|
|
8
14
|
## [0.1.1] — 2026-04-30
|
|
9
15
|
|
|
10
16
|
Patch release. The SDK ships TypeScript source directly (`main:
|
package/README.md
CHANGED
|
@@ -143,9 +143,8 @@ Full narrative + concepts + operations playbook in
|
|
|
143
143
|
## Status
|
|
144
144
|
|
|
145
145
|
**0.1.0** — first public release. Used by `possibl-ai/rcrt-template-mobile`
|
|
146
|
-
and downstream apps (e.g. `possibl-ai/ritual-app
|
|
147
|
-
|
|
148
|
-
possible before 1.0.
|
|
146
|
+
and downstream apps (e.g. `possibl-ai/ritual-app`) as their canonical
|
|
147
|
+
RCRT client. Surface stable; minor adjustments possible before 1.0.
|
|
149
148
|
|
|
150
149
|
See [`CHANGELOG.md`](./CHANGELOG.md) for what's new in this release.
|
|
151
150
|
|