Release fetch to packages

This commit is contained in:
Eric Allam
2023-01-23 14:12:25 +00:00
parent f316c6e3af
commit 5bcdae0336
9 changed files with 26 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@trigger.dev/providers": patch
---
Added new star event to the github webhook integrations
-5
View File
@@ -1,5 +0,0 @@
---
"@trigger.dev/sdk": patch
---
Add ability to use fetch without having to use context param
-5
View File
@@ -1,5 +0,0 @@
---
"@trigger.dev/sdk": patch
---
Added context.fetch to make generic fetch requests using Trigger.dev
@@ -1,5 +1,15 @@
# @trigger.dev/integrations
## 0.1.9
### Patch Changes
- Updated dependencies [f350fca]
- Updated dependencies [f316c6e]
- Updated dependencies [c69c370]
- @trigger.dev/providers@0.1.5
- @trigger.dev/sdk@0.2.6
## 0.1.8
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/integrations",
"version": "0.1.8",
"version": "0.1.9",
"description": "trigger.dev integrations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+6
View File
@@ -1,5 +1,11 @@
# @trigger.dev/providers
## 0.1.5
### Patch Changes
- f350fca: Added new star event to the github webhook integrations
## 0.1.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/providers",
"version": "0.1.4",
"version": "0.1.5",
"description": "trigger.dev API providers with schemas",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+7
View File
@@ -1,5 +1,12 @@
# @trigger.dev/sdk
## 0.2.6
### Patch Changes
- f316c6e: Add ability to use fetch without having to use context param
- c69c370: Added context.fetch to make generic fetch requests using Trigger.dev
## 0.2.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/sdk",
"version": "0.2.5",
"version": "0.2.6",
"description": "trigger.dev Node.JS SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",