nodejs-polars
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -6,2 +6,3 @@ import * as series from "./series"; | ||
import * as io from "./io"; | ||
import * as cfg from "./cfg"; | ||
import type { FillNullStrategy as _FillNullStrategy } from "./utils"; | ||
@@ -16,2 +17,3 @@ import { funcs as lazy, Expr as lazyExpr, GroupBy as lazyGroupBy, when as _when } from "./lazy"; | ||
type FillNullStrategy = _FillNullStrategy; | ||
export import Config = cfg.Config; | ||
export import DataFrame = df.DataFrame; | ||
@@ -18,0 +20,0 @@ export import Series = series.Series; |
@@ -26,5 +26,7 @@ "use strict"; | ||
const io = __importStar(require("./io")); | ||
const cfg = __importStar(require("./cfg")); | ||
const lazy_1 = require("./lazy"); | ||
var pl; | ||
(function (pl) { | ||
pl.Config = cfg.Config; | ||
pl.DataFrame = df.DataFrame; | ||
@@ -31,0 +33,0 @@ pl.Series = series.Series; |
{ | ||
"name": "nodejs-polars", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"repository": "https://github.com/universalmind303/polars.git", | ||
@@ -38,5 +38,6 @@ "license": "MIT", | ||
"build_alt": "RUSTFLAGS='-C codegen-units=16' napi build --platform --release", | ||
"build": "rm -rf ./bin; tsc -p tsconfig.build.json; napi build --platform --release", | ||
"build:native": "napi build --platform --release", | ||
"build": "napi build --platform --release artifacts/", | ||
"build:debug": "napi build --platform polars/", | ||
"build:tsc": "rm -rf ./bin; tsc -p tsconfig.build.json", | ||
"build:ts": "tsc -p tsconfig.build.json", | ||
"format:rs": "cargo fmt", | ||
@@ -46,3 +47,3 @@ "format:source": "prettier --config ./package.json --write './**/*.{js,ts}'", | ||
"lint": "eslint . -c ./.eslintrc.json './**/*.{ts,tsx,js}'", | ||
"prepublishOnly": "napi prepublish -t npm --skip-gh-release", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
"test": "jest", | ||
@@ -101,15 +102,15 @@ "version": "napi version" | ||
"optionalDependencies": { | ||
"nodejs-polars-win32-x64-msvc": "0.0.2", | ||
"nodejs-polars-darwin-x64": "0.0.2", | ||
"nodejs-polars-linux-x64-gnu": "0.0.2", | ||
"nodejs-polars-win32-ia32-msvc": "0.0.2", | ||
"nodejs-polars-linux-arm64-gnu": "0.0.2", | ||
"nodejs-polars-linux-arm-gnueabihf": "0.0.2", | ||
"nodejs-polars-darwin-arm64": "0.0.2", | ||
"nodejs-polars-android-arm64": "0.0.2", | ||
"nodejs-polars-freebsd-x64": "0.0.2", | ||
"nodejs-polars-linux-x64-musl": "0.0.2", | ||
"nodejs-polars-linux-arm64-musl": "0.0.2", | ||
"nodejs-polars-win32-arm64-msvc": "0.0.2" | ||
"nodejs-polars-win32-x64-msvc": "0.0.3", | ||
"nodejs-polars-darwin-x64": "0.0.3", | ||
"nodejs-polars-linux-x64-gnu": "0.0.3", | ||
"nodejs-polars-win32-ia32-msvc": "0.0.3", | ||
"nodejs-polars-linux-arm64-gnu": "0.0.3", | ||
"nodejs-polars-linux-arm-gnueabihf": "0.0.3", | ||
"nodejs-polars-darwin-arm64": "0.0.3", | ||
"nodejs-polars-android-arm64": "0.0.3", | ||
"nodejs-polars-freebsd-x64": "0.0.3", | ||
"nodejs-polars-linux-x64-musl": "0.0.3", | ||
"nodejs-polars-linux-arm64-musl": "0.0.3", | ||
"nodejs-polars-win32-arm64-msvc": "0.0.3" | ||
} | ||
} |
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
273522
44
7490