Skip to content

Commit e81d088

Browse files
😒 chore(deps): Add missing @aureooms/js-itertools.
1 parent 71d506d commit e81d088

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"devDependencies": {
3535
"@aureooms/js-algorithms": "3.0.7",
3636
"@aureooms/js-array": "4.0.0",
37+
"@aureooms/js-itertools": "^4.0.0",
3738
"@aureooms/js-operator": "1.0.2",
3839
"@aureooms/js-random": "2.0.0",
3940
"@aureooms/js-string": "0.2.0",

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
resolved "https://registry.yarnpkg.com/@aureooms/js-array/-/js-array-4.0.0.tgz#ea64b7c788644f40bbb92259a6098ac14a4eca6c"
1313
integrity sha1-6mS3x4hkT0C7uSJZpgmKwUpOymw=
1414

15+
"@aureooms/js-collections-deque@^4.0.0":
16+
version "4.0.0"
17+
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-4.0.0.tgz#cb6ff3070f4413023622db817da261f91e42aef0"
18+
integrity sha512-+dI0PSkshl0vKmeyfzWM5Xtfopu4XYIrlqKKq3emjyuCi1DCO9SaPIgKblMDjl9WttmJhTYsunNyPYula5woAw==
19+
dependencies:
20+
"@aureooms/js-error" "^4.0.0"
21+
1522
"@aureooms/js-error@^4.0.0":
1623
version "4.0.0"
1724
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.0.tgz#cea0a145f5290f443911b3d1890d7254a18eeb9b"
@@ -22,6 +29,14 @@
2229
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-8.0.0.tgz#fdf21db95bb6ce88763fd91646e3c09d865fd321"
2330
integrity sha512-2YuH9/ejGk6RCOVjsSVNG2evoHPF9hTjdle1sRET91hh566uVkcBezE7DT/iLGBsSoz8v1OhPRT83EazAgbq6g==
2431

32+
"@aureooms/js-itertools@^4.0.0":
33+
version "4.0.0"
34+
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-4.0.0.tgz#2f7247b4a89202606bb54a731753590625b4b185"
35+
integrity sha512-QhCT+RDUbWPL7h3RA7LcXdC1IQdR3Bfl0Re0ClDxem7DUnRbHuL4Nlwgo3UoqaRBE8OI4RpBw+hXVVqVg14J9Q==
36+
dependencies:
37+
"@aureooms/js-collections-deque" "^4.0.0"
38+
"@aureooms/js-error" "^4.0.0"
39+
2540
"@aureooms/js-operator@1.0.2":
2641
version "1.0.2"
2742
resolved "https://registry.yarnpkg.com/@aureooms/js-operator/-/js-operator-1.0.2.tgz#0786d77d9977823ae7bc04360a315c45bb4c1e65"

0 commit comments

Comments
 (0)