@apicircle/mock-server-core 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.
Files changed (3) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +3 -3
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- APICircle Studio License
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 "APICircle", "API Circle Studio", or any related
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="APICircle Studio" width="120" height="120" />
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/mock-server-core</h1>
6
6
 
7
- Hono-based mock-server engine for [APICircle Studio](https://github.com/apicircle/studio). Parses OpenAPI / Swagger / Postman / Insomnia files into a `MockEndpoint[]`, then serves them on Node, Bun, or any edge runtime that runs Hono.
7
+ Hono-based mock-server engine for [API Circle Studio](https://github.com/apicircle/studio). Parses OpenAPI / Swagger / Postman / Insomnia files into a `MockEndpoint[]`, then serves them on Node, Bun, or any edge runtime that runs Hono.
8
8
 
9
9
  ## Install
10
10
 
@@ -52,4 +52,4 @@ await handle.close();
52
52
 
53
53
  ## License
54
54
 
55
- Released under the **APICircle 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.
55
+ 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/mock-server-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "type": "module",
6
- "description": "Hono-based mock server engine for APICircle. Parses OpenAPI/Postman/Insomnia into mock endpoints, serves them on Node/Bun/edge runtimes.",
6
+ "description": "Hono-based mock server engine for API Circle. Parses OpenAPI/Postman/Insomnia into mock endpoints, serves them on Node/Bun/edge runtimes.",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "repository": {
9
9
  "type": "git",
@@ -37,7 +37,7 @@
37
37
  "hono": "^4.12.18",
38
38
  "@apidevtools/swagger-parser": "^10.1.0",
39
39
  "js-yaml": "^4.1.0",
40
- "@apicircle/shared": "1.0.0"
40
+ "@apicircle/shared": "1.0.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/js-yaml": "^4.0.9",