@stdlib/simulate-iter 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2021 The Stdlib Authors.
1
+ Copyright (c) 2016-2022 The Stdlib Authors.
package/README.md CHANGED
@@ -20,9 +20,9 @@ limitations under the License.
20
20
 
21
21
  # Simulation Iterators
22
22
 
23
- [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
23
+ [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
24
24
 
25
- > Standard library simulation iterators.
25
+ > Simulation iterators.
26
26
 
27
27
  <section class="installation">
28
28
 
@@ -44,7 +44,7 @@ var ns = require( '@stdlib/simulate-iter' );
44
44
 
45
45
  #### ns
46
46
 
47
- Standard library simulation iterators.
47
+ Namespace containing simulation iterators.
48
48
 
49
49
  ```javascript
50
50
  var iterators = ns;
@@ -101,6 +101,16 @@ console.log( objectKeys( ns ) );
101
101
 
102
102
  <!-- /.examples -->
103
103
 
104
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
105
+
106
+ <section class="related">
107
+
108
+ </section>
109
+
110
+ <!-- /.related -->
111
+
112
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
113
+
104
114
 
105
115
  <section class="main-repo" >
106
116
 
@@ -125,7 +135,7 @@ See [LICENSE][stdlib-license].
125
135
 
126
136
  ## Copyright
127
137
 
128
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
138
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
129
139
 
130
140
  </section>
131
141
 
@@ -144,9 +154,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
144
154
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/simulate-iter/main.svg
145
155
  [coverage-url]: https://codecov.io/github/stdlib-js/simulate-iter?branch=main
146
156
 
157
+ <!--
158
+
147
159
  [dependencies-image]: https://img.shields.io/david/stdlib-js/simulate-iter.svg
148
160
  [dependencies-url]: https://david-dm.org/stdlib-js/simulate-iter/main
149
161
 
162
+ -->
163
+
164
+ [umd]: https://github.com/umdjs/umd
165
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
166
+
167
+ [deno-url]: https://github.com/stdlib-js/simulate-iter/tree/deno
168
+ [umd-url]: https://github.com/stdlib-js/simulate-iter/tree/umd
169
+ [esm-url]: https://github.com/stdlib-js/simulate-iter/tree/esm
170
+
150
171
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
151
172
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
152
173
 
@@ -669,7 +669,7 @@ interface Namespace {
669
669
  }
670
670
 
671
671
  /**
672
- * Standard library simulation iterators.
672
+ * Simulation iterators.
673
673
  */
674
674
  declare var ns: Namespace;
675
675
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stdlib/simulate-iter",
3
- "version": "0.0.5",
4
- "description": "Standard library simulation iterators.",
3
+ "version": "0.0.6",
4
+ "description": "Simulation iterators.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
7
7
  "name": "The Stdlib Authors",