chore: Update version for release (#1705)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-02-13 15:25:08 +00:00
committed by GitHub
parent a62cb3e60b
commit 4dbf217edb
13 changed files with 65 additions and 29 deletions
-16
View File
@@ -1,16 +0,0 @@
---
"@trigger.dev/sdk": patch
---
You can add Alerts in the dashboard. One of these is a webhook, which this change greatly improves.
The main change is that there's now an SDK function to verify and parse them (similar to Stripe SDK).
```ts
const event = await webhooks.constructEvent(request, process.env.ALERT_WEBHOOK_SECRET!);
```
If the signature you provide matches the one from the dashboard when you create the webhook, you will get a nicely typed object back for these three types:
- "alert.run.failed"
- "alert.deployment.success"
- "alert.deployment.failed"
+7
View File
@@ -1,5 +1,12 @@
# @trigger.dev/build
## 3.3.16
### Patch Changes
- Updated dependencies:
- `@trigger.dev/core@3.3.16`
## 3.3.15
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/build",
"version": "3.3.15",
"version": "3.3.16",
"description": "trigger.dev build extensions",
"license": "MIT",
"publishConfig": {
@@ -65,7 +65,7 @@
"check-exports": "attw --pack ."
},
"dependencies": {
"@trigger.dev/core": "workspace:3.3.15",
"@trigger.dev/core": "workspace:3.3.16",
"pkg-types": "^1.1.3",
"tinyglobby": "^0.2.2",
"tsconfck": "3.1.3"
+8
View File
@@ -1,5 +1,13 @@
# trigger.dev
## 3.3.16
### Patch Changes
- Updated dependencies:
- `@trigger.dev/build@3.3.16`
- `@trigger.dev/core@3.3.16`
## 3.3.15
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "trigger.dev",
"version": "3.3.15",
"version": "3.3.16",
"description": "A Command-Line Interface for Trigger.dev (v3) projects",
"type": "module",
"license": "MIT",
@@ -87,8 +87,8 @@
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@trigger.dev/build": "workspace:3.3.15",
"@trigger.dev/core": "workspace:3.3.15",
"@trigger.dev/build": "workspace:3.3.16",
"@trigger.dev/core": "workspace:3.3.16",
"c12": "^1.11.1",
"chalk": "^5.2.0",
"chokidar": "^3.6.0",
+2
View File
@@ -1,5 +1,7 @@
# internal-platform
## 3.3.16
## 3.3.15
## 3.3.14
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/core",
"version": "3.3.15",
"version": "3.3.16",
"description": "Core code used across the Trigger.dev SDK and platform",
"license": "MIT",
"publishConfig": {
+7
View File
@@ -1,5 +1,12 @@
# @trigger.dev/react-hooks
## 3.3.16
### Patch Changes
- Updated dependencies:
- `@trigger.dev/core@3.3.16`
## 3.3.15
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/react-hooks",
"version": "3.3.15",
"version": "3.3.16",
"description": "trigger.dev react hooks",
"license": "MIT",
"publishConfig": {
@@ -37,7 +37,7 @@
"check-exports": "attw --pack ."
},
"dependencies": {
"@trigger.dev/core": "workspace:^3.3.15",
"@trigger.dev/core": "workspace:^3.3.16",
"swr": "^2.2.5"
},
"devDependencies": {
+7
View File
@@ -1,5 +1,12 @@
# @trigger.dev/rsc
## 3.3.16
### Patch Changes
- Updated dependencies:
- `@trigger.dev/core@3.3.16`
## 3.3.15
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/rsc",
"version": "3.3.15",
"version": "3.3.16",
"description": "trigger.dev rsc",
"license": "MIT",
"publishConfig": {
@@ -37,14 +37,14 @@
"check-exports": "attw --pack ."
},
"dependencies": {
"@trigger.dev/core": "workspace:^3.3.15",
"@trigger.dev/core": "workspace:^3.3.16",
"mlly": "^1.7.1",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@trigger.dev/build": "workspace:^3.3.15",
"@trigger.dev/build": "workspace:^3.3.16",
"@types/node": "^20.14.14",
"@types/react": "*",
"@types/react-dom": "*",
+21
View File
@@ -1,5 +1,26 @@
# @trigger.dev/sdk
## 3.3.16
### Patch Changes
- You can add Alerts in the dashboard. One of these is a webhook, which this change greatly improves. ([#1703](https://github.com/triggerdotdev/trigger.dev/pull/1703))
The main change is that there's now an SDK function to verify and parse them (similar to Stripe SDK).
```ts
const event = await webhooks.constructEvent(request, process.env.ALERT_WEBHOOK_SECRET!);
```
If the signature you provide matches the one from the dashboard when you create the webhook, you will get a nicely typed object back for these three types:
- "alert.run.failed"
- "alert.deployment.success"
- "alert.deployment.failed"
- Updated dependencies:
- `@trigger.dev/core@3.3.16`
## 3.3.15
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/sdk",
"version": "3.3.15",
"version": "3.3.16",
"description": "trigger.dev Node.JS SDK",
"license": "MIT",
"publishConfig": {
@@ -48,7 +48,7 @@
"@opentelemetry/api": "1.9.0",
"@opentelemetry/api-logs": "0.52.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@trigger.dev/core": "workspace:3.3.15",
"@trigger.dev/core": "workspace:3.3.16",
"chalk": "^5.2.0",
"cronstrue": "^2.21.0",
"debug": "^4.3.4",