@loopback/openapi-v3-types
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.6](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-v3-types@1.0.5...@loopback/openapi-v3-types@1.0.6) (2019-02-08) | ||
**Note:** Version bump only for package @loopback/openapi-v3-types | ||
## [1.0.5](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-v3-types@1.0.4...@loopback/openapi-v3-types@1.0.5) (2019-01-28) | ||
@@ -8,0 +16,0 @@ |
@@ -1,1 +0,2 @@ | ||
export * from './src'; | ||
export * from './openapi-v3-spec-types'; | ||
export * from './type-guards'; |
@@ -10,5 +10,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// DO NOT EDIT THIS FILE | ||
// Add any additional (re)exports to src/index.ts instead. | ||
__export(require("./src")); | ||
__export(require("./openapi-v3-spec-types")); | ||
__export(require("./type-guards")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@loopback/openapi-v3-types", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "TypeScript type definitions for OpenAPI Specifications.", | ||
@@ -12,4 +12,4 @@ "engines": { | ||
"devDependencies": { | ||
"@loopback/build": "^1.2.1", | ||
"@loopback/testlab": "^1.0.5", | ||
"@loopback/build": "^1.3.0", | ||
"@loopback/testlab": "^1.0.6", | ||
"@loopback/tslint-config": "^2.0.0", | ||
@@ -24,4 +24,4 @@ "@types/node": "^10.11.2" | ||
"pretest": "npm run build", | ||
"test": "lb-mocha \"dist/test/**/*.js\"", | ||
"unit": "npm run build && lb-mocha \"dist/test/unit/**/*.js\"" | ||
"test": "lb-mocha \"dist/__tests__/**/*.js\"", | ||
"unit": "npm run build && lb-mocha \"dist/__tests__/unit/**/*.js\"" | ||
}, | ||
@@ -40,5 +40,5 @@ "author": "IBM", | ||
"index.d.ts", | ||
"dist/src", | ||
"dist/index*", | ||
"src" | ||
"dist", | ||
"src", | ||
"!*/__tests__" | ||
], | ||
@@ -52,3 +52,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e5d3d2f34e7264b89ea33b38a8a5fd069cb6c33b" | ||
"gitHead": "596a143d4a0aa1f078110aa6303ea933a40eead0" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
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
22271
18
129
1