scttcper / koa2-swagger-ui

Swagger UI as Koa v2 middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release 2.6.2 has swagger-ui 3.4.3 instead of 3.4.4

kingjerod opened this issue · comments

Tried uninstalling and reinstalling, not sure if something went wrong with the release? This is the package.json from node_modules/koa2-swagger-ui, you can see it has "swagger-ui": "3.4.3" :

{
  "_from": "koa2-swagger-ui",
  "_id": "koa2-swagger-ui@2.6.2",
  "_inBundle": false,
  "_integrity": "sha512-Pn28tmKwTb03FIeZCRKLUGyceql+2fuXWOQqFWxRqOKur9zkf4ikX/Ud8oECsCG6wImZF9EZwrO1dxFqXRqhlA==",
  "_location": "/koa2-swagger-ui",
  "_phantomChildren": {
    "async": "1.5.2",
    "optimist": "0.6.1",
    "source-map": "0.4.4",
    "uglify-js": "2.8.29"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "koa2-swagger-ui",
    "name": "koa2-swagger-ui",
    "escapedName": "koa2-swagger-ui",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/koa2-swagger-ui/-/koa2-swagger-ui-2.6.2.tgz",
  "_shasum": "f3caac43eda08e435946af57aa8e73e26eeacee1",
  "_spec": "koa2-swagger-ui",
  "_where": "/app",
  "bugs": {
    "url": "https://github.com/scttcper/koa2-swagger-ui/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "handlebars": "^4.0.11",
    "lodash.defaultsdeep": "^4.6.0"
  },
  "deprecated": false,
  "description": "Swagger UI middleware for koa",
  "devDependencies": {
    "eslint": "^4.11.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-formatter-pretty": "^1.3.0",
    "eslint-plugin-import": "^2.8.0",
    "koa": "^2.4.1",
    "koa-router": "^7.2.1",
    "mocha": "^4.0.1",
    "nodemon": "^1.12.1",
    "nyc": "^11.3.0",
    "supertest": "^3.0.0",
    "swagger-ui": "3.4.3"
  },
  "homepage": "https://github.com/scttcper/koa2-swagger-ui",
  "keywords": [
    "swagger",
    "docs",
    "swagger-ui",
    "koa",
    "koa2",
    "middleware"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "koa2-swagger-ui",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "peerDependencies": {
    "koa": "^2.4.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scttcper/koa2-swagger-ui.git"
  },
  "scripts": {
    "coverage": "nyc npm test",
    "lint": "eslint --format=node_modules/eslint-formatter-pretty lib test",
    "start": "nodemon examples/example.js",
    "test": "mocha test/*.js"
  },
  "version": "2.6.2"
}