@master-chief/alpaca
Advanced tools
Comparing version 3.2.2 to 3.3.2
{ | ||
"name": "@master-chief/alpaca", | ||
"version": "3.2.2", | ||
"version": "3.3.2", | ||
"description": "a TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams", | ||
@@ -33,3 +33,3 @@ "author": "master-chief", | ||
"build": "npm run clean && npm run build:mjs && npm run build:cjs && ./remap.sh", | ||
"build:mjs": "tsc --outDir dist/mjs --moduleResolution node --allowSyntheticDefaultImports -d --declarationDir types --module esnext src/*.ts", | ||
"build:mjs": "tsc --outDir dist/mjs --moduleResolution node --allowSyntheticDefaultImports -d --declarationDir types --module es2020 --target es2020 src/*.ts", | ||
"build:cjs": "tsc --outDir dist/cjs --moduleResolution node --esModuleInterop src/*.ts", | ||
@@ -36,0 +36,0 @@ "clean": "rimraf dist types", |
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
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
1
157401
4789