create-squire-workspace 0.0.21 → 0.0.22
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/package.json +1 -1
- package/test.command.d.ts +2 -2
- package/test.command.js +2 -2
- package/test.command.js.map +1 -1
package/package.json
CHANGED
package/test.command.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface TestCommand extends
|
|
1
|
+
import { CliCommandInterface } from "@code-squire/node-cli";
|
|
2
|
+
export interface TestCommand extends CliCommandInterface {
|
|
3
3
|
}
|
|
4
4
|
export declare class TestCommand {
|
|
5
5
|
}
|
package/test.command.js
CHANGED
|
@@ -4,11 +4,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
4
4
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
5
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
6
|
};
|
|
7
|
-
import {
|
|
7
|
+
import { CliCommand } from "@code-squire/node-cli";
|
|
8
8
|
let TestCommand = class TestCommand {
|
|
9
9
|
};
|
|
10
10
|
TestCommand = __decorate([
|
|
11
|
-
|
|
11
|
+
CliCommand({
|
|
12
12
|
command: 'test-me'
|
|
13
13
|
})
|
|
14
14
|
], TestCommand);
|
package/test.command.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test.command.js","sourceRoot":"","sources":["../../../../squire/create-workspace/src/test.command.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"test.command.js","sourceRoot":"","sources":["../../../../squire/create-workspace/src/test.command.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAuB,MAAM,uBAAuB,CAAC;AAOjE,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAI,CAAA;AAAf,WAAW;IAHvB,UAAU,CAAC;QACV,OAAO,EAAE,SAAS;KACnB,CAAC;GACW,WAAW,CAAI"}
|