@awsless/awsless 0.0.79 → 0.0.80
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/dist/bin.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -2433,7 +2433,7 @@ import { PublishOptions } from '@awsless/sns'
|
|
|
2433
2433
|
|
|
2434
2434
|
type Publish<Name extends string> = {
|
|
2435
2435
|
readonly name: Name
|
|
2436
|
-
|
|
2436
|
+
(payload: unknown, options?: Omit<PublishOptions, 'topic' | 'payload'>): Promise<void>
|
|
2437
2437
|
}`;
|
|
2438
2438
|
var topicPlugin = definePlugin({
|
|
2439
2439
|
name: "topic",
|