@symbo.ls/default-icons 2.25.3 → 2.27.8

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 CHANGED
@@ -280,11 +280,11 @@ var require_plus = __commonJS({
280
280
  });
281
281
 
282
282
  // index.js
283
- var default_exports = {};
284
- __export(default_exports, {
283
+ var index_exports = {};
284
+ __export(index_exports, {
285
285
  DEFAULT_ICONS: () => DEFAULT_ICONS
286
286
  });
287
- module.exports = __toCommonJS(default_exports);
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": "2.25.3",
3
+ "version": "2.27.8",
4
4
  "main": "index.js",
5
5
  "author": "symbo.ls",
6
6
  "license": "ISC",
7
- "gitHead": "1e749ee3ef95b5a4a618c4eda1961f7c3011beff",
7
+ "gitHead": "e783fd54228d5c7aaab9d4b5624199a17a6c4713",
8
8
  "files": [
9
9
  "src",
10
10
  "dist"
@@ -19,8 +19,8 @@
19
19
  "publishConfig": {},
20
20
  "scripts": {
21
21
  "copy:package:cjs": "cp ../../../build/package-cjs.json dist/cjs/package.json",
22
- "build:esm": "npx esbuild index.js --target=es2017 --format=esm --outdir=dist/esm --bundle --loader:.svg=text",
23
- "build:cjs": "npx esbuild index.js --target=node16 --format=cjs --outdir=dist/cjs --bundle --loader:.svg=text",
22
+ "build:esm": "cross-env NODE_ENV=$NODE_ENV npx esbuild index.js --target=es2017 --format=esm --outdir=dist/esm --bundle --loader:.svg=text",
23
+ "build:cjs": "cross-env NODE_ENV=$NODE_ENV npx esbuild index.js --target=node16 --format=cjs --outdir=dist/cjs --bundle --loader:.svg=text",
24
24
  "build": "npm run build:cjs",
25
25
  "prepublish": "rimraf -I dist && npm run build && npm run copy:package:cjs"
26
26
  }