runwork 0.20.0 → 0.21.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.
- package/bundled-types/core-workspace.d.ts +2 -2
- package/dist/index.js +678 -566
- package/package.json +1 -1
|
@@ -370,8 +370,8 @@ export declare class WorkspaceContext {
|
|
|
370
370
|
/**
|
|
371
371
|
* Send a notification to a workspace user
|
|
372
372
|
* Can only send to verified workspace members
|
|
373
|
-
* The platform wraps your content in a standard notification template
|
|
374
|
-
*
|
|
373
|
+
* The platform wraps your content in a standard notification template and
|
|
374
|
+
* sends it from your app's name, using `title` as the subject line
|
|
375
375
|
*
|
|
376
376
|
* @example
|
|
377
377
|
* ```typescript
|