@itentialopensource/adapter-amazon_route53 0.3.6 → 0.3.8
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.
- package/CHANGELOG.md +16 -0
- package/metadata.json +7 -3
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.8 [03-21-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.03.21_13:49PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/cloud/adapter-amazon_route53!14
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.7 [03-15-2024]
|
|
11
|
+
|
|
12
|
+
* Update metadata.json
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/cloud/adapter-amazon_route53!13
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.6 [03-13-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.03.13_11:45AM
|
package/metadata.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-amazon_route53",
|
|
3
|
-
"webName": "Adapter for Integration to Amazon Web Services
|
|
3
|
+
"webName": "Adapter for Integration to Amazon Web Services Route 53",
|
|
4
4
|
"vendor": "Amazon Web Services",
|
|
5
|
-
"product": "
|
|
5
|
+
"product": "Route 53",
|
|
6
6
|
"osVersion": [],
|
|
7
7
|
"apiVersions": [
|
|
8
8
|
"2013-04-01"
|
|
@@ -58,7 +58,11 @@
|
|
|
58
58
|
"vendorLink": "https://aws.amazon.com/",
|
|
59
59
|
"productLink": "https://aws.amazon.com/route53/",
|
|
60
60
|
"apiLinks": [
|
|
61
|
-
|
|
61
|
+
{
|
|
62
|
+
"title": "Amazon Web Services - Route 53 API",
|
|
63
|
+
"link": "https://docs.aws.amazon.com/Route53/latest/APIReference/Welcome.html",
|
|
64
|
+
"public": true
|
|
65
|
+
}
|
|
62
66
|
]
|
|
63
67
|
},
|
|
64
68
|
"assets": [],
|
package/package.json
CHANGED
|
Binary file
|