debatable 0.0.0-semantic-release → 1.0.2
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.
- package/package.json +16 -12
- package/dist/debatable +0 -0
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "debatable",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "AI debate simulator - two LLM instances argue PRO and NEG on a topic",
|
|
5
5
|
"license": "Unlicense",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/kk-spartans/debatable"
|
|
9
|
+
},
|
|
6
10
|
"bin": {
|
|
7
11
|
"debatable": "dist/debatable"
|
|
8
12
|
},
|
|
@@ -13,31 +17,31 @@
|
|
|
13
17
|
"scripts": {
|
|
14
18
|
"start": "bun --watch run src/index.tsx",
|
|
15
19
|
"check": "bun build --compile --outfile dist/debatable src/index.tsx && oxlint --type-aware --type-check --fix && oxfmt --write && knip && e18e-cli analyze --log-level error && bunx react-doctor --score",
|
|
16
|
-
"ci": "bun
|
|
20
|
+
"ci": "bun build --compile --outfile dist/debatable src/index.tsx && oxlint --type-aware --type-check && oxfmt --check && knip && e18e-cli analyze --log-level error && react-doctor --score",
|
|
17
21
|
"release": "semantic-release"
|
|
18
22
|
},
|
|
19
23
|
"dependencies": {
|
|
20
|
-
"@opentui/core": "^0.3.
|
|
21
|
-
"@opentui/react": "^0.3.
|
|
24
|
+
"@opentui/core": "^0.3.2",
|
|
25
|
+
"@opentui/react": "^0.3.2",
|
|
22
26
|
"react": "^19.2.7",
|
|
23
27
|
"zod": "^4.4.3"
|
|
24
28
|
},
|
|
25
29
|
"devDependencies": {
|
|
26
|
-
"@ai-sdk/gateway": "^3.0.
|
|
30
|
+
"@ai-sdk/gateway": "^3.0.126",
|
|
27
31
|
"@e18e/cli": "^0.7.0",
|
|
28
32
|
"@semantic-release/changelog": "^6.0.3",
|
|
29
33
|
"@semantic-release/git": "^10.0.1",
|
|
30
34
|
"@semantic-release/github": "^12.0.8",
|
|
31
35
|
"@semantic-release/npm": "^13.1.5",
|
|
32
36
|
"@types/bun": "latest",
|
|
33
|
-
"@types/react": "^19.2.
|
|
34
|
-
"ai": "^6.0.
|
|
35
|
-
"effect": "^4.0.0-beta.
|
|
36
|
-
"knip": "^6.
|
|
37
|
-
"oxfmt": "^0.
|
|
38
|
-
"oxlint": "^1.
|
|
37
|
+
"@types/react": "^19.2.17",
|
|
38
|
+
"ai": "^6.0.198",
|
|
39
|
+
"effect": "^4.0.0-beta.78",
|
|
40
|
+
"knip": "^6.16.1",
|
|
41
|
+
"oxfmt": "^0.54.0",
|
|
42
|
+
"oxlint": "^1.69.0",
|
|
39
43
|
"oxlint-tsgolint": "^0.23.0",
|
|
40
|
-
"react-doctor": "^0.
|
|
44
|
+
"react-doctor": "^0.5.0",
|
|
41
45
|
"semantic-release": "^25.0.3",
|
|
42
46
|
"typescript": "^6.0.3"
|
|
43
47
|
}
|
package/dist/debatable
DELETED
|
Binary file
|