@master-chief/alpaca
Advanced tools
Comparing version 3.0.2 to 3.2.2
{ | ||
"name": "@master-chief/alpaca", | ||
"version": "3.0.2", | ||
"version": "3.2.2", | ||
"description": "a TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams", | ||
@@ -24,6 +24,13 @@ "author": "master-chief", | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"type": "module", | ||
"types": "./types/index.d.ts", | ||
"main": "./dist/cjs/index.cjs", | ||
"exports": { | ||
"import": "./dist/mjs/index.mjs", | ||
"require": "./dist/cjs/index.cjs" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && tsc --outDir dist --moduleResolution node --allowSyntheticDefaultImports -d --module commonjs src/*.ts", | ||
"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:cjs": "tsc --outDir dist/cjs --moduleResolution node --esModuleInterop src/*.ts", | ||
"clean": "rimraf dist types", | ||
@@ -30,0 +37,0 @@ "test": "npm run test:unit", |
@@ -0,7 +1,7 @@ | ||
import { AlpacaClient } from './client.js' | ||
import { AlpacaStream } from './stream.js' | ||
export { AlpacaClient } from './client.js' | ||
export { AlpacaStream } from './stream.js' | ||
import { AlpacaClient } from './client.js' | ||
import { AlpacaStream } from './stream.js' | ||
export default { | ||
@@ -8,0 +8,0 @@ AlpacaClient: AlpacaClient, |
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
Network access
Supply chain riskThis module accesses the network.
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
168752
39
4962
Yes
2