@symbo.ls/sync 3.14.105 → 3.14.232

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 +14 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,23 @@
1
1
  # @symbo.ls/sync
2
2
 
3
+ ## 3.14.232
4
+
5
+ ### Patch Changes
6
+
7
+ - Auto-generated cross-repo patch release.
8
+
3
9
  ## 3.14.105
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - @symbo.ls/default-config@3.14.105
8
- - @symbo.ls/scratch@3.14.105
9
- - @symbo.ls/utils@3.14.105
10
- - @symbo.ls/router@3.14.105
13
+ - Manual patch bump triggered via workflow_dispatch (scope: all).
14
+ No source change behind this bump — released to refresh dist or
15
+ coordinate a cross-package version line.
16
+ - Updated dependencies
17
+ - @symbo.ls/default-config@3.14.105
18
+ - @symbo.ls/router@3.14.105
19
+ - @symbo.ls/scratch@3.14.105
20
+ - @symbo.ls/utils@3.14.105
11
21
 
12
22
  ## 3.14.104
13
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/sync",
3
- "version": "3.14.105",
3
+ "version": "3.14.232",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
@@ -50,7 +50,7 @@
50
50
  "@symbo.ls/scratch": "^3.14.105",
51
51
  "@symbo.ls/default-config": "^3.14.105",
52
52
  "chalk": "^5.4.1",
53
- "socket.io-client": "^4.8.1"
53
+ "socket.io-client": "^4.8.3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/core": "^7.26.0"