vite-plugin-opencode-assistant 1.0.19 → 1.0.20

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.
Files changed (2) hide show
  1. package/lib/client.js +1 -1
  2. package/package.json +4 -4
package/lib/client.js CHANGED
@@ -5410,7 +5410,7 @@ function _o(e) {
5410
5410
  function vo(e) {
5411
5411
  try {
5412
5412
  return Qi(e, {
5413
- selectors: ["id", "class", "tag", "attribute", "nthchild"],
5413
+ selectors: ["id", "class", "tag", "nthchild"],
5414
5414
  combineWithinSelector: !0,
5415
5415
  combineBetweenSelectors: !0,
5416
5416
  maxCombinations: 100,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-opencode-assistant",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Embed OpenCode Web UI in your Vite dev server for real-time code modification and preview",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -36,9 +36,9 @@
36
36
  "license": "MIT",
37
37
  "dependencies": {
38
38
  "unplugin-vue-inspector": "^2.4.0",
39
- "@vite-plugin-opencode-assistant/opencode": "1.0.19",
40
- "@vite-plugin-opencode-assistant/components": "1.0.19",
41
- "@vite-plugin-opencode-assistant/shared": "1.0.19"
39
+ "@vite-plugin-opencode-assistant/opencode": "1.0.20",
40
+ "@vite-plugin-opencode-assistant/shared": "1.0.20",
41
+ "@vite-plugin-opencode-assistant/components": "1.0.20"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "vite": ">=4.0.0"