Skip to content

Commit 5a62582

Browse files
committed
Auto-generated commit
1 parent 5c79d79 commit 5a62582

File tree

15 files changed

+65
-18
lines changed

15 files changed

+65
-18
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-02-21)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`d631f9f`](https://github.com/stdlib-js/stdlib/commit/d631f9f628dd9ebe8a1db319e00ae2ef69e92edc) - **refactor:** update require paths _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-28)

CONTRIBUTORS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,20 @@ Daniel Killenberger <[email protected]>
2727
Daniel Yu <[email protected]>
2828
Debashis Maharana <[email protected]>
2929
Desh Deepak Kant <[email protected]>
30+
3031
Dhruv Arvind Singh <[email protected]>
3132
Divyansh Seth <[email protected]>
3233
Dominic Lim <[email protected]>
3334
Dominik Moritz <[email protected]>
3435
Dorrin Sotoudeh <[email protected]>
3536
EuniceSim142 <[email protected]>
3637
Frank Kovacs <[email protected]>
38+
GK Bishnoi <[email protected]>
39+
3740
Golden Kumar <[email protected]>
3841
Gunj Joshi <[email protected]>
39-
Gururaj Gurram <[email protected]>
42+
Gururaj Gurram <[email protected]>
43+
4044
4145
Harshita Kalani <[email protected]>
4246
Hridyanshu <[email protected]>
@@ -62,6 +66,7 @@ Marcus Fantham <[email protected]>
6266
Matt Cochrane <[email protected]>
6367
Mihir Pandit <[email protected]>
6468
Milan Raj <[email protected]>
69+
Mohammad Bin Aftab <[email protected]>
6570
Mohammad Kaif <[email protected]>
6671
Momtchil Momtchev <[email protected]>
6772
Muhammad Haris <[email protected]>
@@ -89,6 +94,7 @@ Rejoan Sardar <[email protected]>
8994
Ricky Reusser <[email protected]>
9095
Ridam Garg <[email protected]>
9196
97+
Rishav Tarway <[email protected]>
9298
Robert Gislason <[email protected]>
9399
Roman Stetsyk <[email protected]>
94100
Rutam Kathale <[email protected]>
@@ -99,6 +105,7 @@ Sai Srikar Dumpeti <[email protected]>
99105
Sarthak Paandey <[email protected]>
100106
Saurabh Singh <[email protected]>
101107
Seyyed Parsa Neshaei <[email protected]>
108+
Shabareesh Shetty <[email protected]>
102109
Shashank Shekhar Singh <[email protected]>
103110
Shivam Ahir <[email protected]>
104111
Shraddheya Shendre <[email protected]>
@@ -109,6 +116,7 @@ Snehil Shah <[email protected]>
109116
Soumajit Chatterjee <[email protected]>
110117
Spandan Barve <[email protected]>
111118
Stephannie Jiménez Gacha <[email protected]>
119+
Suhaib Ilahi <[email protected]>
112120
Suraj Kumar <[email protected]>
113121
Tirtadwipa Manunggal <[email protected]>
114122
Tudor Pagu <[email protected]>
@@ -123,6 +131,9 @@ Vivek Maurya <[email protected]>
123131
Xiaochuan Ye <[email protected]>
124132
Yaswanth Kosuru <[email protected]>
125133
Yernar Yergaziyev <[email protected]>
134+
Yuvi Mittal <[email protected]>
135+
ekambains <[email protected]>
126136
olenkabilonizhka <[email protected]>
137+
pranav-1720 <[email protected]>
127138
128139

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333

3434
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
3535

36-
> Test if a value is [named typed tuple][@stdlib/utils/named-typed-tuple]-like.
36+
> Test if a value is [named typed tuple][@stdlib/dstructs/named-typed-tuple]-like.
3737
3838
<section class="installation">
3939

@@ -65,10 +65,10 @@ var isNamedTypedTupleLike = require( '@stdlib/assert-is-named-typed-tuple-like'
6565

6666
#### isNamedTypedTupleLike( value )
6767

68-
Tests if a value is [named typed tuple][@stdlib/utils/named-typed-tuple]-like.
68+
Tests if a value is [named typed tuple][@stdlib/dstructs/named-typed-tuple]-like.
6969

7070
```javascript
71-
var namedtypedtuple = require( '@stdlib/utils-named-typed-tuple' );
71+
var namedtypedtuple = require( '@stdlib/dstructs-named-typed-tuple' );
7272

7373
var Point = namedtypedtuple( [ 'x', 'y' ] );
7474
var p = new Point();
@@ -88,7 +88,7 @@ var bool = isNamedTypedTupleLike( p );
8888
<!-- eslint no-undef: "error" -->
8989

9090
```javascript
91-
var namedtypedtuple = require( '@stdlib/utils-named-typed-tuple' );
91+
var namedtypedtuple = require( '@stdlib/dstructs-named-typed-tuple' );
9292
var isNamedTypedTupleLike = require( '@stdlib/assert-is-named-typed-tuple-like' );
9393

9494
var Point = namedtypedtuple( [ 'x', 'y' ] );
@@ -119,7 +119,7 @@ bool = isNamedTypedTupleLike( null );
119119

120120
## See Also
121121

122-
- <span class="package-name">[`@stdlib/utils-named-typed-tuple`][@stdlib/utils/named-typed-tuple]</span><span class="delimiter">: </span><span class="description">named typed tuple.</span>
122+
- <span class="package-name">[`@stdlib/dstructs-named-typed-tuple`][@stdlib/dstructs/named-typed-tuple]</span><span class="delimiter">: </span><span class="description">named typed tuple.</span>
123123

124124
</section>
125125

@@ -199,7 +199,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
199199

200200
<!-- <related-links> -->
201201

202-
[@stdlib/utils/named-typed-tuple]: https://github.com/stdlib-js/utils-named-typed-tuple
202+
[@stdlib/dstructs/named-typed-tuple]: https://github.com/stdlib-js/dstructs-named-typed-tuple
203203

204204
<!-- </related-links> -->
205205

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
var bench = require( '@stdlib/bench-harness' );
2424
var isBoolean = require( '@stdlib/assert-is-boolean' ).isPrimitive;
25-
var namedtypedtuple = require( '@stdlib/utils-named-typed-tuple' );
25+
var namedtypedtuple = require( '@stdlib/dstructs-named-typed-tuple' );
2626
var pkg = require( './../package.json' ).name;
2727
var isNamedTypedTupleLike = require( './../lib' );
2828

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
Examples
1616
--------
17-
> var Point = {{alias:@stdlib/utils/named-typed-tuple}}( [ 'x', 'y' ] );
17+
> var Point = {{alias:@stdlib/dstructs/named-typed-tuple}}( [ 'x', 'y' ] );
1818
> var p = new Point();
1919
> var bool = {{alias}}( p )
2020
true

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @returns boolean indicating if a value is named typed tuple-like
2626
*
2727
* @example
28-
* var namedtypedtuple = require( '@stdlib/utils-named-typed-tuple' );
28+
* var namedtypedtuple = require( '@stdlib/dstructs-named-typed-tuple' );
2929
*
3030
* var Point = namedtypedtuple( [ 'x', 'y' ] );
3131
*

0 commit comments

Comments
 (0)