@codeexpander/plugin-currency 0.1.3 → 0.1.4

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeexpander/plugin-currency",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.html",
@@ -12,7 +12,7 @@
12
12
  "publishConfig": {
13
13
  "access": "public"
14
14
  },
15
- "description": "Currency - Exchange rate lookup and currency converter. | 货币 - 汇率查询与货币转换。",
15
+ "description": "Currency & Exchange Rates - Exchange rate lookup and currency converter. | 汇率与货币转换 - 汇率查询与货币转换。",
16
16
  "keywords": [
17
17
  "codeexpander",
18
18
  "plugin",
@@ -40,7 +40,7 @@
40
40
  "vite": "^5.4.1",
41
41
  "@codeexpander/dev-tools-i18n": "0.0.0",
42
42
  "@codeexpander/dev-tools-ui": "0.0.0",
43
- "@codeexpander/plugin-types": "0.0.10"
43
+ "@codeexpander/plugin-types": "0.0.11"
44
44
  },
45
45
  "scripts": {
46
46
  "dev": "vite",