nf-grapher
Advanced tools
Comparing version 1.2.17 to 1.2.18
@@ -24,3 +24,3 @@ "use strict"; | ||
class Score { | ||
constructor(graph = new Graph_1.default(), version = '1.2.17') { | ||
constructor(graph = new Graph_1.default(), version = '1.2.18') { | ||
this.graph = graph; | ||
@@ -27,0 +27,0 @@ this.version = version; |
@@ -22,3 +22,3 @@ // Copyright (c) 2018 Spotify AB. | ||
class Score { | ||
constructor(graph = new Graph(), version = '1.2.17') { | ||
constructor(graph = new Graph(), version = '1.2.18') { | ||
this.graph = graph; | ||
@@ -25,0 +25,0 @@ this.version = version; |
{ | ||
"name": "nf-grapher", | ||
"// version": "The `version` field is overridden when publishing from the root!", | ||
"version": "1.2.17", | ||
"version": "1.2.18", | ||
"description": "Native Format Graph Library: Grapher", | ||
@@ -6,0 +6,0 @@ "main": "dist/main/index.js", |
@@ -28,3 +28,3 @@ // Copyright (c) 2018 Spotify AB. | ||
public graph: Graph = new Graph(), | ||
public version: string = '1.2.17' | ||
public version: string = '1.2.18' | ||
) {} | ||
@@ -31,0 +31,0 @@ public static from(score: IScore): Score { |
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