@symbo.ls/sync 3.14.499 → 3.14.599

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 +24 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @symbo.ls/sync
2
2
 
3
+ ## 3.14.599
4
+
5
+ ### Patch Changes
6
+
7
+ - Manual patch bump triggered via workflow_dispatch (scope: all).
8
+ No source change behind this bump — released to refresh dist or
9
+ coordinate a cross-package version line.
10
+ - Updated dependencies
11
+ - @symbo.ls/default-config@3.14.599
12
+ - @symbo.ls/router@3.14.599
13
+ - @symbo.ls/scratch@3.14.599
14
+ - @symbo.ls/utils@3.14.599
15
+
16
+ ## 3.14.595
17
+
18
+ ### Patch Changes
19
+
20
+ - Auto-generated cross-repo patch release.
21
+ - Updated dependencies
22
+ - @symbo.ls/default-config@3.14.595
23
+ - @symbo.ls/scratch@3.14.595
24
+ - @symbo.ls/utils@3.14.595
25
+ - @symbo.ls/router@3.14.595
26
+
3
27
  ## 3.14.499
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/sync",
3
- "version": "3.14.499",
3
+ "version": "3.14.599",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
@@ -45,15 +45,15 @@
45
45
  "prepublishOnly": "npm run build"
46
46
  },
47
47
  "dependencies": {
48
- "@symbo.ls/router": "^3.14.105",
49
- "@symbo.ls/utils": "^3.14.105",
50
- "@symbo.ls/scratch": "^3.14.105",
51
- "@symbo.ls/default-config": "^3.14.105",
52
- "chalk": "^5.4.1",
48
+ "@symbo.ls/router": "^3.14.599",
49
+ "@symbo.ls/utils": "^3.14.599",
50
+ "@symbo.ls/scratch": "^3.14.599",
51
+ "@symbo.ls/default-config": "^3.14.599",
52
+ "chalk": "^5.6.2",
53
53
  "socket.io-client": "^4.8.3"
54
54
  },
55
55
  "devDependencies": {
56
- "@babel/core": "^7.26.0"
56
+ "@babel/core": "^7.29.7"
57
57
  },
58
58
  "browser": "./index.js",
59
59
  "sideEffects": false