unplugin-icons
Advanced tools
Comparing version 0.14.9 to 0.14.10
@@ -5,4 +5,4 @@ import * as esbuild from 'esbuild'; | ||
declare const _default: (options?: Options | undefined) => esbuild.Plugin; | ||
declare const _default: (options: Options) => esbuild.Plugin; | ||
export { _default as default }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js'); | ||
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js'); | ||
require('./chunk-6F4PWJZI.js'); | ||
// src/esbuild.ts | ||
var esbuild_default = _chunkKMRT3UZTjs.src_default.esbuild; | ||
var esbuild_default = _chunk2GDGBFGVjs.src_default.esbuild; | ||
@@ -9,0 +9,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js'); | ||
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js'); | ||
require('./chunk-6F4PWJZI.js'); | ||
exports.default = _chunkKMRT3UZTjs.src_default; | ||
exports.default = _chunk2GDGBFGVjs.src_default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js'); | ||
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js'); | ||
require('./chunk-6F4PWJZI.js'); | ||
@@ -14,3 +14,3 @@ | ||
config.plugins = config.plugins || []; | ||
config.plugins.unshift(_chunkKMRT3UZTjs.src_default.webpack(options)); | ||
config.plugins.unshift(_chunk2GDGBFGVjs.src_default.webpack(options)); | ||
}); | ||
@@ -20,3 +20,3 @@ }); | ||
vite.config.plugins = vite.config.plugins || []; | ||
vite.config.plugins.push(_chunkKMRT3UZTjs.src_default.vite(options)); | ||
vite.config.plugins.push(_chunk2GDGBFGVjs.src_default.vite(options)); | ||
}); | ||
@@ -23,0 +23,0 @@ } |
@@ -56,2 +56,5 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }// src/resolver.ts | ||
"fluent", | ||
"fluent-emoji", | ||
"fluent-emoji-flat", | ||
"fluent-emoji-high-contrast", | ||
"fontelico", | ||
@@ -68,2 +71,3 @@ "fontisto", | ||
"healthicons", | ||
"heroicons", | ||
"heroicons-outline", | ||
@@ -97,2 +101,3 @@ "heroicons-solid", | ||
"mi", | ||
"mingcute", | ||
"mono-icons", | ||
@@ -99,0 +104,0 @@ "nimbus", |
@@ -5,4 +5,4 @@ import * as rollup from 'rollup'; | ||
declare const _default: (options?: Options | undefined) => rollup.Plugin; | ||
declare const _default: (options: Options) => rollup.Plugin; | ||
export { _default as default }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js'); | ||
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js'); | ||
require('./chunk-6F4PWJZI.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunkKMRT3UZTjs.src_default.rollup; | ||
var rollup_default = _chunk2GDGBFGVjs.src_default.rollup; | ||
@@ -9,0 +9,0 @@ |
@@ -5,4 +5,4 @@ import * as vite from 'vite'; | ||
declare const _default: (options?: Options | undefined) => vite.Plugin; | ||
declare const _default: (options: Options) => vite.Plugin; | ||
export { _default as default }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js'); | ||
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js'); | ||
require('./chunk-6F4PWJZI.js'); | ||
// src/vite.ts | ||
var vite_default = _chunkKMRT3UZTjs.src_default.vite; | ||
var vite_default = _chunk2GDGBFGVjs.src_default.vite; | ||
@@ -9,0 +9,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js'); | ||
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js'); | ||
require('./chunk-6F4PWJZI.js'); | ||
// src/webpack.ts | ||
var webpack_default = _chunkKMRT3UZTjs.src_default.webpack; | ||
var webpack_default = _chunk2GDGBFGVjs.src_default.webpack; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "unplugin-icons", | ||
"version": "0.14.9", | ||
"version": "0.14.10", | ||
"packageManager": "pnpm@7.2.1", | ||
@@ -136,5 +136,5 @@ "description": "Access thousands of icons as components on-demand universally", | ||
"@antfu/utils": "^0.5.2", | ||
"@iconify/utils": "^1.0.33", | ||
"@iconify/utils": "^2.0.0", | ||
"debug": "^4.3.4", | ||
"kolorist": "^1.5.1", | ||
"kolorist": "^1.6.0", | ||
"local-pkg": "^0.4.2", | ||
@@ -144,19 +144,19 @@ "unplugin": "^0.9.5" | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.25.2", | ||
"@iconify/json": "^2.1.85", | ||
"@iconify/types": "^1.1.0", | ||
"@antfu/eslint-config": "^0.26.3", | ||
"@iconify/json": "^2.1.108", | ||
"@iconify/types": "^2.0.0", | ||
"@svgr/core": "^6.3.1", | ||
"@types/debug": "^4.1.7", | ||
"@types/node": "^18.6.2", | ||
"@vue/compiler-sfc": "^3.2.37", | ||
"@types/node": "^18.7.18", | ||
"@vue/compiler-sfc": "^3.2.39", | ||
"bumpp": "^8.2.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.20.0", | ||
"eslint": "^8.23.1", | ||
"esno": "^0.16.3", | ||
"rollup": "^2.77.2", | ||
"tsup": "^6.2.0", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.4", | ||
"vitest": "^0.19.1" | ||
"rollup": "^2.79.0", | ||
"tsup": "^6.2.3", | ||
"typescript": "^4.8.3", | ||
"vite": "^3.1.2", | ||
"vitest": "^0.23.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65561
1405
1
+ Added@antfu/install-pkg@0.4.1(transitive)
+ Added@antfu/utils@0.7.10(transitive)
+ Added@iconify/types@2.0.0(transitive)
+ Added@iconify/utils@2.1.33(transitive)
+ Addedconfbox@0.1.8(transitive)
+ Addedlocal-pkg@0.5.0(transitive)
+ Addedmlly@1.7.2(transitive)
+ Addedpackage-manager-detector@0.2.2(transitive)
+ Addedpathe@1.1.2(transitive)
+ Addedpkg-types@1.2.1(transitive)
+ Addedtinyexec@0.3.1(transitive)
+ Addedufo@1.5.4(transitive)
- Removed@iconify/types@1.1.0(transitive)
- Removed@iconify/utils@1.0.33(transitive)
Updated@iconify/utils@^2.0.0
Updatedkolorist@^1.6.0