slopcode 0.0.0-dev-202603021350 → 0.0.0-dev-202603021829

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 +0 -2
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/slopcode?style=flat-square)](https://www.npmjs.com/package/slopcode)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/slopcode?style=flat-square)](https://www.npmjs.com/package/slopcode)
5
- [![discord](https://img.shields.io/discord/1391832426048651334?style=flat-square&label=discord)](https://slopcode.dev/discord)
6
5
 
7
6
  SlopCode is the open source AI coding agent focused on terminal workflows.
8
7
 
@@ -45,4 +44,3 @@ npm i -g slopcode@beta
45
44
  - Download desktop app: https://slopcode.dev/download
46
45
  - GitHub: https://github.com/teamslop/slopcode
47
46
  - Report issues: https://github.com/teamslop/slopcode/issues
48
- - Discord: https://slopcode.dev/discord
package/package.json CHANGED
@@ -34,19 +34,19 @@
34
34
  "scripts": {
35
35
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
36
36
  },
37
- "version": "0.0.0-dev-202603021350",
37
+ "version": "0.0.0-dev-202603021829",
38
38
  "license": "MIT",
39
39
  "optionalDependencies": {
40
- "slopcode-bin-linux-x64-baseline-musl": "0.0.0-dev-202603021350",
41
- "slopcode-bin-darwin-x64-baseline": "0.0.0-dev-202603021350",
42
- "slopcode-bin-linux-arm64-musl": "0.0.0-dev-202603021350",
43
- "slopcode-bin-darwin-x64": "0.0.0-dev-202603021350",
44
- "slopcode-bin-windows-x64": "0.0.0-dev-202603021350",
45
- "slopcode-bin-windows-x64-baseline": "0.0.0-dev-202603021350",
46
- "slopcode-bin-linux-x64-baseline": "0.0.0-dev-202603021350",
47
- "slopcode-bin-linux-x64-musl": "0.0.0-dev-202603021350",
48
- "slopcode-bin-linux-arm64": "0.0.0-dev-202603021350",
49
- "slopcode-bin-darwin-arm64": "0.0.0-dev-202603021350",
50
- "slopcode-bin-linux-x64": "0.0.0-dev-202603021350"
40
+ "slopcode-bin-linux-x64": "0.0.0-dev-202603021829",
41
+ "slopcode-bin-linux-x64-baseline-musl": "0.0.0-dev-202603021829",
42
+ "slopcode-bin-windows-x64-baseline": "0.0.0-dev-202603021829",
43
+ "slopcode-bin-linux-x64-baseline": "0.0.0-dev-202603021829",
44
+ "slopcode-bin-windows-x64": "0.0.0-dev-202603021829",
45
+ "slopcode-bin-darwin-x64-baseline": "0.0.0-dev-202603021829",
46
+ "slopcode-bin-darwin-arm64": "0.0.0-dev-202603021829",
47
+ "slopcode-bin-linux-x64-musl": "0.0.0-dev-202603021829",
48
+ "slopcode-bin-darwin-x64": "0.0.0-dev-202603021829",
49
+ "slopcode-bin-linux-arm64-musl": "0.0.0-dev-202603021829",
50
+ "slopcode-bin-linux-arm64": "0.0.0-dev-202603021829"
51
51
  }
52
52
  }