@nodescript/cli
Advanced tools
Comparing version 0.4.4 to 0.5.1
import 'reflect-metadata'; | ||
import { Mesh } from '@nodescript/mesh'; | ||
import { Mesh } from 'mesh-ioc'; | ||
import { PublishTask } from './tasks/publish.js'; | ||
@@ -4,0 +4,0 @@ export declare class App { |
import 'reflect-metadata'; | ||
import { Mesh } from '@nodescript/mesh'; | ||
import { Mesh } from 'mesh-ioc'; | ||
import { ApiManager } from './managers/api.js'; | ||
@@ -4,0 +4,0 @@ import { BuilderManager } from './managers/builder.js'; |
@@ -10,3 +10,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
import { dep } from '@nodescript/mesh'; | ||
import { dep } from 'mesh-ioc'; | ||
import { ConfigManager } from './config.js'; | ||
@@ -13,0 +13,0 @@ // TODO consider publishing the Hub Proto package |
@@ -10,6 +10,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
import { dep } from '@nodescript/mesh'; | ||
import chalk from 'chalk'; | ||
import * as fs from 'fs'; | ||
import glob from 'glob'; | ||
import { dep } from 'mesh-ioc'; | ||
import path from 'path'; | ||
@@ -16,0 +16,0 @@ import { fileURLToPath } from 'url'; |
@@ -10,4 +10,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
import { dep } from '@nodescript/mesh'; | ||
import glob from 'glob'; | ||
import { dep } from 'mesh-ioc'; | ||
import { promisify } from 'util'; | ||
@@ -14,0 +14,0 @@ import { ConfigManager } from './config.js'; |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export interface CliModuleGroup { | ||
@@ -3,0 +3,0 @@ pattern: string; |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export const CliModuleGroupSchema = new Schema({ | ||
@@ -3,0 +3,0 @@ type: 'object', |
@@ -10,4 +10,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
import { dep } from '@nodescript/mesh'; | ||
import chalk from 'chalk'; | ||
import { dep } from 'mesh-ioc'; | ||
import { ApiManager } from '../managers/api.js'; | ||
@@ -14,0 +14,0 @@ import { BuilderManager } from '../managers/builder.js'; |
{ | ||
"name": "@nodescript/cli", | ||
"version": "0.4.4", | ||
"version": "0.5.1", | ||
"type": "module", | ||
@@ -34,7 +34,6 @@ "description": "NodeScript CLI", | ||
"dependencies": { | ||
"@nodescript/core": "^3.6.2", | ||
"@nodescript/core": "^3.8.0", | ||
"@nodescript/logger": "^1.4.1", | ||
"@nodescript/mesh": "^3.1.3", | ||
"@nodescript/schema": "^5.2.2", | ||
"@types/glob": "^7.2.0", | ||
"airtight": "^5.2.3", | ||
"chalk": "^5.0.1", | ||
@@ -45,2 +44,3 @@ "commander": "^9.3.0", | ||
"glob": "^8.0.3", | ||
"mesh-ioc": "^3.1.4", | ||
"reflect-metadata": "^0.1.13", | ||
@@ -47,0 +47,0 @@ "yaml": "^2.1.1" |
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
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
33225
+ Addedairtight@^5.2.3
+ Addedmesh-ioc@^3.1.4
+ Addedmesh-ioc@3.4.0(transitive)
- Removed@nodescript/mesh@^3.1.3
- Removed@nodescript/schema@^5.2.2
- Removed@nodescript/mesh@3.1.3(transitive)
- Removed@nodescript/schema@5.2.2(transitive)
Updated@nodescript/core@^3.8.0