Skip to content

Commit

Permalink
feat: proxy packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 22, 2024
1 parent 83cb03a commit a879039
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-bats-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"prool": patch
---

Added proxy packages for entrypoints.
5 changes: 5 additions & 0 deletions src/instances/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "module",
"types": "../_lib/exports/instances/index.d.ts",
"module": "../_lib/exports/instances/index.js"
}
5 changes: 5 additions & 0 deletions src/processes/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "module",
"types": "../_lib/exports/processes/index.d.ts",
"module": "../_lib/exports/processes/index.js"
}

0 comments on commit a879039

Please sign in to comment.