@symbo.ls/default-icons 3.1.1 → 3.2.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@symbo.ls/default-icons",
3
- "version": "3.1.1",
3
+ "version": "3.2.3",
4
4
  "main": "index.js",
5
5
  "author": "symbo.ls",
6
6
  "license": "ISC",
7
- "gitHead": "39fb7a8c07355468ccce79e2f787ca3fa0715692",
7
+ "gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
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": "npx cross-env NODE_ENV=$NODE_ENV npx esbuild index.js --target=es2017 --format=esm --outdir=dist/esm --bundle --loader:.svg=text",
23
+ "build:cjs": "npx 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
  }