@vuecs/icons-font-awesome 1.1.0 → 1.1.1

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": "@vuecs/icons-font-awesome",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "Font Awesome icon preset for vuecs — maps semantic-slot defaults (pagination prev/next/first/last, submit-button create/update, ...) to Font Awesome 6 Solid Iconify names. Successor to @vuecs/theme-font-awesome.",
6
6
  "exports": {
@@ -39,10 +39,10 @@
39
39
  "build": "rimraf dist && npm run build:js && npm run build:types"
40
40
  },
41
41
  "devDependencies": {
42
- "@vuecs/core": "^3.1.2"
42
+ "@vuecs/core": "^3.2.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "@vuecs/core": "^3.1.2"
45
+ "@vuecs/core": "^3.2.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=22.0.0"