Block a user
@datagift/helpers (1.0.7)
Published 2025-04-14 15:37:56 +00:00 by jakub.szymsza
Installation
@datagift:registry=npm install @datagift/helpers@1.0.7"@datagift/helpers": "1.0.7"About this package
Data.gift helpers
Helper functions and configuration for the data.gift project.
How-to
Develop the package
- Develop your functionality in the
./srcdirectory and export your functions in./index.mjs - Increment your version number in
package.json - Merge your changes to the
mainbranch and tag the latest commitgit tag v.X.Y.Z && git push origin --tags - Woodpecker will automatically build and release a new version
Reference
For a list of available functions, see ./index.mjs. See the functions' docstrings for more details.
Dependencies
Dependencies
| ID | Version |
|---|---|
| @datagift/ttl-helpers | ^1.0.3 |
Development Dependencies
| ID | Version |
|---|---|
| rollup | ^4.30.1 |