@iconify-json/octicon 1.1.11 → 1.1.12

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
@@ -2910,5 +2910,6 @@
2910
2910
  "unverifed-24": {
2911
2911
  "parent": "unverified-24"
2912
2912
  }
2913
- }
2913
+ },
2914
+ "lastModified": 1656182967
2914
2915
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/octicon",
3
3
  "description": "Octicons icon set in Iconify JSON format",
4
- "version": "1.1.11",
4
+ "version": "1.1.12",
5
5
  "iconSetVersion": "17.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
  }