@jymfony/datastructure
Advanced tools
Comparing version 0.1.0-alpha.17 to 0.1.0-alpha.18
{ | ||
"name": "@jymfony/datastructure", | ||
"version": "0.1.0-alpha.17", | ||
"version": "0.1.0-alpha.18", | ||
"description": "Jymfony Data Structures", | ||
@@ -22,9 +22,9 @@ "typings": "types/index.d.ts", | ||
"dependencies": { | ||
"@jymfony/exceptions": "0.1.0-alpha.17", | ||
"@jymfony/util": "0.1.0-alpha.17" | ||
"@jymfony/exceptions": "0.1.0-alpha.18", | ||
"@jymfony/util": "0.1.0-alpha.18" | ||
}, | ||
"devDependencies": { | ||
"@jymfony/autoloader": "*", | ||
"chai": "^3.5.0", | ||
"mocha": "^5.0" | ||
"chai": "^4.2", | ||
"mocha": "^6.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "config": { |
require('../src/BTree'); | ||
const expect = require('chai').expect; | ||
const { expect } = require('chai'); | ||
@@ -4,0 +4,0 @@ const fillWithData = t => { |
require('../src/HashTable'); | ||
const expect = require('chai').expect; | ||
const { expect } = require('chai'); | ||
@@ -4,0 +4,0 @@ const fillWithData = t => { |
require('../src/PriorityQueue'); | ||
const expect = require('chai').expect; | ||
const { expect } = require('chai'); | ||
@@ -4,0 +4,0 @@ describe('PriorityQueue', function () { |
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
47211
+ Added@jymfony/exceptions@0.1.0-alpha.18(transitive)
+ Added@jymfony/util@0.1.0-alpha.18(transitive)
- Removed@jymfony/exceptions@0.1.0-alpha.17(transitive)
- Removed@jymfony/util@0.1.0-alpha.17(transitive)
Updated@jymfony/util@0.1.0-alpha.18