koishi-plugin-common
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0
{ | ||
"name": "koishi-plugin-common", | ||
"description": "Common plugins for Koishi", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0", | ||
"main": "dist/index.js", | ||
@@ -31,5 +31,5 @@ "typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"koishi-core": "^1.0.0-alpha.9", | ||
"koishi-core": "^1.0.0", | ||
"koishi-utils": "^1.0.0-alpha.4" | ||
} | ||
} |
@@ -1,2 +0,4 @@ | ||
import { createApp, createServer, ServerSession } from 'koishi-test-utils' | ||
import { httpServer } from 'koishi-test-utils' | ||
const { createApp, createServer, ServerSession } = httpServer | ||
import { Server } from 'http' | ||
@@ -3,0 +5,0 @@ import help from '../src/help' |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
250337
1947
1
Updatedkoishi-core@^1.0.0