@bnaya/objectbuffer
Advanced tools
Comparing version 0.0.0-35bbc1f to 0.0.0-396bfa3
{ | ||
"name": "@bnaya/objectbuffer", | ||
"description": "Object-like api, backed by an array buffer", | ||
"version": "0.0.0-35bbc1f", | ||
"version": "0.0.0-396bfa3", | ||
"main": "dist/objectbuffer.cjs.js", | ||
@@ -40,10 +40,10 @@ "module": "dist/index.js", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@types/benchmark": "^1.0.31", | ||
"@types/jest": "^25.1.2", | ||
"@types/jest": "^25.1.4", | ||
"@types/node": "^12.12.21", | ||
"@typescript-eslint/eslint-plugin": "^2.19.0", | ||
"@typescript-eslint/parser": "^2.19.0", | ||
"@typescript-eslint/eslint-plugin": "^2.23.0", | ||
"@typescript-eslint/parser": "^2.23.0", | ||
"babel-loader": "^8.0.6", | ||
@@ -58,18 +58,18 @@ "benchmark": "^2.1.4", | ||
"html-webpack-plugin": "^3.2.0", | ||
"husky": "^4.2.1", | ||
"husky": "^4.2.3", | ||
"jest": "^25.1.0", | ||
"prettier": "^1.19.1", | ||
"prettier-eslint": "^9.0.1", | ||
"rimraf": "^3.0.1", | ||
"rollup": "^1.31.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.0.6", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"typedoc": "^0.16.9", | ||
"typedoc-plugin-markdown": "^2.2.16", | ||
"typescript": "^3.7.5", | ||
"webpack": "^4.41.5", | ||
"webpack-cli": "^3.3.10", | ||
"typedoc": "^0.16.11", | ||
"typedoc-plugin-markdown": "^2.2.17", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.0", | ||
"webpack-cli": "^3.3.11", | ||
"webpack-dev-server": "^3.10.3", | ||
"worker-loader": "^2.0.0", | ||
"yarn-deduplicate": "^1.1.1" | ||
"yarn-deduplicate": "^2.0.0" | ||
}, | ||
@@ -89,4 +89,4 @@ "husky": { | ||
"dependencies": { | ||
"@thi.ng/malloc": "^4.1.3" | ||
"@thi.ng/malloc": "^4.1.7" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Updated@thi.ng/malloc@^4.1.7