ai-localize-aws-cloudfront 1.0.1 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # ai-localize-aws-cloudfront
2
+
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - ai-localize-shared@2.0.1
9
+ - ai-localize-codemods@2.0.1
10
+
11
+ ## 2.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - versoion change
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - ai-localize-codemods@2.0.0
21
+ - ai-localize-shared@2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-localize-aws-cloudfront",
3
- "version": "1.0.1",
3
+ "version": "2.0.1",
4
4
  "description": "S3 upload, CloudFront invalidation, CDN URL generation",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -17,8 +17,8 @@
17
17
  "@aws-sdk/client-cloudfront": "^3.511.0",
18
18
  "@aws-sdk/lib-storage": "^3.511.0",
19
19
  "mime-types": "^2.1.35",
20
- "ai-localize-shared": "1.0.1",
21
- "ai-localize-codemods": "1.0.1"
20
+ "ai-localize-shared": "2.0.1",
21
+ "ai-localize-codemods": "2.0.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/mime-types": "^2.1.4",