@aspects-ai/workspace-cli 0.1.11 → 0.1.12
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/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -482,7 +482,7 @@ async function fetchExampleFrame(toolName, targetPath) {
|
|
|
482
482
|
const library = await getLibrary(toolName);
|
|
483
483
|
const token = getToken();
|
|
484
484
|
logger.info(`Fetching example frame from ${chalk5.cyan(library.repository.url)}`);
|
|
485
|
-
const exampleFrameDirectory = library.repository.directory.replace("/src", "/example-frame");
|
|
485
|
+
const exampleFrameDirectory = library.repository.directory.replace("/src", "/example-frame-123");
|
|
486
486
|
await fetchDirectory({
|
|
487
487
|
repository: library.repository.url,
|
|
488
488
|
directory: exampleFrameDirectory,
|
|
@@ -695,7 +695,7 @@ function createCreateRemotionEntryCommand() {
|
|
|
695
695
|
// package.json
|
|
696
696
|
var package_default = {
|
|
697
697
|
name: "@aspects-ai/workspace-cli",
|
|
698
|
-
version: "0.1.
|
|
698
|
+
version: "0.1.12",
|
|
699
699
|
private: false,
|
|
700
700
|
description: "Lightweight CLI for installing libraries into workspaces",
|
|
701
701
|
type: "module",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aspects-ai/workspace-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Lightweight CLI for installing libraries into workspaces",
|
|
6
6
|
"type": "module",
|
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=18.0.0"
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}
|