ts-util-core 2.0.6 → 2.0.7

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@
6
6
  <strong>One unified framework. Same guardrails. Whether it's your team or your AI Agents writing the code.</strong>
7
7
  </p>
8
8
 
9
+ <p align="center">
10
+ 📖 <a href="https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_zh.md">繁體中文</a>&ensp;·&ensp;<a href="https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_jp.md">日本語</a>&ensp;·&ensp;<a href="https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_ko.md">한국어</a>&ensp;·&ensp;<a href="https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_es.md">Español</a>&ensp;·&ensp;<a href="https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_de.md">Deutsch</a>
11
+ </p>
12
+
9
13
  <p align="center">
10
14
  <a href="#1-why-agent-discipline">Why</a>&ensp;&bull;&ensp;
11
15
  <a href="#2-how-it-works">How</a>&ensp;&bull;&ensp;
@@ -111,8 +115,6 @@ When multiple AI Agents co-produce code, this abstraction layer becomes even mor
111
115
  >
112
116
  > That's what TS-Util does — for your team today, and for the AI Agents that will write most of your code tomorrow.
113
117
 
114
- 📖 Read this in other languages: [繁體中文](https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_zh.md) · [日本語](https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_jp.md) · [한국어](https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_ko.md) · [Español](https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_es.md) · [Deutsch](https://github.com/MattAtAIEra/TS-Util/blob/main/docs/Readme-translations_de.md)
115
-
116
118
  ---
117
119
 
118
120
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-util-core",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "TS-Util Core Library — form validation, AJAX, view loading, messaging, and formatting utilities",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",