@unocss/autocomplete 0.45.4 → 0.45.7

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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ To add autocomplete support to your custom rules:
8
8
 
9
9
  ### Static Rules
10
10
 
11
- Static rules like this will just works without any configuration.
11
+ Static rules like this will just work without any configuration.
12
12
 
13
13
  ```ts
14
14
  rules: [
@@ -30,7 +30,7 @@ rules: [
30
30
  ]
31
31
  ```
32
32
 
33
- The template uses a simle DSL to specify the autocomplete suggestions. The syntax is:
33
+ The template uses a simple DSL to specify the autocomplete suggestions. The syntax is:
34
34
 
35
35
  - `(...|...)`: logic OR groups. `|` as the separator. Will be used as suggestions when the some of the groups match.
36
36
  - `<...>`: built-in short hands. currently supports `<num>`, `<percent>` and `<directions>`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/autocomplete",
3
- "version": "0.45.4",
3
+ "version": "0.45.7",
4
4
  "description": "Autocomplete utils for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "lru-cache": "^7.13.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@unocss/core": "0.45.4"
38
+ "@unocss/core": "0.45.7"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "unbuild",