reciple 10.1.1 → 10.1.2

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.
@@ -94,7 +94,7 @@ var CLI = class {
94
94
  (function(_CLI) {
95
95
  _CLI.root = path.join(path.dirname(fileURLToPath(import.meta.url)), "../../../");
96
96
  _CLI.bin = path.join(CLI.root, "dist/bin/reciple.mjs");
97
- _CLI.version = "10.1.1";
97
+ _CLI.version = "10.1.2";
98
98
  function stringifyFlags(flags, command, ignored = []) {
99
99
  let arr = [];
100
100
  for (const [key, value] of Object.entries(flags)) {
@@ -224,6 +224,10 @@ var TemplateBuilder = class TemplateBuilder {
224
224
  private: true,
225
225
  type: "module",
226
226
  scripts: {
227
+ ...this.typescript ? {
228
+ check: "tsc --noEmit",
229
+ "check:watch": "tsc --noEmit --watch"
230
+ } : {},
227
231
  build: `reciple build`,
228
232
  start: "reciple start",
229
233
  dev: "nodemon"
@@ -74,6 +74,8 @@ declare class CommandModuleValidator extends Validator {
74
74
  execute: Function;
75
75
  }>>;
76
76
  static resolvable: _$_sapphire_shapeshift0.UnionValidator<_$_sapphire_shapeshift0.UndefinedToOptional<{
77
+ toJSON: Function;
78
+ }> | _$_sapphire_shapeshift0.UndefinedToOptional<{
77
79
  id: string | undefined;
78
80
  moduleType: ModuleType | undefined;
79
81
  onEnable: Function | undefined;
@@ -106,8 +108,6 @@ declare class CommandModuleValidator extends Validator {
106
108
  disabledPreconditions: string[] | undefined;
107
109
  disabledPostconditions: string[] | undefined;
108
110
  execute: Function;
109
- }> | _$_sapphire_shapeshift0.UndefinedToOptional<{
110
- toJSON: Function;
111
111
  }>>;
112
112
  static isValid(value: unknown): asserts value is AnyCommandModuleData;
113
113
  }
@@ -46,8 +46,6 @@ declare class EventModuleValidator extends Validator {
46
46
  onEvent: Function;
47
47
  }>>;
48
48
  static resolvable: _$_sapphire_shapeshift0.UnionValidator<_$_sapphire_shapeshift0.UndefinedToOptional<{
49
- toJSON: Function;
50
- }> | _$_sapphire_shapeshift0.UndefinedToOptional<{
51
49
  id: string | undefined;
52
50
  moduleType: ModuleType | undefined;
53
51
  onEnable: Function | undefined;
@@ -62,6 +60,8 @@ declare class EventModuleValidator extends Validator {
62
60
  event: string;
63
61
  once: boolean | undefined;
64
62
  onEvent: Function;
63
+ }> | _$_sapphire_shapeshift0.UndefinedToOptional<{
64
+ toJSON: Function;
65
65
  }>>;
66
66
  static isValidEmitter(emitter: unknown): asserts emitter is EventEmitter;
67
67
  static isValidEvent(event: unknown): asserts event is string;
package/dist/package.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  //#region package.json
2
2
  var package_default = {
3
3
  name: "reciple",
4
- version: "10.1.1",
4
+ version: "10.1.2",
5
5
  license: "LGPL-3.0-only",
6
6
  description: "The CLI for reciple",
7
7
  module: "./dist/index.mjs",
@@ -37,7 +37,7 @@ var package_default = {
37
37
  },
38
38
  dependencies: {
39
39
  "@clack/prompts": "^1.2.0",
40
- "@dotenvx/dotenvx": "^1.59.1",
40
+ "@dotenvx/dotenvx": "^1.61.0",
41
41
  "@prtty/print": "catalog:",
42
42
  "@prtty/prtty": "catalog:",
43
43
  "@reciple/utils": "workspace:^",
@@ -49,7 +49,7 @@ var package_default = {
49
49
  "micromatch": "^4.0.8",
50
50
  "nypm": "^0.6.5",
51
51
  "pkg-types": "^2.3.0",
52
- "tinyglobby": "^0.2.15",
52
+ "tinyglobby": "^0.2.16",
53
53
  "ts-mixer": "^6.0.4",
54
54
  "tsdown": "catalog:"
55
55
  },
@@ -58,7 +58,7 @@ var package_default = {
58
58
  "@types/micromatch": "^4.0.10",
59
59
  "@types/node": "catalog:",
60
60
  "nodemon": "^3.1.14",
61
- "rolldown": "^1.0.0-rc.13",
61
+ "rolldown": "^1.0.0-rc.15",
62
62
  "typescript": "catalog:"
63
63
  },
64
64
  peerDependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reciple",
3
- "version": "10.1.1",
3
+ "version": "10.1.2",
4
4
  "license": "LGPL-3.0-only",
5
5
  "description": "The CLI for reciple",
6
6
  "module": "./dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@clack/prompts": "^1.2.0",
39
- "@dotenvx/dotenvx": "^1.59.1",
39
+ "@dotenvx/dotenvx": "^1.61.0",
40
40
  "@prtty/print": "^1.1.3",
41
41
  "@prtty/prtty": "^1.1.2",
42
42
  "@reciple/utils": "^10.0.4",
@@ -48,7 +48,7 @@
48
48
  "micromatch": "^4.0.8",
49
49
  "nypm": "^0.6.5",
50
50
  "pkg-types": "^2.3.0",
51
- "tinyglobby": "^0.2.15",
51
+ "tinyglobby": "^0.2.16",
52
52
  "ts-mixer": "^6.0.4",
53
53
  "tsdown": "^0.21.7"
54
54
  },
@@ -57,7 +57,7 @@
57
57
  "@types/micromatch": "^4.0.10",
58
58
  "@types/node": "^25.5.2",
59
59
  "nodemon": "^3.1.14",
60
- "rolldown": "^1.0.0-rc.13",
60
+ "rolldown": "^1.0.0-rc.15",
61
61
  "typescript": "^6.0.2"
62
62
  },
63
63
  "peerDependencies": {