amplify-util-headless-input
Advanced tools
Comparing version 1.9.8 to 1.9.9-upgrade-graphql15-2.0
@@ -6,2 +6,19 @@ # Change Log | ||
## [1.9.9-upgrade-graphql15-2.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-util-headless-input@1.9.8...amplify-util-headless-input@1.9.9-upgrade-graphql15-2.0) (2023-01-18) | ||
### Bug Fixes | ||
* @typescript-eslint/no-floating-promises ([#11665](https://github.com/aws-amplify/amplify-cli/issues/11665)) ([6c64717](https://github.com/aws-amplify/amplify-cli/commit/6c647177a3518d777677757bebc01f18b71552e3)) | ||
* manual lint fixes ([#11638](https://github.com/aws-amplify/amplify-cli/issues/11638)) ([2294cf8](https://github.com/aws-amplify/amplify-cli/commit/2294cf8bf1ec2d6d58251649871e6e9617c49b23)) | ||
### Reverts | ||
* Revert "chore: fixing main to dev merge conflicts (#11696)" ([00fec46](https://github.com/aws-amplify/amplify-cli/commit/00fec4608096390b5ae2563b5c69453cd48bfa45)), closes [#11696](https://github.com/aws-amplify/amplify-cli/issues/11696) | ||
## [1.9.8](https://github.com/aws-amplify/amplify-cli/compare/amplify-util-headless-input@1.9.7...amplify-util-headless-input@1.9.8) (2023-01-03) | ||
@@ -8,0 +25,0 @@ |
@@ -14,3 +14,3 @@ import { JSONSchema7 } from 'json-schema'; | ||
} | void>; | ||
export declare type VersionUpgradePipeline = (version: number) => Function[]; | ||
export declare type VersionUpgradePipeline = (version: number) => ((...args: unknown[]) => unknown)[]; | ||
//# sourceMappingURL=HeadlessInputValidator.d.ts.map |
@@ -74,5 +74,5 @@ "use strict"; | ||
catch (ex) { | ||
return; | ||
return undefined; | ||
} | ||
}; | ||
//# sourceMappingURL=schemaSuppliers.js.map |
@@ -6,5 +6,5 @@ import { VersionUpgradePipeline } from './HeadlessInputValidator'; | ||
withVersionIndexMap(map: Map<number, number>): this; | ||
withTransformationFunctions(functions: Function[]): this; | ||
withTransformationFunctions(functions: ((...args: unknown[]) => unknown)[]): this; | ||
build(): VersionUpgradePipeline; | ||
} | ||
//# sourceMappingURL=VersionUpgradePipelineBuilder.d.ts.map |
{ | ||
"name": "amplify-util-headless-input", | ||
"version": "1.9.8", | ||
"version": "1.9.9-upgrade-graphql15-2.0", | ||
"description": "Logic for validating objects against JSON-schema specs and performing version upgrades when necessary / possible", | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"ajv": "^6.12.6", | ||
"amplify-headless-interface": "1.16.1" | ||
"amplify-headless-interface": "1.17.0-upgrade-graphql15-2.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "dea54cd4bc5745ba7645808964d29f5a395fe6f7" | ||
"gitHead": "a9179c71eceb850a395f81e2d3b9623b3eb7663c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
49511
2
+ Addedamplify-headless-interface@1.17.0-upgrade-graphql15-2.0(transitive)
- Removedamplify-headless-interface@1.16.1(transitive)
Updatedamplify-headless-interface@1.17.0-upgrade-graphql15-2.0