@ponythewhite/base-context-tui 1.0.0 → 1.0.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/NOTICE CHANGED
@@ -14,9 +14,4 @@ this fork is not an official Prime Intellect release.
14
14
  Prime Agent builds on Mario Zechner's Pi project:
15
15
  https://github.com/badlogic/pi-mono
16
16
 
17
- We also credit Prime Intellect's PrimeRL authors for their open-source
18
- reinforcement-learning work: https://github.com/PrimeIntellect-ai/prime-rl
19
- This acknowledgement does not imply that PrimeRL is a runtime dependency
20
- or that upstream authors endorse this fork.
21
-
22
17
  Third-party dependencies retain their own licenses and notices.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Terminal UI primitives with differential rendering.
4
4
 
5
- Part of **[Synerise base-context](https://github.com/BaseModelAI/base-context)**. Forked from Prime Intellect's [Prime Agent](https://github.com/PrimeIntellect-ai/prime-agent), built on Mario Zechner's Pi. MIT; see [LICENSE](LICENSE) and [NOTICE](NOTICE).
5
+ Part of **[Synerise base-context](https://github.com/BaseModelAI/base-context)**. MIT; see [LICENSE](LICENSE) and [NOTICE](NOTICE).
6
6
 
7
7
  Minimal terminal UI framework with differential rendering and synchronized output for flicker-free interactive CLI applications.
8
8
 
package/dist/NOTICE CHANGED
@@ -14,9 +14,4 @@ this fork is not an official Prime Intellect release.
14
14
  Prime Agent builds on Mario Zechner's Pi project:
15
15
  https://github.com/badlogic/pi-mono
16
16
 
17
- We also credit Prime Intellect's PrimeRL authors for their open-source
18
- reinforcement-learning work: https://github.com/PrimeIntellect-ai/prime-rl
19
- This acknowledgement does not imply that PrimeRL is a runtime dependency
20
- or that upstream authors endorse this fork.
21
-
22
17
  Third-party dependencies retain their own licenses and notices.
@@ -1,5 +1,5 @@
1
1
  {
2
- "sourceCommit": "3b6e414e5d955f03bdebf866f39b85853a896d13",
2
+ "sourceCommit": "4192025d919683d61a402b666b4790e26118df53",
3
3
  "sourceDirty": false,
4
4
  "buildHost": {
5
5
  "platform": "linux",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ponythewhite/base-context-tui",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Synerise base-context terminal UI components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",