@arkadia/data 0.1.8 → 0.1.9
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/README.md +2 -9
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
Masz absolutną rację. Przepraszam za wprowadzenie w błąd – w obecnej strukturze paczka NPM `@arkadia/data` jest **czystą biblioteką** (library) do użycia w kodzie, a narzędzie CLI (`akd`) jest dostępne tylko w wersji Pythonowej.
|
|
2
|
-
|
|
3
|
-
Oto poprawiony `README.md` dla paczki TypeScript/NPM, usunięto z niego sekcje o CLI i `npx`.
|
|
4
|
-
|
|
5
|
-
````markdown
|
|
6
1
|
# @arkadia/data
|
|
7
2
|
|
|
8
3
|
```text
|
|
@@ -33,6 +28,7 @@ Oto poprawiony `README.md` dla paczki TypeScript/NPM, usunięto z niego sekcje o
|
|
|
33
28
|
WW
|
|
34
29
|
MW
|
|
35
30
|
```
|
|
31
|
+
|
|
36
32
|
````
|
|
37
33
|
|
|
38
34
|
> **The High-Density, Token-Efficient Data Protocol for Large Language Models.**
|
|
@@ -239,7 +235,4 @@ This project is licensed under the [MIT License]().
|
|
|
239
235
|
<div align="center">
|
|
240
236
|
<sub>Built by <strong>Arkadia Solutions</strong>. Engineering the kernel of distributed intelligence.</sub>
|
|
241
237
|
</div>
|
|
242
|
-
|
|
243
|
-
```
|
|
244
|
-
|
|
245
|
-
```
|
|
238
|
+
````
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkadia/data",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Parser and Stringifier for Arkadia Data Format (AKD)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@eslint/js": "^9.39.2",
|
|
32
32
|
"@types/node": "^20.19.31",
|
|
33
33
|
"eslint": "^9.39.2",
|
|
34
|
-
"eslint-config-prettier": "^10.1.
|
|
34
|
+
"eslint-config-prettier": "^10.1.9",
|
|
35
35
|
"globals": "^17.3.0",
|
|
36
36
|
"prettier": "^3.8.1",
|
|
37
37
|
"rimraf": "^6.1.2",
|