Remove exports and add main and types to package.json

This commit is contained in:
Eric Allam
2023-01-31 13:55:49 +00:00
parent 1dc9e1253a
commit 8ac7414bba
5 changed files with 16 additions and 52 deletions
+8
View File
@@ -0,0 +1,8 @@
---
"@trigger.dev/shopify": patch
"@trigger.dev/github": patch
"@trigger.dev/resend": patch
"@trigger.dev/slack": patch
---
Remove exports and add main and types to package.json
+2 -13
View File
@@ -2,19 +2,8 @@
"name": "@trigger.dev/github",
"version": "0.1.17",
"description": "The official GitHub integration for Trigger.dev",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./internal": {
"import": "./dist/internal.js",
"require": "./dist/internal.js",
"types": "./dist/internal.d.ts"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
+2 -13
View File
@@ -2,19 +2,8 @@
"name": "@trigger.dev/resend",
"version": "0.1.17",
"description": "The official resend.com integration for Trigger.dev",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./internal": {
"import": "./dist/internal.js",
"require": "./dist/internal.js",
"types": "./dist/internal.d.ts"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
+2 -13
View File
@@ -2,19 +2,8 @@
"name": "@trigger.dev/shopify",
"version": "0.1.17",
"description": "The official Shopify integration for Trigger.dev",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./internal": {
"import": "./dist/internal.js",
"require": "./dist/internal.js",
"types": "./dist/internal.d.ts"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
+2 -13
View File
@@ -2,19 +2,8 @@
"name": "@trigger.dev/slack",
"version": "0.1.17",
"description": "The official Slack integration for Trigger.dev",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./internal": {
"import": "./dist/internal.js",
"require": "./dist/internal.js",
"types": "./dist/internal.d.ts"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},