@stdlib/strided-base-dtype-resolve-enum 0.2.1 → 0.2.3

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.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +18 -6
  3. package/package.json +3 -4
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2024 The Stdlib Authors.
1
+ Copyright (c) 2016-2026 The Stdlib Authors.
package/README.md CHANGED
@@ -65,7 +65,7 @@ var resolve = require( '@stdlib/strided-base-dtype-resolve-enum' );
65
65
 
66
66
  #### resolve( dtype )
67
67
 
68
- Return the enumeration constant associated with a strided array data type value.
68
+ Returns the enumeration constant associated with a strided array data type value.
69
69
 
70
70
  ```javascript
71
71
  var str2enum = require( '@stdlib/strided-base-dtype-str2enum' );
@@ -152,6 +152,12 @@ v = resolve( 'uint8' );
152
152
 
153
153
  <section class="related">
154
154
 
155
+ * * *
156
+
157
+ ## See Also
158
+
159
+ - <span class="package-name">[`@stdlib/strided-base/dtype-resolve-str`][@stdlib/strided/base/dtype-resolve-str]</span><span class="delimiter">: </span><span class="description">return the data type string associated with a supported strided array data type value.</span>
160
+
155
161
  </section>
156
162
 
157
163
  <!-- /.related -->
@@ -182,7 +188,7 @@ See [LICENSE][stdlib-license].
182
188
 
183
189
  ## Copyright
184
190
 
185
- Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
191
+ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
186
192
 
187
193
  </section>
188
194
 
@@ -195,8 +201,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
195
201
  [npm-image]: http://img.shields.io/npm/v/@stdlib/strided-base-dtype-resolve-enum.svg
196
202
  [npm-url]: https://npmjs.org/package/@stdlib/strided-base-dtype-resolve-enum
197
203
 
198
- [test-image]: https://github.com/stdlib-js/strided-base-dtype-resolve-enum/actions/workflows/test.yml/badge.svg?branch=v0.2.1
199
- [test-url]: https://github.com/stdlib-js/strided-base-dtype-resolve-enum/actions/workflows/test.yml?query=branch:v0.2.1
204
+ [test-image]: https://github.com/stdlib-js/strided-base-dtype-resolve-enum/actions/workflows/test.yml/badge.svg?branch=v0.2.3
205
+ [test-url]: https://github.com/stdlib-js/strided-base-dtype-resolve-enum/actions/workflows/test.yml?query=branch:v0.2.3
200
206
 
201
207
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/strided-base-dtype-resolve-enum/main.svg
202
208
  [coverage-url]: https://codecov.io/github/stdlib-js/strided-base-dtype-resolve-enum?branch=main
@@ -208,8 +214,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
208
214
 
209
215
  -->
210
216
 
211
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
212
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
217
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
218
+ [chat-url]: https://stdlib.zulipchat.com
213
219
 
214
220
  [stdlib]: https://github.com/stdlib-js/stdlib
215
221
 
@@ -228,6 +234,12 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
228
234
 
229
235
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/strided-base-dtype-resolve-enum/main/LICENSE
230
236
 
237
+ <!-- <related-links> -->
238
+
239
+ [@stdlib/strided/base/dtype-resolve-str]: https://www.npmjs.com/package/@stdlib/strided-base-dtype-resolve-str
240
+
241
+ <!-- </related-links> -->
242
+
231
243
  </section>
232
244
 
233
245
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/strided-base-dtype-resolve-enum",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Return the enumeration constant associated with a supported strided array data type value.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,8 +30,8 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/strided-base-dtype-enum2str": "^0.2.1",
34
- "@stdlib/strided-base-dtype-str2enum": "^0.2.1"
33
+ "@stdlib/strided-base-dtype-enum2str": "^0.2.2",
34
+ "@stdlib/strided-base-dtype-str2enum": "^0.2.3"
35
35
  },
36
36
  "devDependencies": {},
37
37
  "engines": {
@@ -65,7 +65,6 @@
65
65
  "util",
66
66
  "enum"
67
67
  ],
68
- "__stdlib__": {},
69
68
  "funding": {
70
69
  "type": "opencollective",
71
70
  "url": "https://opencollective.com/stdlib"