chore: version packages (#272)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-05-19 11:10:07 +09:00 committed by GitHub
commit 34a0928edd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 38 additions and 30 deletions

View file

@ -1,5 +0,0 @@
---
"daiso-product-search": minor
---
Restore Daiso store pickup stock quantities through the official non-login Bearer flow (`/api/auth/request` + AES-128-CBC token) while keeping the resilient `selPkupStr` fallback API. `getStorePickupStock()` now retries once with a fresh token on 401/403 and returns structured `retrievalStatus: "blocked"` after repeated auth blocks instead of throwing. `getStorePickupEligibility()` remains public, and `lookupStoreProductAvailability()` fills `pickupEligibility` when exact pickup stock remains unavailable.

View file

@ -1,5 +0,0 @@
---
"emergency-room-beds": minor
---
Add an E-Gen based nearby emergency-room status skill and package.

View file

@ -1,5 +0,0 @@
---
"k-skill-proxy": minor
---
Add `/v1/kstartup/{business-info,announcements,contents,statistics}` routes that wrap the data.go.kr `15125364` (창업진흥원_K-Startup) Open API. The routes inject `DATA_GO_KR_API_KEY` server-side, return 503 when the key (or the per-dataset 활용신청) is missing, and cache successful JSON responses while bypassing the cache for upstream error envelopes (`resultCode != "00"`).

View file

@ -1,5 +0,0 @@
---
"local-election-candidate-search": minor
---
Add a public NEC local election candidate lookup skill and helper CLI.

View file

@ -1,5 +0,0 @@
---
"sh-notice-search": minor
---
Add a policy-compliant SH public notice search skill and direct HTML lookup client.

View file

@ -1,5 +1,11 @@
# daiso-product-search
## 0.4.0
### Minor Changes
- 271ea18: Restore Daiso store pickup stock quantities through the official non-login Bearer flow (`/api/auth/request` + AES-128-CBC token) while keeping the resilient `selPkupStr` fallback API. `getStorePickupStock()` now retries once with a fresh token on 401/403 and returns structured `retrievalStatus: "blocked"` after repeated auth blocks instead of throwing. `getStorePickupEligibility()` remains public, and `lookupStoreProductAvailability()` fills `pickupEligibility` when exact pickup stock remains unavailable.
## 0.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "daiso-product-search",
"version": "0.3.0",
"version": "0.4.0",
"description": "Official Daiso Mall store/product search and pickup-stock client",
"license": "MIT",
"main": "src/index.js",

View file

@ -0,0 +1,7 @@
# emergency-room-beds
## 0.2.0
### Minor Changes
- 271ea18: Add an E-Gen based nearby emergency-room status skill and package.

View file

@ -1,6 +1,6 @@
{
"name": "emergency-room-beds",
"version": "0.1.0",
"version": "0.2.0",
"description": "Public E-Gen nearby emergency room status lookup for Korean location queries",
"license": "MIT",
"main": "src/index.js",

View file

@ -1,5 +1,11 @@
# k-skill-proxy
## 0.4.0
### Minor Changes
- 271ea18: Add `/v1/kstartup/{business-info,announcements,contents,statistics}` routes that wrap the data.go.kr `15125364` (창업진흥원\_K-Startup) Open API. The routes inject `DATA_GO_KR_API_KEY` server-side, return 503 when the key (or the per-dataset 활용신청) is missing, and cache successful JSON responses while bypassing the cache for upstream error envelopes (`resultCode != "00"`).
## 0.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "k-skill-proxy",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"description": "Fastify proxy for k-skill upstream APIs",
"license": "MIT",

View file

@ -0,0 +1,7 @@
# local-election-candidate-search
## 0.2.0
### Minor Changes
- 271ea18: Add a public NEC local election candidate lookup skill and helper CLI.

View file

@ -1,6 +1,6 @@
{
"name": "local-election-candidate-search",
"version": "0.1.0",
"version": "0.2.0",
"description": "Public NEC Korean local election candidate lookup client for k-skill",
"license": "MIT",
"main": "src/index.js",

View file

@ -0,0 +1,7 @@
# sh-notice-search
## 0.2.0
### Minor Changes
- 271ea18: Add a policy-compliant SH public notice search skill and direct HTML lookup client.

View file

@ -1,6 +1,6 @@
{
"name": "sh-notice-search",
"version": "0.1.0",
"version": "0.2.0",
"description": "Public SH Seoul Housing notice lookup client for k-skill",
"license": "MIT",
"main": "src/index.js",