opencode-sync-plugin 0.1.0 → 0.1.1

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,10 +2,14 @@
2
2
 
3
3
  Sync your OpenCode sessions to the cloud. Search, share, and access your coding history from anywhere.
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/opencode-sync-plugin.svg)](https://www.npmjs.com/package/opencode-sync-plugin)
6
+
5
7
  ## Installation
6
8
 
7
9
  ### From npm
8
10
 
11
+ Published on npm: [opencode-sync-plugin](https://www.npmjs.com/package/opencode-sync-plugin)
12
+
9
13
  ```bash
10
14
  npm install -g opencode-sync-plugin
11
15
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-sync-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Sync your OpenCode sessions to the cloud",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",