@multiplayer-app/cli 2.0.6 → 2.0.17-alpha.6
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/eslint.config.js +3 -3
- package/package.json +12 -8
- package/.turbo/turbo-build.log +0 -7
package/eslint.config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import tsPlugin from '@typescript-eslint/eslint-plugin'
|
|
2
|
+
import tsParser from '@typescript-eslint/parser'
|
|
3
3
|
|
|
4
4
|
// Equivalent to env: { es6: true, node: true, jest: true, mocha: true }
|
|
5
5
|
const envGlobals = {
|
|
@@ -49,7 +49,7 @@ const envGlobals = {
|
|
|
49
49
|
xspecify: 'readonly',
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
export default [
|
|
53
53
|
{
|
|
54
54
|
ignores: [
|
|
55
55
|
'package.json',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multiplayer-app/cli",
|
|
3
|
-
"version": "2.0.6",
|
|
3
|
+
"version": "2.0.17-alpha.6",
|
|
4
4
|
"description": "Multiplayer CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -11,17 +11,21 @@
|
|
|
11
11
|
"publish": "bun run scripts/publish.ts",
|
|
12
12
|
"dev": "bun src/index.tsx",
|
|
13
13
|
"typecheck": "tsc --noEmit",
|
|
14
|
-
"lint": "eslint src/**/*.ts --config eslint.config.js"
|
|
14
|
+
"lint": "eslint 'src/**/*.ts' --config eslint.config.js"
|
|
15
15
|
},
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"@multiplayer-app/cli-darwin-arm64": "2.0.
|
|
18
|
-
"@multiplayer-app/cli-darwin-x64": "2.0.
|
|
19
|
-
"@multiplayer-app/cli-linux-x64": "2.0.
|
|
20
|
-
"@multiplayer-app/cli-linux-arm64": "2.0.
|
|
21
|
-
"@multiplayer-app/cli-windows-x64": "2.0.
|
|
22
|
-
"@multiplayer-app/cli-windows-arm64": "2.0.
|
|
17
|
+
"@multiplayer-app/cli-darwin-arm64": "2.0.17-alpha.6",
|
|
18
|
+
"@multiplayer-app/cli-darwin-x64": "2.0.17-alpha.6",
|
|
19
|
+
"@multiplayer-app/cli-linux-x64": "2.0.17-alpha.6",
|
|
20
|
+
"@multiplayer-app/cli-linux-arm64": "2.0.17-alpha.6",
|
|
21
|
+
"@multiplayer-app/cli-windows-x64": "2.0.17-alpha.6",
|
|
22
|
+
"@multiplayer-app/cli-windows-arm64": "2.0.17-alpha.6"
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/multiplayer-app/multiplayer-session-recorder-javascript.git"
|
|
28
|
+
},
|
|
25
29
|
"devDependencies": {
|
|
26
30
|
"@anthropic-ai/claude-agent-sdk": "0.2.89",
|
|
27
31
|
"@anthropic-ai/sdk": "^0.78.0",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @multiplayer-app/cli@2.0.5 build /Users/dima/Projects/multiplayer-debugger-javascript/packages/cli
|
|
4
|
-
> bun build src/index.tsx --compile --outfile dist/multiplayer-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/') --sourcemap=none
|
|
5
|
-
|
|
6
|
-
[0m[2m[[1m219ms[0m[2m][0m [32mbundle[0m 908 modules
|
|
7
|
-
[0m[2m[[1m319ms[0m[2m][0m [32mcompile[0m [1m[34mdist/multiplayer-darwin-arm64[0m
|