@symbo.ls/sync 3.14.12 → 3.14.101

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.101
4
+
5
+ ### Patch Changes
6
+
7
+ - @symbo.ls/default-config@3.14.101
8
+ - @symbo.ls/scratch@3.14.101
9
+ - @symbo.ls/utils@3.14.101
10
+ - @symbo.ls/router@3.14.101
11
+
12
+ ## 3.14.100
13
+
14
+ ### Patch Changes
15
+
16
+ - @symbo.ls/default-config@3.14.100
17
+ - @symbo.ls/scratch@3.14.100
18
+ - @symbo.ls/utils@3.14.100
19
+ - @symbo.ls/router@3.14.100
20
+
3
21
  ## 3.14.12
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.12",
3
+ "version": "3.14.101",
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.13",
49
- "@symbo.ls/utils": "^3.14.19",
50
- "@symbo.ls/scratch": "^3.14.15",
51
- "@symbo.ls/default-config": "^3.14.16",
48
+ "@symbo.ls/router": "^3.14.101",
49
+ "@symbo.ls/utils": "^3.14.101",
50
+ "@symbo.ls/scratch": "^3.14.101",
51
+ "@symbo.ls/default-config": "^3.14.101",
52
52
  "chalk": "^5.4.1",
53
53
  "socket.io-client": "^4.8.1"
54
54
  },