From b4ea5ba9fd0fc34939ae3d37aa2bec6aeab907d5 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Sun, 4 Feb 2024 20:59:11 -0800 Subject: [PATCH] build: update top-level namespace versions --- package.json | 82 ++++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/package.json b/package.json index bbcc07bb94f5..161c87c8a3a8 100644 --- a/package.json +++ b/package.json @@ -53,48 +53,48 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.1", - "@stdlib/bench": "^0.2.0", - "@stdlib/bigint": "^0.1.1", - "@stdlib/blas": "^0.1.1", - "@stdlib/boolean": "^0.1.1", - "@stdlib/buffer": "^0.1.1", - "@stdlib/cli": "^0.1.1", - "@stdlib/complex": "^0.1.1", - "@stdlib/console": "^0.1.1", - "@stdlib/constants": "^0.1.1", + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.1", + "@stdlib/bench": "^0.3.1", + "@stdlib/bigint": "^0.2.1", + "@stdlib/blas": "^0.2.1", + "@stdlib/boolean": "^0.2.1", + "@stdlib/buffer": "^0.2.1", + "@stdlib/cli": "^0.2.1", + "@stdlib/complex": "^0.2.1", + "@stdlib/console": "^0.2.1", + "@stdlib/constants": "^0.2.1", "@stdlib/datasets": "^0.2.0", - "@stdlib/error": "^0.1.1", - "@stdlib/fs": "^0.1.1", - "@stdlib/function": "^0.1.1", - "@stdlib/iter": "^0.1.1", - "@stdlib/math": "^0.1.1", - "@stdlib/ml": "^0.1.1", - "@stdlib/namespace": "^0.1.1", - "@stdlib/napi": "^0.1.1", - "@stdlib/ndarray": "^0.1.1", - "@stdlib/net": "^0.1.1", - "@stdlib/nlp": "^0.1.1", - "@stdlib/number": "^0.1.1", - "@stdlib/object": "^0.1.1", - "@stdlib/os": "^0.1.1", - "@stdlib/plot": "^0.1.1", - "@stdlib/process": "^0.1.1", - "@stdlib/proxy": "^0.1.1", - "@stdlib/random": "^0.1.1", - "@stdlib/regexp": "^0.1.1", - "@stdlib/repl": "^0.1.1", - "@stdlib/simulate": "^0.1.1", - "@stdlib/slice": "^0.1.1", - "@stdlib/stats": "^0.1.1", - "@stdlib/streams": "^0.1.1", - "@stdlib/strided": "^0.1.1", - "@stdlib/string": "^0.1.1", - "@stdlib/symbol": "^0.1.1", - "@stdlib/time": "^0.1.1", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.1", + "@stdlib/error": "^0.2.1", + "@stdlib/fs": "^0.2.1", + "@stdlib/function": "^0.2.1", + "@stdlib/iter": "^0.2.1", + "@stdlib/math": "^0.2.1", + "@stdlib/ml": "^0.2.1", + "@stdlib/namespace": "^0.2.1", + "@stdlib/napi": "^0.2.1", + "@stdlib/ndarray": "^0.2.1", + "@stdlib/net": "^0.2.1", + "@stdlib/nlp": "^0.2.1", + "@stdlib/number": "^0.2.1", + "@stdlib/object": "^0.2.1", + "@stdlib/os": "^0.2.1", + "@stdlib/plot": "^0.2.1", + "@stdlib/process": "^0.2.1", + "@stdlib/proxy": "^0.2.1", + "@stdlib/random": "^0.2.1", + "@stdlib/regexp": "^0.2.1", + "@stdlib/repl": "^0.2.1", + "@stdlib/simulate": "^0.2.1", + "@stdlib/slice": "^0.2.1", + "@stdlib/stats": "^0.2.1", + "@stdlib/streams": "^0.2.1", + "@stdlib/strided": "^0.2.1", + "@stdlib/string": "^0.2.1", + "@stdlib/symbol": "^0.2.1", + "@stdlib/time": "^0.2.1", + "@stdlib/types": "^0.3.1", + "@stdlib/utils": "^0.2.1", "acorn": "^8.1.0", "acorn-loose": "^8.0.2", "acorn-walk": "^8.0.2",