Comparing version 0.0.7 to 0.2.0
@@ -0,1 +1,23 @@ | ||
# [0.2.0](https://code.alipay.com/marmot/kauth-sdk-egg/compare/v0.1.0...v0.2.0) (2020-08-26) | ||
### Features | ||
* rimraf index.js ([1f54b5f](https://code.alipay.com/marmot/kauth-sdk-egg/commits/1f54b5f079a96ad34a1f09398ebc7af4ae71e0fa)) | ||
# [0.1.0](https://code.alipay.com/marmot/kauth-sdk-egg/compare/v0.0.8...v0.1.0) (2020-08-26) | ||
### Features | ||
* add types ([56daa2c](https://code.alipay.com/marmot/kauth-sdk-egg/commits/56daa2c67fc4fff6d75c28857495c3cef3d3077b)) | ||
## [0.0.8](https://code.alipay.com/marmot/kauth-sdk-egg/compare/v0.0.7...v0.0.8) (2020-08-26) | ||
## 0.0.7 (2020-08-26) | ||
@@ -2,0 +24,0 @@ |
@@ -1,7 +0,1 @@ | ||
import { AuthenticationInformation } from "kauth-sdk-node/dist/authenticator"; | ||
declare module 'egg' { | ||
interface Context { | ||
authenticationInformation: AuthenticationInformation; | ||
} | ||
} | ||
export * from 'kauth-sdk-node'; |
{ | ||
"name": "egg-kauth", | ||
"version": "0.0.7", | ||
"version": "0.2.0", | ||
"description": "egg kauth plugin", | ||
@@ -12,7 +12,8 @@ "eggPlugin": { | ||
], | ||
"types": "**/*.d.ts", | ||
"main": "index.ts", | ||
"types": "types.d.ts", | ||
"scripts": { | ||
"type-check": "tsc --noEmit", | ||
"lint": "npm run type-check && eslint . --fix --ext .ts", | ||
"clean": "rimraf app/**/*.js app/**/*.d.ts config/**/*.js config/**/*.d.ts", | ||
"clean": "rimraf index.js index.d.ts app/**/*.js app/**/*.d.ts config/**/*.js config/**/*.d.ts", | ||
"build": "npm run clean && tsc", | ||
@@ -19,0 +20,0 @@ "watch": "tsc -w", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16115
15
318
1