@riverintel/stayfinder-plugin 0.2.0 → 0.2.1

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.
package/README.md CHANGED
@@ -5,7 +5,7 @@ OpenClaw plugin for live hotel and vacation rental search. Ask your agent for a
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- openclaw plugins install @riverintel/stayfinder
8
+ openclaw plugins install @riverintel/stayfinder-plugin
9
9
  ```
10
10
 
11
11
  Add the tools to your `~/.openclaw/openclaw.json`:
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import { createSearchStaysTool } from './tools/search-stays.js';
15
15
  import { createStayFinderSignupTool } from './tools/stayfinder-signup.js';
16
16
  import { createStayFinderVerifyTool } from './tools/stayfinder-verify.js';
17
17
  export default definePluginEntry({
18
- id: 'stayfinder',
18
+ id: 'stayfinder-plugin',
19
19
  name: 'StayFinder',
20
20
  description: 'Live hotel and vacation rental search via the StayFinder service. ' +
21
21
  'Returns real-time pricing, availability, and booking redirect links.',
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E,eAAe,iBAAiB,CAAC;IAC/B,EAAE,EAAE,YAAY;IAChB,IAAI,EAAE,YAAY;IAClB,WAAW,EACT,oEAAoE;QACpE,sEAAsE;IACxE,QAAQ,CAAC,GAAG;QACV,GAAG,CAAC,YAAY,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;QAC7C,GAAG,CAAC,YAAY,CAAC,0BAA0B,CAAC,GAAG,CAAC,CAAC,CAAC;QAClD,GAAG,CAAC,YAAY,CAAC,0BAA0B,CAAC,GAAG,CAAC,CAAC,CAAC;IACpD,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E,eAAe,iBAAiB,CAAC;IAC/B,EAAE,EAAE,mBAAmB;IACvB,IAAI,EAAE,YAAY;IAClB,WAAW,EACT,oEAAoE;QACpE,sEAAsE;IACxE,QAAQ,CAAC,GAAG;QACV,GAAG,CAAC,YAAY,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;QAC7C,GAAG,CAAC,YAAY,CAAC,0BAA0B,CAAC,GAAG,CAAC,CAAC,CAAC;QAClD,GAAG,CAAC,YAAY,CAAC,0BAA0B,CAAC,GAAG,CAAC,CAAC,CAAC;IACpD,CAAC;CACF,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riverintel/stayfinder-plugin",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "OpenClaw plugin for live hotel and vacation rental search via the StayFinder service. Returns real-time pricing, availability, and Expedia booking redirect links — no scraping, no browser automation.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",