@halsp/cors
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ import { Middleware } from "@halsp/common"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Options } from "./options"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Context } from "@halsp/common"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@halsp/cors", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Halsp 跨域插件", | ||
@@ -28,3 +28,3 @@ "engines": { | ||
"prebuild": "npm run lint", | ||
"build": "rimraf ./dist/* && tsc", | ||
"build": "sh ../../scripts/clean-dist.sh && tsc", | ||
"lint": "eslint src test --ext .ts", | ||
@@ -37,5 +37,5 @@ "pretest": "npm run build", | ||
"dependencies": { | ||
"@halsp/common": "^1.0.0", | ||
"@halsp/http": "^1.0.0", | ||
"@halsp/methods": "^1.0.0" | ||
"@halsp/common": "^1.0.1", | ||
"@halsp/http": "^1.0.1", | ||
"@halsp/methods": "^1.0.1" | ||
}, | ||
@@ -54,3 +54,3 @@ "files": [ | ||
], | ||
"gitHead": "e68bd971f3bbf5062826a609ab4ed4a519a2c3e3" | ||
"gitHead": "b5c9e9af4f1d2d1b8ebe840946c835792babff62" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20962
Updated@halsp/common@^1.0.1
Updated@halsp/http@^1.0.1
Updated@halsp/methods@^1.0.1