Skip to content
  • Sponsor stdlib-js/array-base-flatten

  • Notifications You must be signed in to change notification settings
  • Fork 0
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stdlib-js/array-base-flatten
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3d7fb10
Choose a base ref
...
head repository: stdlib-js/array-base-flatten
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ffd71e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 10, 2025

  1. Transform error messages

    stdlib-bot committed Mar 10, 2025
    Copy the full SHA
    2ffd71e View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 package.json
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,8 @@
"@stdlib/ndarray-base-shape2strides": "^0.2.2",
"@stdlib/ndarray-base-vind2bind": "^0.2.2",
"@stdlib/types": "^0.4.3",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2"
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
},
"devDependencies": {
"@stdlib/array-base-filled": "^0.2.2",
@@ -90,4 +91,4 @@
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}
}