@apicircle/shared 1.0.0 → 1.0.1
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/LICENSE +2 -2
- package/README.md +4 -4
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
API Circle Studio License
|
|
2
2
|
Custom Source-Available License, v1.0
|
|
3
3
|
|
|
4
4
|
Copyright (c) 2026 Deva Prakash ("Licensor")
|
|
@@ -65,7 +65,7 @@ Source Initiative.
|
|
|
65
65
|
Software or any rights granted herein;
|
|
66
66
|
(d) remove, obscure, or alter any copyright, trademark, attribution,
|
|
67
67
|
or license notice contained in the Software;
|
|
68
|
-
(e) use the names "
|
|
68
|
+
(e) use the names "API Circle", "API Circle Studio", or any related
|
|
69
69
|
logos or trademarks, except as required for accurate attribution.
|
|
70
70
|
|
|
71
71
|
3. Contributions
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/apicircle/studio/main/assets/logo.png" alt="
|
|
2
|
+
<img src="https://raw.githubusercontent.com/apicircle/studio/main/assets/logo.png" alt="API Circle Studio" width="120" height="120" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">@apicircle/shared</h1>
|
|
6
6
|
|
|
7
|
-
Shared foundation for [
|
|
7
|
+
Shared foundation for [API Circle Studio](https://github.com/apicircle/studio) — the TypeScript types, ID generation, validators, and encryption helpers every other `@apicircle/*` package builds on.
|
|
8
8
|
|
|
9
9
|
## Install
|
|
10
10
|
|
|
@@ -20,8 +20,8 @@ npm install @apicircle/shared
|
|
|
20
20
|
- **Encryption helpers** — AES-GCM via WebCrypto for at-rest secret material.
|
|
21
21
|
- **MCP envelopes** — the request/response envelope types shared with `@apicircle/mcp-server`.
|
|
22
22
|
|
|
23
|
-
This package is mostly consumed indirectly through the other
|
|
23
|
+
This package is mostly consumed indirectly through the other API Circle packages — install it directly when you are building tooling against the workspace format.
|
|
24
24
|
|
|
25
25
|
## License
|
|
26
26
|
|
|
27
|
-
Released under the **
|
|
27
|
+
Released under the **API Circle Studio License** — a custom source-available license, not an OSI-approved open-source license. Free for personal, educational, and non-commercial use, plus a 30-day commercial evaluation period; ongoing commercial use requires a separate license. See [LICENSE](./LICENSE) for the full terms, or contact **apicircle365@gmail.com** for commercial licensing.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apicircle/shared",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
|
-
"description": "Shared types, ID generation, validators, and encryption helpers for
|
|
6
|
+
"description": "Shared types, ID generation, validators, and encryption helpers for API Circle Studio.",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|