slopcode 0.1.20 → 0.1.22

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 +1 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -3,7 +3,7 @@
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
5
 
6
- SlopCode is the open source AI coding agent focused on terminal workflows.
6
+ SlopCode is the open source AI slopcoding agent focused on terminal workflows.
7
7
 
8
8
  ## Install
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slopcode",
3
- "description": "The open source AI coding agent.",
3
+ "description": "The open source AI slopcoding agent.",
4
4
  "homepage": "https://slopcode.dev",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,19 +34,19 @@
34
34
  "scripts": {
35
35
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
36
36
  },
37
- "version": "0.1.20",
37
+ "version": "0.1.22",
38
38
  "license": "MIT",
39
39
  "optionalDependencies": {
40
- "slopcode-bin-linux-x64": "0.1.20",
41
- "slopcode-bin-linux-x64-baseline-musl": "0.1.20",
42
- "slopcode-bin-windows-x64-baseline": "0.1.20",
43
- "slopcode-bin-linux-x64-baseline": "0.1.20",
44
- "slopcode-bin-windows-x64": "0.1.20",
45
- "slopcode-bin-darwin-x64-baseline": "0.1.20",
46
- "slopcode-bin-darwin-arm64": "0.1.20",
47
- "slopcode-bin-linux-x64-musl": "0.1.20",
48
- "slopcode-bin-darwin-x64": "0.1.20",
49
- "slopcode-bin-linux-arm64-musl": "0.1.20",
50
- "slopcode-bin-linux-arm64": "0.1.20"
40
+ "slopcode-bin-linux-x64": "0.1.22",
41
+ "slopcode-bin-linux-x64-baseline-musl": "0.1.22",
42
+ "slopcode-bin-windows-x64-baseline": "0.1.22",
43
+ "slopcode-bin-linux-x64-baseline": "0.1.22",
44
+ "slopcode-bin-windows-x64": "0.1.22",
45
+ "slopcode-bin-darwin-x64-baseline": "0.1.22",
46
+ "slopcode-bin-darwin-arm64": "0.1.22",
47
+ "slopcode-bin-linux-x64-musl": "0.1.22",
48
+ "slopcode-bin-darwin-x64": "0.1.22",
49
+ "slopcode-bin-linux-arm64-musl": "0.1.22",
50
+ "slopcode-bin-linux-arm64": "0.1.22"
51
51
  }
52
52
  }