Skip to content

Commit

Permalink
Rkoch/fix/npm publish (#35)
Browse files Browse the repository at this point in the history
* Update path for Node SDK artifacts in workflow

* Update artifact path for Node SDK build job

* Revert "Update path for Node SDK artifacts in workflow (#29)" (#30)

This reverts commit 097f458.

* Update GitHub Actions versions for package-node-sdk workflow

* Prioritize downloading dists before checkout step

* Update main and module paths in package.json

---------

Signed-off-by: Robert Koch <[email protected]>
  • Loading branch information
kochie authored Sep 5, 2024
1 parent 6d99a38 commit 4dd8de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"author": "Redactive AI <redactive.ai>",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit 4dd8de8

Please sign in to comment.