Skip to content

Commit

Permalink
0.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed Aug 18, 2021
1 parent 9655698 commit 0e34e15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "absurd-sql",
"version": "0.0.50",
"version": "0.0.51",
"main": "./dist/index.js",
"scripts": {
"build": "rm -rf dist && rollup -c rollup.config.js",
Expand All @@ -20,7 +20,7 @@
"fast-check": "^2.17.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.5",
"perf-deets": "^1.0.15",
"perf-deets": "^1.0.17",
"rollup": "^2.53.1",
"rollup-plugin-extensions": "^0.1.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4774,10 +4774,10 @@ path-to-regexp@0.1.7:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=

perf-deets@^1.0.15:
version "1.0.15"
resolved "https://registry.yarnpkg.com/perf-deets/-/perf-deets-1.0.15.tgz#a766e62b7cf043a0615dd0166122b167c12fd018"
integrity sha512-9BD3d31eaQp2NGCLQGD/ja2COeg2KkQG/pLdPadSTB1oXHr+Ora+bt+hGZK9u8uvZ2mjwQ1eZSikIDgp03R8tA==
perf-deets@^1.0.17:
version "1.0.17"
resolved "https://registry.yarnpkg.com/perf-deets/-/perf-deets-1.0.17.tgz#af380bdd64965d8d532237f97e4af14f86c13eab"
integrity sha512-7mz0be2ZfWQ0yFsYPS8QsG/yEBG566BQpjJRC9WdFLGlmWKF9LWBvibvknCRLbyy9d7+i/m+R/4nCl8wDcqSeQ==
dependencies:
"@observablehq/plot" "^0.1.0"

Expand Down

0 comments on commit 0e34e15

Please sign in to comment.