@satorijs/satori
Advanced tools
Comparing version 1.2.5 to 1.3.0
@@ -10,3 +10,2 @@ import { Schema } from '@satorijs/core'; | ||
} | ||
const Config: Config.Static; | ||
namespace Config { | ||
@@ -13,0 +12,0 @@ interface Network { |
@@ -214,3 +214,2 @@ var __create = Object.create; | ||
// satori/packages/satori/src/index.ts | ||
(0, import_cosmokit3.defineProperty)(import_core3.Context, "Config", import_core3.Schema.intersect([])); | ||
(0, import_cosmokit3.defineProperty)(import_core3.Context.Config, "Network", import_core3.Schema.object({ | ||
@@ -217,0 +216,0 @@ host: import_core3.Schema.string().default("localhost").description("要监听的 IP 地址。如果将此设置为 `0.0.0.0` 将监听所有地址,包括局域网和公网地址。"), |
{ | ||
"name": "@satorijs/satori", | ||
"description": "Core components of Satorijs", | ||
"version": "1.2.5", | ||
"version": "1.3.0", | ||
"main": "lib/index.js", | ||
@@ -35,3 +35,3 @@ "typings": "lib/index.d.ts", | ||
"@koa/router": "^10.1.1", | ||
"@satorijs/core": "^1.2.5", | ||
"@satorijs/core": "1.3.0", | ||
"@types/koa": "*", | ||
@@ -38,0 +38,0 @@ "@types/koa__router": "*", |
Sorry, the diff of this file is not supported yet
34854
387
+ Added@satorijs/core@1.3.0(transitive)
- Removed@satorijs/core@1.5.2(transitive)
Updated@satorijs/core@1.3.0