@symbo.ls/default-icons 2.11.475 → 3.0.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.
- package/dist/cjs/index.js +3 -3
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -280,11 +280,11 @@ var require_plus = __commonJS({
|
|
|
280
280
|
});
|
|
281
281
|
|
|
282
282
|
// index.js
|
|
283
|
-
var
|
|
284
|
-
__export(
|
|
283
|
+
var index_exports = {};
|
|
284
|
+
__export(index_exports, {
|
|
285
285
|
DEFAULT_ICONS: () => DEFAULT_ICONS
|
|
286
286
|
});
|
|
287
|
-
module.exports = __toCommonJS(
|
|
287
|
+
module.exports = __toCommonJS(index_exports);
|
|
288
288
|
var DEFAULT_ICONS = {
|
|
289
289
|
symbols: require_logo(),
|
|
290
290
|
logo: require_logo(),
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/default-icons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "symbo.ls",
|
|
6
6
|
"license": "ISC",
|
|
7
|
-
"gitHead": "
|
|
7
|
+
"gitHead": "a4e7f586f7e4f60bd7b6a8388bdacc3ae1879433",
|
|
8
8
|
"files": [
|
|
9
9
|
"src",
|
|
10
10
|
"dist"
|