@carlos-tzin/tzin 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/CHANGELOG.md +5 -0
- package/README.md +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.1 — Repo moved to Tzinny-dev
|
|
4
|
+
|
|
5
|
+
Metadata-only release after the source repository moved from
|
|
6
|
+
`github.com/Charly921/tzin` to `github.com/Tzinny-dev/tzin`. No API changes.
|
|
7
|
+
|
|
3
8
|
## 1.0.0 — Stable Release
|
|
4
9
|
|
|
5
10
|
The first stable release of tzin. Contract-first TypeScript framework with
|
package/README.md
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
> `tzin` — from Nahuatl *-tzin*, an honorific suffix for what is valued and beloved.
|
|
6
6
|
> A pact between client and server, declared once.
|
|
7
7
|
|
|
8
|
-
[](https://github.com/Tzinny-dev/tzin/actions/workflows/ci.yml)
|
|
9
9
|
[](https://www.npmjs.com/package/@carlos-tzin/tzin)
|
|
10
|
+
[](https://paypal.me/carlostzin)
|
|
10
11
|
|
|
11
12
|
**Status: experimental, pre-1.0.** The core works end-to-end and the scaling thesis is
|
|
12
13
|
measured (see [Benchmarks](#benchmarks)), but this is not yet production software.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carlos-tzin/tzin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Contract-first TypeScript framework. Types that scale, realtime channels with presence, and an MCP server for every API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "The tzin authors",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/
|
|
24
|
+
"url": "git+https://github.com/Tzinny-dev/tzin.git"
|
|
25
25
|
},
|
|
26
26
|
"type": "module",
|
|
27
27
|
"main": "./dist/index.js",
|