Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NfNitLoop committed Nov 14, 2024
1 parent bd4a02f commit 6aaf705
Show file tree
Hide file tree
Showing 10 changed files with 1,553 additions and 1,257 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.5.0
=====

Upgrade the ESBuild plugin to use jsr:@luca/esbuild-deno-loader@^0.11.0. (auto-detects import maps.)

1.4.0
=====

Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nfnitloop/deno-embedder",
"version": "1.4.9",
"version": "1.5.0",
"exports": {
".": "./src/mod.ts",
"./plugins/plugins": "./src/plugins/plugins.ts",
Expand Down
971 changes: 536 additions & 435 deletions deno.lock

Large diffs are not rendered by default.

617 changes: 356 additions & 261 deletions examples/hono/deno.lock

Large diffs are not rendered by default.

177 changes: 89 additions & 88 deletions examples/hono/embed/code/_app.js.ts

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/hono/embed/static/_Smiley.svg.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

833 changes: 463 additions & 370 deletions examples/with-embedder/deno.lock

Large diffs are not rendered by default.

177 changes: 89 additions & 88 deletions examples/with-embedder/embed/code/_app.js.ts

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/with-embedder/embed/static/_Smiley.svg.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/plugins/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* @module
*/

import * as esbuild from "npm:esbuild@0.21.1"
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.10.3";
import * as esbuild from "npm:esbuild@0.22.0"
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.11.0";


// deno-lint-ignore no-unused-vars -- Plugin is used in a @link.
Expand Down

0 comments on commit 6aaf705

Please sign in to comment.