@unocss/autocomplete 0.65.0-beta.1 → 0.65.0-beta.3

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/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -388,7 +388,7 @@ function createAutocomplete(_uno, options = {}) {
388
388
  templates.length = 0;
389
389
  templates.push(
390
390
  ...uno.config.autocomplete.templates || [],
391
- ...uno.config.rulesDynamic.flatMap((i) => toArray(i?.[3]?.autocomplete || [])),
391
+ ...uno.config.rulesDynamic.flatMap((i) => toArray(i?.[2]?.autocomplete || [])),
392
392
  ...uno.config.shortcuts.flatMap((i) => toArray(i?.[2]?.autocomplete || []))
393
393
  );
394
394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/autocomplete",
3
3
  "type": "module",
4
- "version": "0.65.0-beta.1",
4
+ "version": "0.65.0-beta.3",
5
5
  "description": "Autocomplete utils for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "lru-cache": "^10.4.3"
38
38
  },
39
39
  "devDependencies": {
40
- "@unocss/core": "0.65.0-beta.1"
40
+ "@unocss/core": "0.65.0-beta.3"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "unbuild",