Skip to content

Commit bc7231f

Browse files
committed
Auto-generated commit
1 parent ba56801 commit bc7231f

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-06T03:21:36.585Z
1+
2026-06-14T03:31:12.569Z

.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

dist/index.js

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

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
@@ -40,7 +40,7 @@
4040
"@stdlib/array-base-indices-complement": "^0.1.1",
4141
"@stdlib/array-base-take-indexed": "^0.2.3",
4242
"@stdlib/ndarray-base-to-unique-normalized-indices": "^0.1.1",
43-
"@stdlib/types": "^0.4.3"
43+
"@stdlib/types": "^0.5.1"
4444
},
4545
"devDependencies": {
4646
"@stdlib/array-base-filled": "^0.2.3",

0 commit comments

Comments
 (0)