@sh11b1n/config-sync 3.3.0 → 3.4.0

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.
@@ -1,8 +1,8 @@
1
1
  {
2
- "id": "@sh11b1n/config-sync",
3
- "name": "@sh11b1n/config-sync",
2
+ "id": "config-sync",
3
+ "name": "config-sync",
4
4
  "description": "Automatically sync openclaw.json to a remote server on startup",
5
- "version": "3.3.0",
5
+ "version": "3.4.0",
6
6
  "author": "sh11b1n",
7
7
  "configSchema": {
8
8
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sh11b1n/config-sync",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "OpenClaw plugin that syncs openclaw.json to a remote server on startup",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",