mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
Merge pull request #194 from NomaDamas/changeset-release/main
chore: version packages
This commit is contained in:
commit
fe3060678c
9 changed files with 27 additions and 24 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"court-auction-notice-search": minor
|
||||
---
|
||||
|
||||
Add the initial `court-auction-notice-search` package and matching skill. Browses 대법원경매정보(`courtauction.go.kr`) 부동산 매각공고 by 매각기일·법원·기일/기간 입찰, expands each notice into 사건번호·용도·주소·감정평가액·최저매각가, and looks up an auction case directly by 법원+사건번호. Direct HTTP transport with optional Playwright fallback, conservative ≥2s throttle and 10-call session budget, and an immediate `BLOCKED` throw when the site returns `data.ipcheck === false`.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"public-restroom-nearby": minor
|
||||
---
|
||||
|
||||
Add Kakao REST API keyword and gas-station layers to nearby restroom search, recompute all distances locally, deduplicate merged sources, and optionally correct CSV display data via Kakao coord2address.
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"toss-securities": minor
|
||||
---
|
||||
|
||||
Improve toss-securities session-expiry handling and diagnostics.
|
||||
|
||||
- Add `auth doctor` wiring and `checkSession()` helper.
|
||||
- Add `TossSessionExpiredError` for clearer invalid-session failures.
|
||||
- Promote silent empty-array responses from portfolio/watchlist into explicit session-expired errors when `auth doctor` says session is invalid.
|
||||
- Add `search/stocks 403` upstream hinting for quote failures.
|
||||
- Extend tests and README to document behavior and `tossctl >= 0.3.6` recommendation.
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# court-auction-notice-search
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d11c7d3: Add the initial `court-auction-notice-search` package and matching skill. Browses 대법원경매정보(`courtauction.go.kr`) 부동산 매각공고 by 매각기일·법원·기일/기간 입찰, expands each notice into 사건번호·용도·주소·감정평가액·최저매각가, and looks up an auction case directly by 법원+사건번호. Direct HTTP transport with optional Playwright fallback, conservative ≥2s throttle and 10-call session budget, and an immediate `BLOCKED` throw when the site returns `data.ipcheck === false`.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "court-auction-notice-search",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Korean court auction (대법원경매정보) real estate sale notice and case lookup with direct HTTP + Playwright fallback",
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# public-restroom-nearby
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ff255bf: Add Kakao REST API keyword and gas-station layers to nearby restroom search, recompute all distances locally, deduplicate merged sources, and optionally correct CSV display data via Kakao coord2address.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "public-restroom-nearby",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "Official public restroom standard-data client for nearby restroom lookup from a user-provided Korean location",
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
# toss-securities
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 3cea4be: Improve toss-securities session-expiry handling and diagnostics.
|
||||
|
||||
- Add `auth doctor` wiring and `checkSession()` helper.
|
||||
- Add `TossSessionExpiredError` for clearer invalid-session failures.
|
||||
- Promote silent empty-array responses from portfolio/watchlist into explicit session-expired errors when `auth doctor` says session is invalid.
|
||||
- Add `search/stocks 403` upstream hinting for quote failures.
|
||||
- Extend tests and README to document behavior and `tossctl >= 0.3.6` recommendation.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "toss-securities",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "Safe read-only tossctl wrapper for Toss Securities skill workflows",
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue