nodejs-polars
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -9,3 +9,3 @@ import { DataType, Optional } from "../datatypes"; | ||
import { Arithmetic, Comparison, Cumulative, Deserialize, Rolling, Round, Sample, Serialize } from "../shared_traits"; | ||
import { InterpolationMethod } from "@polars/lazy/expr"; | ||
import { InterpolationMethod } from "../lazy/expr"; | ||
declare const inspect: unique symbol; | ||
@@ -12,0 +12,0 @@ export interface Series extends ArrayLike<any>, Rolling<Series>, Arithmetic<Series>, Comparison<Series>, Cumulative<Series>, Round<Series>, Sample<Series>, Serialize { |
{ | ||
"name": "nodejs-polars", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"repository": "https://github.com/pola-rs/nodejs-polars.git", | ||
@@ -82,9 +82,9 @@ "license": "SEE LICENSE IN LICENSE", | ||
"optionalDependencies": { | ||
"nodejs-polars-win32-x64-msvc": "0.7.1", | ||
"nodejs-polars-darwin-x64": "0.7.1", | ||
"nodejs-polars-linux-x64-gnu": "0.7.1", | ||
"nodejs-polars-darwin-arm64": "0.7.1", | ||
"nodejs-polars-linux-arm64-gnu": "0.7.1", | ||
"nodejs-polars-win32-ia32-msvc": "0.7.1" | ||
"nodejs-polars-win32-x64-msvc": "0.7.2", | ||
"nodejs-polars-darwin-x64": "0.7.2", | ||
"nodejs-polars-linux-x64-gnu": "0.7.2", | ||
"nodejs-polars-darwin-arm64": "0.7.2", | ||
"nodejs-polars-linux-arm64-gnu": "0.7.2", | ||
"nodejs-polars-win32-ia32-msvc": "0.7.2" | ||
} | ||
} |
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
411723