Skip to content

Commit 41e11fe

Browse files
committed
Auto-generated commit
1 parent 18a8c33 commit 41e11fe

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-05-19T03:44:03.335Z
1+
2026-06-29T03:53:46.708Z

.npmrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ save = false
2929

3030
# Do not generate provenance metadata:
3131
provenance = false
32+
33+
# Prefer cached dependencies during install:
34+
prefer-offline = true
35+
36+
# Require signing Git commits and tags when using `npm version`:
37+
sign-git-commit = true
38+
sign-git-tag = true
39+
40+
# Run Git commit hooks when using `npm version`:
41+
commit-hooks = true
42+
43+
# Require that dependencies within the dependency tree have a minimum release age (in days) in order to guard against supply chain attacks:
44+
min-release-age = 90

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-05-19)
7+
## Unreleased (2026-06-29)
88

99
<section class="features">
1010

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@stdlib/ndarray-base-shape": "^0.2.3",
4646
"@stdlib/ndarray-base-strides": "^0.2.3",
4747
"@stdlib/strided-base-reinterpret-complex128": "^0.2.3",
48-
"@stdlib/types": "^0.4.3"
48+
"@stdlib/types": "^0.5.1"
4949
},
5050
"devDependencies": {
5151
"@stdlib/array-complex128": "^0.3.2",

0 commit comments

Comments
 (0)