19 changed files with
44 additions and
41 deletions
|
|
|
|
@ -1,5 +0,0 @@
|
|
|
|
|
---
|
|
|
|
|
"blue-ribbon-nearby": patch
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Add a changeset for the rebrowser-playwright browser fallback release.
|
|
|
|
|
@ -1,5 +0,0 @@
|
|
|
|
|
---
|
|
|
|
|
"lck-analytics": minor
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Add the first LCK analytics package and skill pack adapted from jerjangmin's original upstream implementation.
|
|
|
|
|
@ -1,5 +0,0 @@
|
|
|
|
|
---
|
|
|
|
|
"cheap-gas-nearby": minor
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Publish the first official Opinet-powered nearby cheapest gas station lookup package and skill docs.
|
|
|
|
|
@ -1,5 +0,0 @@
|
|
|
|
|
---
|
|
|
|
|
"hipass-receipt": minor
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Publish the first logged-in-session helper package and skill docs for Hi-Pass receipt workflows.
|
|
|
|
|
@ -1,5 +0,0 @@
|
|
|
|
|
---
|
|
|
|
|
"blue-ribbon-nearby": patch
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Handle Blue Ribbon `PREMIUM_REQUIRED` nearby responses with a domain error and document the current premium gate on live nearby results.
|
|
|
|
|
@ -1,5 +0,0 @@
|
|
|
|
|
---
|
|
|
|
|
"market-kurly-search": minor
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Publish the first reusable Market Kurly product search package and skill docs for unauthenticated price lookups.
|
|
|
|
|
@ -1,5 +0,0 @@
|
|
|
|
|
---
|
|
|
|
|
"used-car-price-search": minor
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Publish the first reusable used-car-price-search package with the SK direct inventory parser and skill docs.
|
|
|
|
|
@ -1,5 +1,12 @@
|
|
|
|
|
# blue-ribbon-nearby
|
|
|
|
|
|
|
|
|
|
## 0.2.3
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- 6d5f728: Add a changeset for the rebrowser-playwright browser fallback release.
|
|
|
|
|
- 6be102b: Handle Blue Ribbon `PREMIUM_REQUIRED` nearby responses with a domain error and document the current premium gate on live nearby results.
|
|
|
|
|
|
|
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "blue-ribbon-nearby",
|
|
|
|
|
"version": "0.2.2",
|
|
|
|
|
"version": "0.2.3",
|
|
|
|
|
"description": "Official Blue Ribbon Survey nearby restaurant client for asking a user's location and finding nearby ribbon picks",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,11 @@
|
|
|
|
|
# cheap-gas-nearby
|
|
|
|
|
|
|
|
|
|
## 0.4.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
- 397d0ee: Publish the first official Opinet-powered nearby cheapest gas station lookup package and skill docs.
|
|
|
|
|
|
|
|
|
|
## 0.3.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "cheap-gas-nearby",
|
|
|
|
|
"version": "0.3.0",
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
"description": "Official Opinet based nearby cheapest gas station lookup for Korean location queries",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,11 @@
|
|
|
|
|
# hipass-receipt
|
|
|
|
|
|
|
|
|
|
## 0.3.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
- bb79fa5: Publish the first logged-in-session helper package and skill docs for Hi-Pass receipt workflows.
|
|
|
|
|
|
|
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "hipass-receipt",
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"version": "0.3.0",
|
|
|
|
|
"description": "Hi-Pass logged-in browser-session helper for usage-history and receipt workflows",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,11 @@
|
|
|
|
|
# lck-analytics
|
|
|
|
|
|
|
|
|
|
## 0.4.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
- 9fad8ae: Add the first LCK analytics package and skill pack adapted from jerjangmin's original upstream implementation.
|
|
|
|
|
|
|
|
|
|
## 0.3.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "lck-analytics",
|
|
|
|
|
"version": "0.3.0",
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
"description": "LCK match analytics and insights powered by Riot LoL Esports data",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
|
|
|
|
|
@ -0,0 +1,7 @@
|
|
|
|
|
# market-kurly-search
|
|
|
|
|
|
|
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
- 4ce29ae: Publish the first reusable Market Kurly product search package and skill docs for unauthenticated price lookups.
|
|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "market-kurly-search",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"description": "Unauthenticated Market Kurly product search and detail client",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,11 @@
|
|
|
|
|
# used-car-price-search
|
|
|
|
|
|
|
|
|
|
## 0.5.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
- 89a016a: Publish the first reusable used-car-price-search package with the SK direct inventory parser and skill docs.
|
|
|
|
|
|
|
|
|
|
## 0.4.0
|
|
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "used-car-price-search",
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
"version": "0.5.0",
|
|
|
|
|
"description": "SK렌터카 다이렉트 타고BUY 기반 중고차 가격 조회 client",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
|