vite-plugin-shopify-theme-islands 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-shopify-theme-islands",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Vite plugin for island architecture in Shopify themes",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.10",
@@ -78,11 +78,11 @@
78
78
  },
79
79
  "devDependencies": {
80
80
  "@happy-dom/global-registrator": "^20.8.4",
81
- "@tanstack/intent": "^0.0.19",
81
+ "@tanstack/intent": "0.0.21",
82
82
  "@types/bun": "^1.3.10",
83
83
  "@types/node": "^22.0.0",
84
- "oxfmt": "^0.40.0",
85
- "oxlint": "^1.55.0",
84
+ "oxfmt": "0.41.0",
85
+ "oxlint": "1.56.0",
86
86
  "typescript": "^5.0.0",
87
87
  "vite": "^8.0.0"
88
88
  }
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: vite-plugin-shopify-theme-islands/custom-directives
2
+ name: custom-directives
3
3
  description: >
4
4
  Custom client directives registered via directives.custom in vite.config.ts.
5
5
  ClientDirective function signature (load, options, el). AND-latch: when
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: vite-plugin-shopify-theme-islands/directives
2
+ name: directives
3
3
  description: >
4
4
  Built-in client directives: client:visible (IntersectionObserver, rootMargin),
5
5
  client:media (matchMedia query), client:idle (requestIdleCallback),
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: vite-plugin-shopify-theme-islands/lifecycle
2
+ name: lifecycle
3
3
  description: >
4
4
  Island lifecycle events and SPA teardown. onIslandLoad and onIslandError
5
5
  helpers from vite-plugin-shopify-theme-islands/events — prefer these over
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: vite-plugin-shopify-theme-islands/setup
2
+ name: setup
3
3
  description: >
4
4
  Plugin install and vite.config.ts configuration. Covers shopifyThemeIslands()
5
5
  options: directories (string | string[]), debug, directives deep-merge, and
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: vite-plugin-shopify-theme-islands/writing-islands
2
+ name: writing-islands
3
3
  description: >
4
4
  Writing island files. Two discovery modes: directory scanning (files in
5
5
  configured directories auto-discovered by tag name = filename) and Island