@aryth/flopper
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -5,4 +5,4 @@ 'use strict'; | ||
var rand = require('@aryth/rand'); | ||
var swap = require('@vect/swap'); | ||
var rand = require('@aryth/rand'); | ||
@@ -9,0 +9,0 @@ const infiniteFlopper = function* (ar, df) { |
@@ -0,3 +1,3 @@ | ||
import { rand, flop } from '@aryth/rand'; | ||
import { swap } from '@vect/swap'; | ||
import { rand, flop } from '@aryth/rand'; | ||
@@ -4,0 +4,0 @@ const infiniteFlopper = function* (ar, df) { |
{ | ||
"name": "@aryth/flopper", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "A math util library", | ||
@@ -18,4 +18,4 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@aryth/comparer": "^0.2.7", | ||
"@aryth/rand": "^0.2.7", | ||
"@aryth/comparer": "^0.2.8", | ||
"@aryth/rand": "^0.2.8", | ||
"@vect/swap": "^0.2.4" | ||
@@ -38,3 +38,3 @@ }, | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "7d1e7ce7b27b32d52e01e5e62e072bf77c05d75d" | ||
"gitHead": "9625ddafc949de9b24b4f36fc03ebbc498df4b5e" | ||
} |
Updated@aryth/comparer@^0.2.8
Updated@aryth/rand@^0.2.8