tsoft-cli 2.0.1 → 2.0.5

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/bin/run.js CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  import { execute } from '@oclif/core'
4
4
 
5
+ console.log(import.meta.url);
6
+
5
7
  await execute({ dir: import.meta.url })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsoft-cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.5",
4
4
  "description": "T-Soft CLI Application",
5
5
  "author": "T-Soft",
6
6
  "license": "ISC",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@oclif/core": "4.0.21",
19
- "@tsoft-cli/theme": "1.0.0",
19
+ "@tsoft-cli/theme": "1.0.3",
20
20
  "@tsoft-cli/shared": "1.0.0"
21
21
  },
22
22
  "devDependencies": {
@@ -35,7 +35,7 @@
35
35
  "topicSeparator": " ",
36
36
  "topics": {
37
37
  "theme": {
38
- "description": "Tema işlemleri"
38
+ "description": "T-Soft Cli Main Application"
39
39
  }
40
40
  }
41
41
  },
package/build/enums.d.ts DELETED
@@ -1 +0,0 @@
1
- export declare const packageJson: any;
package/build/enums.js DELETED
@@ -1,4 +0,0 @@
1
- import fs from 'node:fs';
2
- import path from 'node:path';
3
- export const packageJson = JSON.parse(fs.readFileSync(path.join(process.cwd(), 'package.json'), 'utf-8'));
4
- //# sourceMappingURL=enums.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enums.js","sourceRoot":"","sources":["../enums.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,SAAS,CAAA;AACxB,OAAO,IAAI,MAAM,WAAW,CAAA;AAE5B,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,cAAc,CAAC,EAAE,OAAO,CAAC,CAAC,CAAA"}
package/build/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- import { CLIAllCommands, VersionCommand } from '@tsoft-cli/shared';
2
- export declare const COMMANDS: {
3
- commands: typeof CLIAllCommands;
4
- version: typeof VersionCommand;
5
- };
package/build/index.js DELETED
@@ -1,10 +0,0 @@
1
- import theme from '@tsoft-cli/theme';
2
- import { CLIAllCommands, VersionCommand } from '@tsoft-cli/shared';
3
- import { packageJson } from './enums.js';
4
- VersionCommand.version = packageJson.version;
5
- export const COMMANDS = {
6
- ...theme,
7
- [CLIAllCommands.cliTopic]: CLIAllCommands,
8
- [VersionCommand.cliTopic]: VersionCommand,
9
- };
10
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,kBAAkB,CAAA;AACpC,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAExC,cAAc,CAAC,OAAO,GAAG,WAAW,CAAC,OAAO,CAAA;AAE5C,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,GAAG,KAAK;IACR,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,cAAc;IACzC,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,cAAc;CAC1C,CAAA"}