@aws-amplify/graphql-model-transformer 3.1.0-gen2-migration-1015.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,22 +3,19 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [3.1.0-gen2-migration-1015.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.5...@aws-amplify/graphql-model-transformer@3.1.0-gen2-migration-1015.0) (2024-10-15)
6
+ # [3.1.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.7...@aws-amplify/graphql-model-transformer@3.1.0) (2024-11-08)
7
7
 
8
- ### Bug Fixes
8
+ ### Features
9
9
 
10
- - adjust default table properties ([#2726](https://github.com/aws-amplify/amplify-category-api/issues/2726)) ([df3a50b](https://github.com/aws-amplify/amplify-category-api/commit/df3a50b2effb88bc56525c628045c84e9d259a4c))
11
- - allowlist comparison properties on imported table ([#2908](https://github.com/aws-amplify/amplify-category-api/issues/2908)) ([ae1f860](https://github.com/aws-amplify/amplify-category-api/commit/ae1f860a12dfd0cc4ae77675d6a6c9f6b45a920e))
10
+ - add imported DDB tables for gen 2 migration in experimental state ([#2992](https://github.com/aws-amplify/amplify-category-api/issues/2992)) ([0c415b3](https://github.com/aws-amplify/amplify-category-api/commit/0c415b3eed70a567848fc661c3d4ce0ca5719e94))
12
11
 
13
- ### Features
12
+ ## [3.0.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.6...@aws-amplify/graphql-model-transformer@3.0.7) (2024-10-28)
14
13
 
15
- - get datasource map for migration ([#2668](https://github.com/aws-amplify/amplify-category-api/issues/2668)) ([02c7da0](https://github.com/aws-amplify/amplify-category-api/commit/02c7da0da0d5837ca05a8e4ff1b1536cc20ae15b))
16
- - import existing table to amplify managed table ([#2634](https://github.com/aws-amplify/amplify-category-api/issues/2634)) ([b3fb28f](https://github.com/aws-amplify/amplify-category-api/commit/b3fb28f6a253cae523625c0b2e93ec9ce2c37bab))
17
- - validate imported tables ([#2696](https://github.com/aws-amplify/amplify-category-api/issues/2696)) ([8c684a9](https://github.com/aws-amplify/amplify-category-api/commit/8c684a9cfe140bc9c45e1ec1212d9bc423acf170))
14
+ **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
18
15
 
19
- ### Reverts
16
+ ## [3.0.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.5...@aws-amplify/graphql-model-transformer@3.0.6) (2024-10-17)
20
17
 
21
- - Revert "feat: get datasource map for migration (#2668)" (#2907) ([2b17871](https://github.com/aws-amplify/amplify-category-api/commit/2b17871b600dbfa6d911057c30498f7df6a7e8dc)), closes [#2668](https://github.com/aws-amplify/amplify-category-api/issues/2668) [#2907](https://github.com/aws-amplify/amplify-category-api/issues/2907)
18
+ **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
22
19
 
23
20
  ## [3.0.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.4...@aws-amplify/graphql-model-transformer@3.0.5) (2024-10-10)
24
21
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-model-transformer",
3
- "version": "3.1.0-gen2-migration-1015.0",
3
+ "version": "3.1.0",
4
4
  "description": "Amplify graphql @model transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,19 +34,19 @@
34
34
  "extract-api": "ts-node ../../scripts/extract-api.ts"
35
35
  },
36
36
  "dependencies": {
37
- "@aws-amplify/graphql-directives": "2.4.0-gen2-migration-1015.0",
38
- "@aws-amplify/graphql-transformer-core": "3.3.0-gen2-migration-1015.0",
39
- "@aws-amplify/graphql-transformer-interfaces": "4.2.0-gen2-migration-1015.0",
37
+ "@aws-amplify/graphql-directives": "2.5.0",
38
+ "@aws-amplify/graphql-transformer-core": "3.3.0",
39
+ "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
40
40
  "graphql": "^15.5.0",
41
- "graphql-mapping-template": "5.0.2-gen2-migration-1015.0",
42
- "graphql-transformer-common": "5.1.0-gen2-migration-1015.0"
41
+ "graphql-mapping-template": "5.0.1",
42
+ "graphql-transformer-common": "5.1.1"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "aws-cdk-lib": "^2.158.0",
46
46
  "constructs": "^10.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@aws-amplify/graphql-transformer-test-utils": "1.0.5-gen2-migration-1015.0",
49
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.7",
50
50
  "@aws-sdk/client-dynamodb": "^3.624.0",
51
51
  "@aws-sdk/client-lambda": "^3.624.0",
52
52
  "@aws-sdk/client-sfn": "^3.624.0",
@@ -96,5 +96,5 @@
96
96
  "printBasicPrototype": true
97
97
  }
98
98
  },
99
- "gitHead": "3be96e2f9b1458117e458514e28a9bb19a21cbe8"
99
+ "gitHead": "a6ab93200105e655183d8e8bab387797e7a5553d"
100
100
  }