@swingtrackr/stock-exchange-symbols
Advanced tools
Comparing version 2.0.3-canary.1 to 2.0.3-canary.2
{ | ||
"name": "@swingtrackr/stock-exchange-symbols", | ||
"version": "2.0.3-canary.1", | ||
"version": "2.0.3-canary.2", | ||
"description": "Fetch and aggregate lists of stocks on the US and CA stock exchanges.", | ||
"exports": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.es.js", | ||
"type": "module", | ||
"scripts": { | ||
"build:self": "esbuild src/index.js --bundle --platform=node --format=esm --minify --outfile=dist/index.js", | ||
"build:es": "esbuild src/index.js --bundle --platform=node --format=esm --minify --outfile=dist/index.es.js", | ||
"build:cjs": "esbuild src/index.js --bundle --platform=node --format=cjs --minify --outfile=dist/index.js", | ||
"build:symbol-map": "node scripts/generate.js", | ||
"build:clean": "rm -r dist/symbols.json dist/exchanges.json", | ||
"build": "npm run build:symbol-map && npm run build:self && npm run build:clean" | ||
"build": "yarn build:symbol-map && yarn build:es & yarn build:cjs & wait && yarn build:clean" | ||
}, | ||
@@ -13,0 +15,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
6807725
4
25699