@pikku/deploy-standalone 0.12.1 → 0.12.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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @pikku/deploy-standalone
2
2
 
3
+ ## 0.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c98fd1: Switch standalone deploy from uWebSockets.js to Express + ws
8
+
9
+ - Replace PikkuUWSServer with PikkuExpressServer in generated entry
10
+ - Add WebSocket support via ws + pikkuWebsocketHandler
11
+ - Remove pkg binary compilation — ship bundle.js directly
12
+ - Remove native module (uws .node) handling
13
+ - Add loadSchemas: false to avoid global state resolution issues
14
+ - Add getHttpServer() to PikkuExpressServer for ws attachment
15
+
3
16
  ## 0.12.1
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikku/deploy-standalone",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {