@aexol/axolotl
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
import * as chalk from 'chalk'; | ||
import chalk from 'chalk'; | ||
import { STARTER_DICT } from './consts.js'; | ||
@@ -3,0 +3,0 @@ import { createAppAction } from './utils.js'; |
import * as fs from 'node:fs'; | ||
import * as path from 'node:path'; | ||
import { execSync } from 'node:child_process'; | ||
import * as chalk from 'chalk'; | ||
const { Color } = chalk; | ||
import chalk from 'chalk'; | ||
import { BASE_REPOSITORY, MESSAGE_BRAKE } from './consts.js'; | ||
@@ -7,0 +6,0 @@ export const createAppAction = ({ starter, repo, example, destination: _destination, }) => { |
{ | ||
"name": "@aexol/axolotl", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"private": false, | ||
@@ -21,2 +21,3 @@ "main": "./lib/index.js", | ||
"@aexol/axolotl-core": "^0.0.5", | ||
"chalk": "^5.3.0", | ||
"commander": "^11.0.0", | ||
@@ -23,0 +24,0 @@ "graphql-js-tree": "^1.0.6" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68592
4
232
+ Addedchalk@^5.3.0
+ Addedchalk@5.4.1(transitive)