Skip to content

Commit

Permalink
chore: Versions packages for latest changesets (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 12, 2024
1 parent b7233db commit e2f0a4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-beans-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-experts-buy.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @taskless/loader

## 0.0.13

### Patch Changes

- b7233db: Makes the autoloader workflow fully synchronous - For older node instances, the mock / shimming process needs to be synchronous as part of the loader code. The blocking point was moved to the point of first request. This showed up mostly when using the `--loader` syntax. `--import` was unaffected.
- a2ce1d1: Improves runtime compatibility - The previous vite build imported lua scripts via `new URL("data:...")` which can cause issues on some versions of node. This changes to a safer `import from...` syntax from `vite`

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taskless/loader",
"description": "Taskless Loader - Take control of your third party APIs",
"version": "0.0.12",
"version": "0.0.13",
"author": "Taskless",
"license": "Apache-2.0",
"repository": "taskless/loader-js",
Expand Down

0 comments on commit e2f0a4c

Please sign in to comment.