Compare commits
2 Commits
c80250e4c2
...
8cb6f56947
| Author | SHA1 | Date | |
|---|---|---|---|
|
8cb6f56947
|
|||
|
9e1c4d0b1a
|
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.0.2] - 2026-02-20
|
||||||
|
### Added
|
||||||
|
- Initial release of the SDK.
|
||||||
|
- Added `.npmignore` to exclude Gitea config files.
|
||||||
|
- Configured dual publishing (Gitea + Public NPM).
|
||||||
|
|
||||||
|
## [0.0.1] - 2026-02-18
|
||||||
|
### Added
|
||||||
|
- Project initialization.
|
||||||
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@evercatch/sdk",
|
"name": "@evercatch/sdk",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Evercatch SDK for Node.js/TypeScript (Coming Soon)",
|
"description": "Evercatch SDK for Node.js/TypeScript (Coming Soon)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Evercatch <npm@evercatch.dev>",
|
"author": "Evercatch <npm@evercatch.dev>",
|
||||||
@@ -9,12 +9,16 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.psmattas.com/evercatch/evercatch-node"
|
"url": "https://git.psmattas.com/evercatch/evercatch-node"
|
||||||
},
|
},
|
||||||
"keywords": ["evercatch", "webhooks", "sdk"],
|
"keywords": [
|
||||||
|
"evercatch",
|
||||||
|
"webhooks",
|
||||||
|
"sdk"
|
||||||
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"publish:public": "npm publish",
|
"publish:public": "npm publish",
|
||||||
"publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/"
|
"publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user