vueless 0.0.578 → 0.0.579

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": "vueless",
3
- "version": "0.0.578",
3
+ "version": "0.0.579",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -15,7 +15,7 @@ const VUELESS_SRC = path.join(VUELESS_DIR, VUELESS_LOCAL_DIR);
15
15
 
16
16
  const PROPS_INTERFACE_REG_EXP = /export\s+interface\s+Props\s*{([^}]*)}/s;
17
17
  const UNION_SYMBOLS_REG_EXP = /[?|:"|;]/g;
18
- const WORD_IN_QUOTE_REG_EXP = /([^"]+)/;
18
+ const WORD_IN_QUOTE_REG_EXP = /"([^"]+)"/g;
19
19
 
20
20
  async function cacheComponentTypes(filePath) {
21
21
  const cacheDir = path.join(filePath, ".cache");
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.578",
4
+ "version": "0.0.579",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",