@dazzle-labs/cli 0.5.4 → 0.5.5
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 +10 -7
- package/darwin-arm64/bin/.gitkeep +0 -0
- package/darwin-arm64/package.json +0 -16
- package/darwin-x64/bin/.gitkeep +0 -0
- package/darwin-x64/package.json +0 -16
- package/linux-arm64/bin/.gitkeep +0 -0
- package/linux-arm64/package.json +0 -16
- package/linux-x64/bin/.gitkeep +0 -0
- package/linux-x64/package.json +0 -16
- package/win32-arm64/bin/.gitkeep +0 -0
- package/win32-arm64/package.json +0 -16
- package/win32-x64/bin/.gitkeep +0 -0
- package/win32-x64/package.json +0 -16
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dazzle-labs/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Dazzle CLI — cloud stages for AI agents and live streaming",
|
|
5
5
|
"mcpName": "io.github.dazzle-labs/dazzle",
|
|
6
6
|
"bin": {
|
|
7
7
|
"dazzle": "bin/run.js"
|
|
8
8
|
},
|
|
9
|
+
"files": [
|
|
10
|
+
"bin/run.js"
|
|
11
|
+
],
|
|
9
12
|
"license": "Apache-2.0",
|
|
10
13
|
"repository": {
|
|
11
14
|
"type": "git",
|
|
@@ -20,11 +23,11 @@
|
|
|
20
23
|
"cli"
|
|
21
24
|
],
|
|
22
25
|
"optionalDependencies": {
|
|
23
|
-
"@dazzle-labs/cli-darwin-arm64": "0.5.
|
|
24
|
-
"@dazzle-labs/cli-darwin-x64": "0.5.
|
|
25
|
-
"@dazzle-labs/cli-linux-x64": "0.5.
|
|
26
|
-
"@dazzle-labs/cli-linux-arm64": "0.5.
|
|
27
|
-
"@dazzle-labs/cli-win32-x64": "0.5.
|
|
28
|
-
"@dazzle-labs/cli-win32-arm64": "0.5.
|
|
26
|
+
"@dazzle-labs/cli-darwin-arm64": "0.5.5",
|
|
27
|
+
"@dazzle-labs/cli-darwin-x64": "0.5.5",
|
|
28
|
+
"@dazzle-labs/cli-linux-x64": "0.5.5",
|
|
29
|
+
"@dazzle-labs/cli-linux-arm64": "0.5.5",
|
|
30
|
+
"@dazzle-labs/cli-win32-x64": "0.5.5",
|
|
31
|
+
"@dazzle-labs/cli-win32-arm64": "0.5.5"
|
|
29
32
|
}
|
|
30
33
|
}
|
|
File without changes
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dazzle-labs/cli-darwin-arm64",
|
|
3
|
-
"version": "0.5.4",
|
|
4
|
-
"description": "Dazzle CLI binary for macOS ARM64",
|
|
5
|
-
"os": [
|
|
6
|
-
"darwin"
|
|
7
|
-
],
|
|
8
|
-
"cpu": [
|
|
9
|
-
"arm64"
|
|
10
|
-
],
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/dazzle-labs/cli"
|
|
15
|
-
}
|
|
16
|
-
}
|
package/darwin-x64/bin/.gitkeep
DELETED
|
File without changes
|
package/darwin-x64/package.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dazzle-labs/cli-darwin-x64",
|
|
3
|
-
"version": "0.5.4",
|
|
4
|
-
"description": "Dazzle CLI binary for macOS x64",
|
|
5
|
-
"os": [
|
|
6
|
-
"darwin"
|
|
7
|
-
],
|
|
8
|
-
"cpu": [
|
|
9
|
-
"x64"
|
|
10
|
-
],
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/dazzle-labs/cli"
|
|
15
|
-
}
|
|
16
|
-
}
|
package/linux-arm64/bin/.gitkeep
DELETED
|
File without changes
|
package/linux-arm64/package.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dazzle-labs/cli-linux-arm64",
|
|
3
|
-
"version": "0.5.4",
|
|
4
|
-
"description": "Dazzle CLI binary for Linux ARM64",
|
|
5
|
-
"os": [
|
|
6
|
-
"linux"
|
|
7
|
-
],
|
|
8
|
-
"cpu": [
|
|
9
|
-
"arm64"
|
|
10
|
-
],
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/dazzle-labs/cli"
|
|
15
|
-
}
|
|
16
|
-
}
|
package/linux-x64/bin/.gitkeep
DELETED
|
File without changes
|
package/linux-x64/package.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dazzle-labs/cli-linux-x64",
|
|
3
|
-
"version": "0.5.4",
|
|
4
|
-
"description": "Dazzle CLI binary for Linux x64",
|
|
5
|
-
"os": [
|
|
6
|
-
"linux"
|
|
7
|
-
],
|
|
8
|
-
"cpu": [
|
|
9
|
-
"x64"
|
|
10
|
-
],
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/dazzle-labs/cli"
|
|
15
|
-
}
|
|
16
|
-
}
|
package/win32-arm64/bin/.gitkeep
DELETED
|
File without changes
|
package/win32-arm64/package.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dazzle-labs/cli-win32-arm64",
|
|
3
|
-
"version": "0.5.4",
|
|
4
|
-
"description": "Dazzle CLI binary for Windows ARM64",
|
|
5
|
-
"os": [
|
|
6
|
-
"win32"
|
|
7
|
-
],
|
|
8
|
-
"cpu": [
|
|
9
|
-
"arm64"
|
|
10
|
-
],
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/dazzle-labs/cli"
|
|
15
|
-
}
|
|
16
|
-
}
|
package/win32-x64/bin/.gitkeep
DELETED
|
File without changes
|
package/win32-x64/package.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dazzle-labs/cli-win32-x64",
|
|
3
|
-
"version": "0.5.4",
|
|
4
|
-
"description": "Dazzle CLI binary for Windows x64",
|
|
5
|
-
"os": [
|
|
6
|
-
"win32"
|
|
7
|
-
],
|
|
8
|
-
"cpu": [
|
|
9
|
-
"x64"
|
|
10
|
-
],
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/dazzle-labs/cli"
|
|
15
|
-
}
|
|
16
|
-
}
|