@mokup/runtime 0.0.0 → 0.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/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @mokup/runtime
2
+
3
+ English | [Chinese](./README.zh-CN.md)
4
+
5
+ ## Overview
6
+
7
+ The Mokup runtime evaluates manifests and resolves mock responses at request time. It is shared by server adapters and Workers. For detailed usage, see https://mokup.icebreaker.top.
@@ -0,0 +1,7 @@
1
+ # @mokup/runtime
2
+
3
+ [English](./README.md) | 中文
4
+
5
+ ## 概览
6
+
7
+ Mokup runtime 用于在请求时读取 manifest 并返回 mock 响应,是 Server 适配器与 Worker 的共享核心。完整文档见 https://mokup.icebreaker.top。
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@mokup/runtime",
3
3
  "type": "module",
4
- "version": "0.0.0",
4
+ "version": "0.0.1",
5
5
  "description": "Cross-runtime mock matching and response handling for mokup.",
6
6
  "license": "MIT",
7
+ "homepage": "https://mokup.icebreaker.top",
7
8
  "repository": {
8
9
  "type": "git",
9
10
  "url": "git+https://github.com/sonofmagic/mokup.git",