astro-tractstack 2.0.0-rc.23 → 2.0.0-rc.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1252,6 +1252,10 @@ async function w(t, e, c) {
1252
1252
  dest: "src/lib/session.ts"
1253
1253
  },
1254
1254
  // Client Scripts
1255
+ {
1256
+ src: t("../templates/src/client/htmx.min.js"),
1257
+ dest: "public/client/htmx.min.js"
1258
+ },
1255
1259
  {
1256
1260
  src: t("../templates/src/client/sse.js"),
1257
1261
  dest: "public/client/sse.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-tractstack",
3
- "version": "2.0.0-rc.23",
3
+ "version": "2.0.0-rc.25",
4
4
  "description": "Astro integration for TractStack - redeeming the web from boring experiences",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",