@symbo.ls/sync 3.14.100 → 3.14.102

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 +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @symbo.ls/sync
2
2
 
3
+ ## 3.14.102
4
+
5
+ ### Patch Changes
6
+
7
+ - @symbo.ls/default-config@3.14.102
8
+ - @symbo.ls/scratch@3.14.102
9
+ - @symbo.ls/utils@3.14.102
10
+ - @symbo.ls/router@3.14.102
11
+
12
+ ## 3.14.101
13
+
14
+ ### Patch Changes
15
+
16
+ - @symbo.ls/default-config@3.14.101
17
+ - @symbo.ls/scratch@3.14.101
18
+ - @symbo.ls/utils@3.14.101
19
+ - @symbo.ls/router@3.14.101
20
+
3
21
  ## 3.14.100
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/sync",
3
- "version": "3.14.100",
3
+ "version": "3.14.102",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
@@ -45,10 +45,10 @@
45
45
  "prepublishOnly": "npm run build"
46
46
  },
47
47
  "dependencies": {
48
- "@symbo.ls/router": "^3.14.100",
49
- "@symbo.ls/utils": "^3.14.100",
50
- "@symbo.ls/scratch": "^3.14.100",
51
- "@symbo.ls/default-config": "^3.14.100",
48
+ "@symbo.ls/router": "^3.14.102",
49
+ "@symbo.ls/utils": "^3.14.102",
50
+ "@symbo.ls/scratch": "^3.14.102",
51
+ "@symbo.ls/default-config": "^3.14.102",
52
52
  "chalk": "^5.4.1",
53
53
  "socket.io-client": "^4.8.1"
54
54
  },