@aws-amplify/graphql-directives
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -44,2 +44,5 @@ ## API Report File for "@aws-amplify/graphql-directives" | ||
// @public (undocumented) | ||
export const ConversationDirective: Directive; | ||
// @public (undocumented) | ||
export const DefaultDirective: Directive; | ||
@@ -74,2 +77,5 @@ | ||
// @public (undocumented) | ||
export const GenerationDirective: Directive; | ||
// @public (undocumented) | ||
export const HasManyDirective: Directive<HasManyDirectiveDefaults>; | ||
@@ -76,0 +82,0 @@ |
@@ -6,2 +6,8 @@ # Change Log | ||
# [2.1.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-directives@2.0.0...@aws-amplify/graphql-directives@2.1.0) (2024-09-06) | ||
### Features | ||
- **graphql-directives:** add conversation and generation directive definitions ([#2810](https://github.com/aws-amplify/amplify-category-api/issues/2810)) ([fbb9d38](https://github.com/aws-amplify/amplify-category-api/commit/fbb9d380d41a2fae5af1628b0eba00907871f014)) | ||
# [2.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-directives@1.1.0...@aws-amplify/graphql-directives@2.0.0) (2024-08-20) | ||
@@ -8,0 +14,0 @@ |
@@ -8,3 +8,5 @@ export type { Directive, DirectiveDefaults } from './directive'; | ||
export { DeprecatedDirective } from './deprecated'; | ||
export { ConversationDirective } from './conversation'; | ||
export { FunctionDirective } from './function'; | ||
export { GenerationDirective } from './generation'; | ||
export { HasManyDirective, HasManyDirectiveDefaults } from './has-many'; | ||
@@ -11,0 +13,0 @@ export { HasOneDirective } from './has-one'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SqlDirective = exports.SearchableDirective = exports.RefersToDirective = exports.PrimaryKeyDirective = exports.PredictionsDirective = exports.ModelDirective = exports.MapsToDirective = exports.ManyToManyDirective = exports.IndexDirective = exports.HttpDirective = exports.HasOneDirective = exports.HasManyDirective = exports.FunctionDirective = exports.DeprecatedDirective = exports.DefaultDirective = exports.BelongsToDirective = exports.AuthDirective = void 0; | ||
exports.SqlDirective = exports.SearchableDirective = exports.RefersToDirective = exports.PrimaryKeyDirective = exports.PredictionsDirective = exports.ModelDirective = exports.MapsToDirective = exports.ManyToManyDirective = exports.IndexDirective = exports.HttpDirective = exports.HasOneDirective = exports.HasManyDirective = exports.GenerationDirective = exports.FunctionDirective = exports.ConversationDirective = exports.DeprecatedDirective = exports.DefaultDirective = exports.BelongsToDirective = exports.AuthDirective = void 0; | ||
__exportStar(require("./appsync"), exports); | ||
@@ -29,4 +29,8 @@ __exportStar(require("./v1"), exports); | ||
Object.defineProperty(exports, "DeprecatedDirective", { enumerable: true, get: function () { return deprecated_1.DeprecatedDirective; } }); | ||
var conversation_1 = require("./conversation"); | ||
Object.defineProperty(exports, "ConversationDirective", { enumerable: true, get: function () { return conversation_1.ConversationDirective; } }); | ||
var function_1 = require("./function"); | ||
Object.defineProperty(exports, "FunctionDirective", { enumerable: true, get: function () { return function_1.FunctionDirective; } }); | ||
var generation_1 = require("./generation"); | ||
Object.defineProperty(exports, "GenerationDirective", { enumerable: true, get: function () { return generation_1.GenerationDirective; } }); | ||
var has_many_1 = require("./has-many"); | ||
@@ -33,0 +37,0 @@ Object.defineProperty(exports, "HasManyDirective", { enumerable: true, get: function () { return has_many_1.HasManyDirective; } }); |
@@ -34,3 +34,5 @@ "use strict"; | ||
directives_1.DeprecatedDirective, | ||
directives_1.ConversationDirective, | ||
directives_1.FunctionDirective, | ||
directives_1.GenerationDirective, | ||
directives_1.HasManyDirective, | ||
@@ -37,0 +39,0 @@ directives_1.HasOneDirective, |
{ | ||
"name": "@aws-amplify/graphql-directives", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Directive definitions for Amplify GraphQL transformers.", | ||
@@ -34,3 +34,5 @@ "repository": { | ||
}, | ||
"testURL": "http://localhost", | ||
"testEnvironmentOptions": { | ||
"url": "http://localhost" | ||
}, | ||
"testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
@@ -58,3 +60,2 @@ "moduleFileExtensions": [ | ||
], | ||
"testEnvironment": "../../FixJestEnvironment.js", | ||
"collectCoverageFrom": [ | ||
@@ -66,5 +67,9 @@ "src/**/*.ts" | ||
"src/directives/directive.ts" | ||
] | ||
], | ||
"snapshotFormat": { | ||
"escapeString": true, | ||
"printBasicPrototype": true | ||
} | ||
}, | ||
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4" | ||
"gitHead": "47cbcc39b5c28486ff5759d29efee07725bb8b55" | ||
} |
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
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
80337
165
993