@quilltap/plugin-types 1.0.1 → 1.0.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/CHANGELOG.md +8 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [1.0.1] - 2024-12-30
8
+ ## [1.0.2] - 2025-12-30
9
+
10
+ ### Fixed
11
+
12
+ - Removed unused eslint-disable directives
13
+
14
+ ## [1.0.1] - 2025-12-30
9
15
 
10
16
  ### Fixed
11
17
 
12
18
  - Changed `formatTools` and `parseToolCalls` signatures to use `any` instead of `unknown` for backward compatibility with existing plugin implementations
13
19
 
14
- ## [1.0.0] - 2024-12-30
20
+ ## [1.0.0] - 2025-12-30
15
21
 
16
22
  ### Added
17
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quilltap/plugin-types",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Type definitions for Quilltap plugin development",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",