@cartesi/cli 0.15.0 → 0.15.1

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.
@@ -1,5 +1,5 @@
1
1
  import { BaseCommand } from "../baseCommand.js";
2
- export declare const DEFAULT_TEMPLATES_BRANCH = "sdk-0.6";
2
+ export declare const DEFAULT_TEMPLATES_BRANCH = "sdk-0.9";
3
3
  export default class CreateCommand extends BaseCommand<typeof CreateCommand> {
4
4
  static description: string;
5
5
  static examples: string[];
@@ -3,7 +3,7 @@ import chalk from "chalk";
3
3
  import { downloadTemplate } from "giget";
4
4
  import ora from "ora";
5
5
  import { BaseCommand } from "../baseCommand.js";
6
- export const DEFAULT_TEMPLATES_BRANCH = "sdk-0.6";
6
+ export const DEFAULT_TEMPLATES_BRANCH = "sdk-0.9";
7
7
  class CreateCommand extends BaseCommand {
8
8
  async download(template, branch, out) {
9
9
  const cartesiProvider = async (input) => {
@@ -132,7 +132,7 @@
132
132
  "branch": {
133
133
  "description": "cartesi/application-templates repository branch name to use",
134
134
  "name": "branch",
135
- "default": "sdk-0.6",
135
+ "default": "sdk-0.9",
136
136
  "hasDynamicHelp": false,
137
137
  "multiple": false,
138
138
  "type": "option"
@@ -883,5 +883,5 @@
883
883
  ]
884
884
  }
885
885
  },
886
- "version": "0.15.0"
886
+ "version": "0.15.1"
887
887
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cartesi/cli",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "Cartesi CLI",
5
5
  "author": "Danilo Tuler <tuler@pobox.com>",
6
6
  "bin": {
@@ -63,8 +63,8 @@
63
63
  "tslib": "^2.6.3",
64
64
  "typescript": "^5.5.4",
65
65
  "vitest": "^2.0.4",
66
- "@cartesi/devnet": "1.8.0",
67
66
  "@cartesi/eslint-config": "0.0.0",
67
+ "@cartesi/devnet": "1.8.0",
68
68
  "tsconfig": "0.0.0"
69
69
  },
70
70
  "oclif": {