@oozcitak/util
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -93,3 +93,3 @@ "use strict"; | ||
get [Symbol.toStringTag]() { | ||
return "Set"; | ||
return "FixedSizeSet"; | ||
} | ||
@@ -96,0 +96,0 @@ } |
@@ -0,5 +1,5 @@ | ||
export { IndexedSet } from './IndexedSet'; | ||
export { FixedSizeSet } from './FixedSizeSet'; | ||
export { ObjectCache } from './ObjectCache'; | ||
export { CompareCache } from './CompareCache'; | ||
export { StringWalker, SeekOrigin } from './StringWalker'; | ||
export { Lazy } from './Lazy'; | ||
@@ -6,0 +6,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var IndexedSet_1 = require("./IndexedSet"); | ||
exports.IndexedSet = IndexedSet_1.IndexedSet; | ||
var FixedSizeSet_1 = require("./FixedSizeSet"); | ||
@@ -9,5 +11,2 @@ exports.FixedSizeSet = FixedSizeSet_1.FixedSizeSet; | ||
exports.CompareCache = CompareCache_1.CompareCache; | ||
var StringWalker_1 = require("./StringWalker"); | ||
exports.StringWalker = StringWalker_1.StringWalker; | ||
exports.SeekOrigin = StringWalker_1.SeekOrigin; | ||
var Lazy_1 = require("./Lazy"); | ||
@@ -14,0 +13,0 @@ exports.Lazy = Lazy_1.Lazy; |
{ | ||
"name": "@oozcitak/util", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "util", |
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
51927
1225