@objectstack/plugin-hono-server 0.3.2 → 0.3.3

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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @objectstack/plugin-hono-server
2
2
 
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Workflow and configuration improvements
8
+
9
+ - Enhanced GitHub workflows for CI, release, and PR automation
10
+ - Added comprehensive prompt templates for different protocol areas
11
+ - Improved project documentation and automation guides
12
+ - Updated changeset configuration
13
+ - Added cursor rules for better development experience
14
+
15
+ - Updated dependencies
16
+ - @objectstack/spec@0.3.3
17
+ - @objectstack/runtime@0.3.3
18
+ - @objectstack/types@0.3.3
19
+
3
20
  ## 0.3.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-hono-server",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Standard Hono Server Adapter for ObjectStack Runtime",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "dependencies": {
8
8
  "@hono/node-server": "^1.2.0",
9
9
  "hono": "^4.0.0",
10
- "@objectstack/spec": "0.3.2",
11
- "@objectstack/types": "0.3.2"
10
+ "@objectstack/spec": "0.3.3",
11
+ "@objectstack/types": "0.3.3"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/node": "^20.0.0",
15
15
  "typescript": "^5.0.0",
16
- "@objectstack/runtime": "0.3.2"
16
+ "@objectstack/runtime": "0.3.3"
17
17
  },
18
18
  "peerDependencies": {
19
- "@objectstack/runtime": "^0.3.2"
19
+ "@objectstack/runtime": "^0.3.3"
20
20
  },
21
21
  "scripts": {
22
22
  "build": "tsc"