@superfaceai/ast
Advanced tools
Comparing version 0.0.34 to 0.0.35-beta.0
@@ -22,3 +22,2 @@ # Changelog | ||
## [0.0.32-beta.0] - 2021-10-14 | ||
### Added | ||
@@ -29,6 +28,2 @@ - provider.json schemas | ||
## [0.0.31-beta.0] - 2021-09-28 | ||
## [0.0.30-beta.0] - 2021-09-28 | ||
## [0.0.29] - 2021-09-08 | ||
@@ -35,0 +30,0 @@ |
export * from './interfaces'; | ||
export declare const VERSION: string; |
@@ -13,3 +13,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-var-requires | ||
var packageJson = require('../package.json'); | ||
__exportStar(require("./interfaces"), exports); | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access | ||
exports.VERSION = packageJson.version; | ||
//# sourceMappingURL=index.js.map |
@@ -13,4 +13,4 @@ import { Guard } from '../ast'; | ||
export declare function prepareSecurityValues(providerName: string, schemes: SecurityScheme[]): SecurityValues[]; | ||
export declare function prepareProviderParameters(parameters: IntegrationParameter[]): { | ||
export declare function prepareProviderParameters(providerName: string, parameters: IntegrationParameter[]): { | ||
[key: string]: string; | ||
}; |
{ | ||
"name": "@superfaceai/ast", | ||
"version": "0.0.34", | ||
"version": "0.0.35-beta.0", | ||
"description": "Superface profile and map language ASTs, https://superface.ai", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
2234880
52159