@aws-lite/sns-types 0.0.8 → 0.0.9

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/index.d.ts +1 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -11,7 +11,7 @@ declare interface AwsLiteSNS {
11
11
  /**
12
12
  * @description
13
13
  * - AWS docs: {@link https://docs.aws.amazon.com/sns/latest/api/API_Publish.html SNS: Publish}
14
- * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/sns/readme.md#Publish SNS: Publish}
14
+ * - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/sns/readme.md#Publish SNS: Publish}
15
15
  */
16
16
  Publish: (input: { Message: string, MessageAttributes?: string, MessageDeduplicationId?: string, MessageGroupId?: string, MessageStructure?: string, PhoneNumber?: string, Subject?: string, TargetArn?: string, TopicArn?: string }) => Promise<PublishResponse>
17
17
  // $METHODS_END
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@aws-lite/sns-types",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Type definitions for the `@aws-lite/sns` plugin",
5
5
  "homepage": "https://aws-lite.org/services/sns",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/architect/aws-lite.git",
8
+ "url": "git+https://github.com/aws-lite/aws-lite.git",
9
9
  "directory": "plugins/sns/types"
10
10
  },
11
- "bugs": "https://github.com/architect/aws-lite/issues",
11
+ "bugs": "https://github.com/aws-lite/aws-lite/issues",
12
12
  "main": "",
13
13
  "engines": {
14
14
  "node": ">=16"