@sejinjja/promise-pool-kit 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,6 +123,8 @@ npm whoami
123
123
  npm access list packages <your-npm-id>
124
124
  ```
125
125
 
126
+ For automated tag-based publishing via GitHub Actions, set repository secret `NPM_TOKEN` (granular token with publish permission).
127
+
126
128
  ## License
127
129
 
128
130
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sejinjja/promise-pool-kit",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A tiny TypeScript toolkit for retry, timeout, and controlled concurrency in async workloads.",
5
5
  "license": "MIT",
6
6
  "type": "module",