@iconify-json/carbon 1.1.5 → 1.1.6

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
@@ -5997,5 +5997,6 @@
5997
5997
  }
5998
5998
  },
5999
5999
  "width": 32,
6000
- "height": 32
6000
+ "height": 32,
6001
+ "lastModified": 1656181516
6001
6002
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/carbon",
3
3
  "description": "Carbon icon set in Iconify JSON format",
4
- "version": "1.1.5",
4
+ "version": "1.1.6",
5
5
  "iconSetVersion": "11.3.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
@@ -25,6 +25,6 @@
25
25
  "metadata": "metadata.json"
26
26
  },
27
27
  "dependencies": {
28
- "@iconify/types": "^1.1.0"
28
+ "@iconify/types": "*"
29
29
  }
30
30
  }