jacdac-ts
Advanced tools
Comparing version 1.29.10 to 1.29.11
@@ -76,3 +76,2 @@ export * from "./constants"; | ||
export * from "./semver"; | ||
export * from "./version"; | ||
//# sourceMappingURL=jacdac-jdom.d.ts.map |
@@ -0,2 +1,10 @@ | ||
export interface Version { | ||
major: number; | ||
minor: number; | ||
patch: number; | ||
pre: string[]; | ||
build: string[]; | ||
} | ||
export declare function tryParse(v: string): Version; | ||
export declare function semverCmp(a: string, b: string): number; | ||
//# sourceMappingURL=semver.d.ts.map |
{ | ||
"name": "jacdac-ts", | ||
"version": "1.29.10", | ||
"version": "1.29.11", | ||
"description": "JavaScript/TypeScript library to interact with Jacdac devices", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -76,2 +76,1 @@ export * from "./constants" | ||
export * from "./semver" | ||
export * from "./version" |
@@ -1,2 +0,2 @@ | ||
interface Version { | ||
export interface Version { | ||
major: number | ||
@@ -41,3 +41,3 @@ minor: number | ||
function tryParse(v: string): Version { | ||
export function tryParse(v: string): Version { | ||
if (!v) return null | ||
@@ -44,0 +44,0 @@ if ("*" === v) { |
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 too big to display
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
45468834
1105
212087