@celerity-sdk/topic 0.7.0 → 0.8.0
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@celerity-sdk/topic",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Pub/Sub topic abstraction for the Celerity Node SDK (SNS / Pub/Sub / Service Bus Topics)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"debug": "^4.4.0",
|
|
35
|
-
"@celerity-sdk/types": "^0.
|
|
36
|
-
"@celerity-sdk/
|
|
37
|
-
"@celerity-sdk/
|
|
35
|
+
"@celerity-sdk/types": "^0.8.0",
|
|
36
|
+
"@celerity-sdk/common": "^0.8.0",
|
|
37
|
+
"@celerity-sdk/config": "^0.8.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@aws-sdk/client-sns": "^3.750.0",
|