Skip to content

Commit 7784435

Browse files
committed
build: update top-level namespace versions
1 parent c8c135d commit 7784435

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

package.json

+42-42
Original file line numberDiff line numberDiff line change
@@ -53,48 +53,48 @@
5353
"url": "https://github.com/stdlib-js/stdlib/issues"
5454
},
5555
"dependencies": {
56-
"@stdlib/array": "git+https://github.com/stdlib-js/array.git#main",
57-
"@stdlib/assert": "git+https://github.com/stdlib-js/assert.git#main",
58-
"@stdlib/bench": "git+https://github.com/stdlib-js/bench.git#main",
59-
"@stdlib/bigint": "git+https://github.com/stdlib-js/bigint.git#main",
60-
"@stdlib/blas": "git+https://github.com/stdlib-js/blas.git#main",
61-
"@stdlib/boolean": "git+https://github.com/stdlib-js/boolean.git#main",
62-
"@stdlib/buffer": "git+https://github.com/stdlib-js/buffer.git#main",
63-
"@stdlib/cli": "git+https://github.com/stdlib-js/cli.git#main",
64-
"@stdlib/complex": "git+https://github.com/stdlib-js/complex.git#main",
65-
"@stdlib/console": "git+https://github.com/stdlib-js/console.git#main",
66-
"@stdlib/constants": "git+https://github.com/stdlib-js/constants.git#main",
67-
"@stdlib/datasets": "git+https://github.com/stdlib-js/datasets.git#main",
68-
"@stdlib/error": "git+https://github.com/stdlib-js/error.git#main",
69-
"@stdlib/fs": "git+https://github.com/stdlib-js/fs.git#main",
70-
"@stdlib/function": "git+https://github.com/stdlib-js/function.git#main",
71-
"@stdlib/iter": "git+https://github.com/stdlib-js/iter.git#main",
72-
"@stdlib/math": "git+https://github.com/stdlib-js/math.git#main",
73-
"@stdlib/ml": "git+https://github.com/stdlib-js/ml.git#main",
74-
"@stdlib/namespace": "git+https://github.com/stdlib-js/namespace.git#main",
75-
"@stdlib/napi": "git+https://github.com/stdlib-js/napi.git#main",
76-
"@stdlib/ndarray": "git+https://github.com/stdlib-js/ndarray.git#main",
77-
"@stdlib/net": "git+https://github.com/stdlib-js/net.git#main",
78-
"@stdlib/nlp": "git+https://github.com/stdlib-js/nlp.git#main",
79-
"@stdlib/number": "git+https://github.com/stdlib-js/number.git#main",
80-
"@stdlib/object": "git+https://github.com/stdlib-js/object.git#main",
81-
"@stdlib/os": "git+https://github.com/stdlib-js/os.git#main",
82-
"@stdlib/plot": "git+https://github.com/stdlib-js/plot.git#main",
83-
"@stdlib/process": "git+https://github.com/stdlib-js/process.git#main",
84-
"@stdlib/proxy": "git+https://github.com/stdlib-js/proxy.git#main",
85-
"@stdlib/random": "git+https://github.com/stdlib-js/random.git#main",
86-
"@stdlib/regexp": "git+https://github.com/stdlib-js/regexp.git#main",
87-
"@stdlib/repl": "git+https://github.com/stdlib-js/repl.git#main",
88-
"@stdlib/simulate": "git+https://github.com/stdlib-js/simulate.git#main",
89-
"@stdlib/slice": "git+https://github.com/stdlib-js/slice.git#main",
90-
"@stdlib/stats": "git+https://github.com/stdlib-js/stats.git#main",
91-
"@stdlib/streams": "git+https://github.com/stdlib-js/streams.git#main",
92-
"@stdlib/strided": "git+https://github.com/stdlib-js/strided.git#main",
93-
"@stdlib/string": "git+https://github.com/stdlib-js/string.git#main",
94-
"@stdlib/symbol": "git+https://github.com/stdlib-js/symbol.git#main",
95-
"@stdlib/time": "git+https://github.com/stdlib-js/time.git#main",
96-
"@stdlib/types": "git+https://github.com/stdlib-js/types.git#main",
97-
"@stdlib/utils": "git+https://github.com/stdlib-js/utils.git#main",
56+
"@stdlib/array": "^0.1.1",
57+
"@stdlib/assert": "^0.1.1",
58+
"@stdlib/bench": "^0.2.0",
59+
"@stdlib/bigint": "^0.1.1",
60+
"@stdlib/blas": "^0.1.1",
61+
"@stdlib/boolean": "^0.1.1",
62+
"@stdlib/buffer": "^0.1.1",
63+
"@stdlib/cli": "^0.1.1",
64+
"@stdlib/complex": "^0.1.1",
65+
"@stdlib/console": "^0.1.1",
66+
"@stdlib/constants": "^0.1.1",
67+
"@stdlib/datasets": "^0.1.0",
68+
"@stdlib/error": "^0.1.1",
69+
"@stdlib/fs": "^0.1.1",
70+
"@stdlib/function": "^0.1.1",
71+
"@stdlib/iter": "^0.1.1",
72+
"@stdlib/math": "^0.1.1",
73+
"@stdlib/ml": "^0.1.1",
74+
"@stdlib/namespace": "^0.1.1",
75+
"@stdlib/napi": "^0.1.1",
76+
"@stdlib/ndarray": "^0.1.1",
77+
"@stdlib/net": "^0.1.1",
78+
"@stdlib/nlp": "^0.1.1",
79+
"@stdlib/number": "^0.1.1",
80+
"@stdlib/object": "^0.1.1",
81+
"@stdlib/os": "^0.1.1",
82+
"@stdlib/plot": "^0.1.1",
83+
"@stdlib/process": "^0.1.1",
84+
"@stdlib/proxy": "^0.1.1",
85+
"@stdlib/random": "^0.1.1",
86+
"@stdlib/regexp": "^0.1.1",
87+
"@stdlib/repl": "^0.1.1",
88+
"@stdlib/simulate": "^0.1.1",
89+
"@stdlib/slice": "^0.1.1",
90+
"@stdlib/stats": "^0.1.1",
91+
"@stdlib/streams": "^0.1.1",
92+
"@stdlib/strided": "^0.1.1",
93+
"@stdlib/string": "^0.1.1",
94+
"@stdlib/symbol": "^0.1.1",
95+
"@stdlib/time": "^0.1.1",
96+
"@stdlib/types": "^0.2.0",
97+
"@stdlib/utils": "^0.1.1",
9898
"acorn": "^8.1.0",
9999
"acorn-loose": "^8.0.2",
100100
"acorn-walk": "^8.0.2",

0 commit comments

Comments
 (0)