@iconify-json/vscode-icons 1.1.6 → 1.1.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/icons.json +2 -1
  2. package/package.json +2 -2
package/icons.json CHANGED
@@ -3476,5 +3476,6 @@
3476
3476
  }
3477
3477
  },
3478
3478
  "width": 32,
3479
- "height": 32
3479
+ "height": 32,
3480
+ "lastModified": 1656183432
3480
3481
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/vscode-icons",
3
3
  "description": "VSCode Icons icon set in Iconify JSON format",
4
- "version": "1.1.6",
4
+ "version": "1.1.7",
5
5
  "iconSetVersion": "11.12.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
@@ -23,6 +23,6 @@
23
23
  "info": "info.json"
24
24
  },
25
25
  "dependencies": {
26
- "@iconify/types": "^1.1.0"
26
+ "@iconify/types": "*"
27
27
  }
28
28
  }