@stdlib/constants-float32-phi 0.0.2 → 0.0.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 +17 -5
  3. package/package.json +2 -2
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
@@ -160,6 +160,12 @@ Macro for the [golden ratio][phi-value].
160
160
 
161
161
  <section class="related">
162
162
 
163
+ * * *
164
+
165
+ ## See Also
166
+
167
+ - <span class="package-name">[`@stdlib/constants-float64/phi`][@stdlib/constants/float64/phi]</span><span class="delimiter">: </span><span class="description">golden ratio.</span>
168
+
163
169
  </section>
164
170
 
165
171
  <!-- /.related -->
@@ -190,7 +196,7 @@ See [LICENSE][stdlib-license].
190
196
 
191
197
  ## Copyright
192
198
 
193
- Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
199
+ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
194
200
 
195
201
  </section>
196
202
 
@@ -203,8 +209,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
203
209
  [npm-image]: http://img.shields.io/npm/v/@stdlib/constants-float32-phi.svg
204
210
  [npm-url]: https://npmjs.org/package/@stdlib/constants-float32-phi
205
211
 
206
- [test-image]: https://github.com/stdlib-js/constants-float32-phi/actions/workflows/test.yml/badge.svg?branch=v0.0.2
207
- [test-url]: https://github.com/stdlib-js/constants-float32-phi/actions/workflows/test.yml?query=branch:v0.0.2
212
+ [test-image]: https://github.com/stdlib-js/constants-float32-phi/actions/workflows/test.yml/badge.svg?branch=v0.0.3
213
+ [test-url]: https://github.com/stdlib-js/constants-float32-phi/actions/workflows/test.yml?query=branch:v0.0.3
208
214
 
209
215
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float32-phi/main.svg
210
216
  [coverage-url]: https://codecov.io/github/stdlib-js/constants-float32-phi?branch=main
@@ -216,8 +222,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
216
222
 
217
223
  -->
218
224
 
219
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
220
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
225
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
226
+ [chat-url]: https://stdlib.zulipchat.com
221
227
 
222
228
  [stdlib]: https://github.com/stdlib-js/stdlib
223
229
 
@@ -240,6 +246,12 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
240
246
 
241
247
  [phi-value]: http://oeis.org/A001622
242
248
 
249
+ <!-- <related-links> -->
250
+
251
+ [@stdlib/constants/float64/phi]: https://www.npmjs.com/package/@stdlib/constants-float64-phi
252
+
253
+ <!-- </related-links> -->
254
+
243
255
  </section>
244
256
 
245
257
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/constants-float32-phi",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Golden ratio.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -31,7 +31,7 @@
31
31
  "url": "https://github.com/stdlib-js/stdlib/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@stdlib/number-float64-base-to-float32": "^0.2.1"
34
+ "@stdlib/number-float64-base-to-float32": "^0.2.2"
35
35
  },
36
36
  "devDependencies": {},
37
37
  "engines": {