phibelle-kit 1.0.38 → 1.0.40

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.
@@ -167,7 +167,7 @@ function printEditorLink(sceneId, templateId, lastPrintedLink) {
167
167
  }
168
168
  if (editorUrl === lastPrintedLink)
169
169
  return lastPrintedLink;
170
- console.log(chalk.cyan(` Editor: ${editorUrl}`));
170
+ console.log(chalk.green(` Editor: ${editorUrl}`));
171
171
  return editorUrl;
172
172
  }
173
173
  function readLocalSceneJson(sceneDir) {
@@ -1,7 +1,8 @@
1
1
  export const getNpmPackage = () => {
2
2
  return `{
3
3
  "scripts": {
4
- "watch": "npx phibelle-kit watch"
4
+ "watch": "npx phibelle-kit watch",
5
+ "dev": "npx phibelle-kit watch"
5
6
  },
6
7
  "dependencies": {
7
8
  "@react-three/drei": "^10.7.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phibelle-kit",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "CLI tool for interacting with the Phibelle engine",
5
5
  "type": "module",
6
6
  "bin": {