mrs-toolbox-cli 0.0.85 → 0.0.86

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.
@@ -1 +1 @@
1
- 71494cedcf40f180ac3c39e852197255
1
+ fb7fae186a462a39b1eaea075955b4d3
@@ -32,7 +32,7 @@
32
32
  function KotlinLogging() {
33
33
  KotlinLogging_instance = this;
34
34
  }
35
- protoOf(KotlinLogging).o58 = function (func) {
35
+ protoOf(KotlinLogging).q58 = function (func) {
36
36
  var tmp$ret$0;
37
37
  $l$block: {
38
38
  // Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerNameResolver.name' call
@@ -52,9 +52,9 @@
52
52
  }
53
53
  tmp$ret$0 = '';
54
54
  }
55
- return this.p58(tmp$ret$0);
55
+ return this.r58(tmp$ret$0);
56
56
  };
57
- protoOf(KotlinLogging).p58 = function (name) {
57
+ protoOf(KotlinLogging).r58 = function (name) {
58
58
  var tmp$ret$0;
59
59
  // Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerFactory.logger' call
60
60
  var tmp0_logger = KLoggerFactory_getInstance();
@@ -93,20 +93,20 @@
93
93
  }
94
94
  function Level(name, ordinal, levelInt, levelStr) {
95
95
  Enum.call(this, name, ordinal);
96
- this.s58_1 = levelInt;
97
- this.t58_1 = levelStr;
96
+ this.u58_1 = levelInt;
97
+ this.v58_1 = levelStr;
98
98
  }
99
99
  protoOf(Level).toString = function () {
100
- return this.t58_1;
100
+ return this.v58_1;
101
101
  };
102
102
  function Levels() {
103
103
  Levels_instance = this;
104
- this.u58_1 = 0;
105
- this.v58_1 = 10;
106
- this.w58_1 = 20;
107
- this.x58_1 = 30;
108
- this.y58_1 = 40;
109
- this.z58_1 = 50;
104
+ this.w58_1 = 0;
105
+ this.x58_1 = 10;
106
+ this.y58_1 = 20;
107
+ this.z58_1 = 30;
108
+ this.a59_1 = 40;
109
+ this.b59_1 = 50;
110
110
  }
111
111
  var Levels_instance;
112
112
  function Levels_getInstance() {
@@ -141,7 +141,7 @@
141
141
  function DefaultErrorMessageProducer() {
142
142
  DefaultErrorMessageProducer_instance = this;
143
143
  }
144
- protoOf(DefaultErrorMessageProducer).a59 = function (e) {
144
+ protoOf(DefaultErrorMessageProducer).c59 = function (e) {
145
145
  return 'Log message invocation failed: ' + e;
146
146
  };
147
147
  var DefaultErrorMessageProducer_instance;
@@ -153,13 +153,13 @@
153
153
  function ConsoleOutputAppender() {
154
154
  ConsoleOutputAppender_instance = this;
155
155
  }
156
- protoOf(ConsoleOutputAppender).b59 = function (message) {
156
+ protoOf(ConsoleOutputAppender).d59 = function (message) {
157
157
  return console.info(message);
158
158
  };
159
- protoOf(ConsoleOutputAppender).c59 = function (message) {
159
+ protoOf(ConsoleOutputAppender).e59 = function (message) {
160
160
  return console.warn(message);
161
161
  };
162
- protoOf(ConsoleOutputAppender).d59 = function (message) {
162
+ protoOf(ConsoleOutputAppender).f59 = function (message) {
163
163
  return console.error(message);
164
164
  };
165
165
  var ConsoleOutputAppender_instance;
@@ -171,7 +171,7 @@
171
171
  function DefaultMessageFormatter() {
172
172
  DefaultMessageFormatter_instance = this;
173
173
  }
174
- protoOf(DefaultMessageFormatter).e59 = function (level, loggerName, msg) {
174
+ protoOf(DefaultMessageFormatter).g59 = function (level, loggerName, msg) {
175
175
  var tmp$ret$0;
176
176
  // Inline function 'io.github.oshai.kotlinlogging.internal.toStringSafe' call
177
177
  var tmp;
@@ -181,7 +181,7 @@
181
181
  var tmp_0;
182
182
  if ($p instanceof Exception) {
183
183
  var e = $p;
184
- tmp_0 = DefaultErrorMessageProducer_getInstance().a59(e);
184
+ tmp_0 = DefaultErrorMessageProducer_getInstance().c59(e);
185
185
  } else {
186
186
  throw $p;
187
187
  }
@@ -198,9 +198,9 @@
198
198
  }
199
199
  function KotlinLoggingConfiguration() {
200
200
  KotlinLoggingConfiguration_instance = this;
201
- this.f59_1 = Level_INFO_getInstance();
202
- this.g59_1 = ConsoleOutputAppender_getInstance();
203
- this.h59_1 = DefaultMessageFormatter_getInstance();
201
+ this.h59_1 = Level_INFO_getInstance();
202
+ this.i59_1 = ConsoleOutputAppender_getInstance();
203
+ this.j59_1 = DefaultMessageFormatter_getInstance();
204
204
  }
205
205
  var KotlinLoggingConfiguration_instance;
206
206
  function KotlinLoggingConfiguration_getInstance() {
@@ -209,7 +209,7 @@
209
209
  return KotlinLoggingConfiguration_instance;
210
210
  }
211
211
  function isLoggingEnabled(_this__u8e3s4) {
212
- return _this__u8e3s4.x6_1 >= KotlinLoggingConfiguration_getInstance().f59_1.x6_1;
212
+ return _this__u8e3s4.x6_1 >= KotlinLoggingConfiguration_getInstance().h59_1.x6_1;
213
213
  }
214
214
  function KLoggerFactory() {
215
215
  KLoggerFactory_instance = this;
@@ -222,12 +222,12 @@
222
222
  }
223
223
  function logIfEnabled(_this__u8e3s4, $this, loggerName, msg, logFunction) {
224
224
  if (isLoggingEnabled(_this__u8e3s4)) {
225
- logFunction(KotlinLoggingConfiguration_getInstance().h59_1.e59(_this__u8e3s4, loggerName, msg));
225
+ logFunction(KotlinLoggingConfiguration_getInstance().j59_1.g59(_this__u8e3s4, loggerName, msg));
226
226
  }
227
227
  }
228
228
  function Appender$info$ref($boundThis) {
229
229
  var l = function (p0) {
230
- $boundThis.b59(p0);
230
+ $boundThis.d59(p0);
231
231
  return Unit_getInstance();
232
232
  };
233
233
  l.callableName = 'info';
@@ -235,7 +235,7 @@
235
235
  }
236
236
  function Appender$warn$ref($boundThis) {
237
237
  var l = function (p0) {
238
- $boundThis.c59(p0);
238
+ $boundThis.e59(p0);
239
239
  return Unit_getInstance();
240
240
  };
241
241
  l.callableName = 'warn';
@@ -243,32 +243,32 @@
243
243
  }
244
244
  function Appender$error$ref($boundThis) {
245
245
  var l = function (p0) {
246
- $boundThis.d59(p0);
246
+ $boundThis.f59(p0);
247
247
  return Unit_getInstance();
248
248
  };
249
249
  l.callableName = 'error';
250
250
  return l;
251
251
  }
252
252
  function KLoggerJS(name) {
253
- this.i59_1 = name;
254
- this.j59_1 = isLoggingEnabled(Level_TRACE_getInstance());
255
- this.k59_1 = isLoggingEnabled(Level_DEBUG_getInstance());
256
- this.l59_1 = isLoggingEnabled(Level_INFO_getInstance());
257
- this.m59_1 = isLoggingEnabled(Level_WARN_getInstance());
258
- this.n59_1 = isLoggingEnabled(Level_ERROR_getInstance());
259
- this.o59_1 = isLoggingEnabled(Level_OFF_getInstance());
253
+ this.k59_1 = name;
254
+ this.l59_1 = isLoggingEnabled(Level_TRACE_getInstance());
255
+ this.m59_1 = isLoggingEnabled(Level_DEBUG_getInstance());
256
+ this.n59_1 = isLoggingEnabled(Level_INFO_getInstance());
257
+ this.o59_1 = isLoggingEnabled(Level_WARN_getInstance());
258
+ this.p59_1 = isLoggingEnabled(Level_ERROR_getInstance());
259
+ this.q59_1 = isLoggingEnabled(Level_OFF_getInstance());
260
260
  }
261
- protoOf(KLoggerJS).p59 = function (msg) {
261
+ protoOf(KLoggerJS).r59 = function (msg) {
262
262
  var tmp = Level_INFO_getInstance();
263
- return logIfEnabled(tmp, this, this.i59_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().g59_1));
263
+ return logIfEnabled(tmp, this, this.k59_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().i59_1));
264
264
  };
265
- protoOf(KLoggerJS).q59 = function (msg) {
265
+ protoOf(KLoggerJS).s59 = function (msg) {
266
266
  var tmp = Level_WARN_getInstance();
267
- return logIfEnabled(tmp, this, this.i59_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().g59_1));
267
+ return logIfEnabled(tmp, this, this.k59_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().i59_1));
268
268
  };
269
- protoOf(KLoggerJS).r59 = function (msg) {
269
+ protoOf(KLoggerJS).t59 = function (msg) {
270
270
  var tmp = Level_ERROR_getInstance();
271
- return logIfEnabled(tmp, this, this.i59_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().g59_1));
271
+ return logIfEnabled(tmp, this, this.k59_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().i59_1));
272
272
  };
273
273
  function KLoggerNameResolver() {
274
274
  KLoggerNameResolver_instance = this;
@@ -1 +1 @@
1
- 1201e137e7fdd00758f3841f0630dfae
1
+ 5988aaf191496c76ac7822b661dcc48d
@@ -312,7 +312,9 @@ export declare namespace dto.form.property {
312
312
  export declare namespace dto.form.property {
313
313
  class ChainProperty extends dto.form.property.Property {
314
314
  constructor();
315
- static ChainProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
315
+ get viewId(): string;
316
+ set viewId(value: string);
317
+ static ChainProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
316
318
  static get Companion(): {
317
319
  serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChainProperty> */;
318
320
  };
@@ -1 +1 @@
1
- e858cdd8d491f0a0f9b1984fa0a694cf
1
+ b99bea9105d6b7a8cb49f30def3fac59
@@ -51,7 +51,7 @@
51
51
  var tmp$ret$1;
52
52
  // Inline function 'Auth.email$delegate.<anonymous>.<anonymous>' call
53
53
  tmp$ret$1 = "Email can't be empty!";
54
- $this$validate.s57(tmp$ret$1);
54
+ $this$validate.u57(tmp$ret$1);
55
55
  }
56
56
  return Unit_getInstance();
57
57
  }
@@ -65,7 +65,7 @@
65
65
  var tmp$ret$1;
66
66
  // Inline function 'Auth.password$delegate.<anonymous>.<anonymous>' call
67
67
  tmp$ret$1 = "Password can't be empty!";
68
- $this$validate.s57(tmp$ret$1);
68
+ $this$validate.u57(tmp$ret$1);
69
69
  }
70
70
  return Unit_getInstance();
71
71
  }
@@ -73,95 +73,95 @@
73
73
  CliktCommand.call(this, 'Auth to strapi');
74
74
  var tmp = this;
75
75
  var tmp_0 = prompt(option(this, ['-e', '--email'], 'Email for log in'));
76
- tmp.h69_1 = validate(tmp_0, Auth$email$delegate$lambda).p56(this, email$factory());
76
+ tmp.j69_1 = validate(tmp_0, Auth$email$delegate$lambda).r56(this, email$factory());
77
77
  var tmp_1 = this;
78
78
  var tmp_2 = prompt(option(this, ['-p', '--password'], 'Password for log in'));
79
- tmp_1.i69_1 = validate(tmp_2, Auth$password$delegate$lambda).p56(this, password$factory());
80
- this.j69_1 = optional(argument(this, VOID, 'Url to strapi server')).f55(this, url$factory());
81
- this.k69_1 = option(this, ['-c', '--config'], 'Config file name').p56(this, config$factory());
82
- this.l69_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().p64()).p56(this, cwd$factory());
79
+ tmp_1.k69_1 = validate(tmp_2, Auth$password$delegate$lambda).r56(this, password$factory());
80
+ this.l69_1 = optional(argument(this, VOID, 'Url to strapi server')).h55(this, url$factory());
81
+ this.m69_1 = option(this, ['-c', '--config'], 'Config file name').r56(this, config$factory());
82
+ this.n69_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().r64()).r56(this, cwd$factory());
83
83
  }
84
- protoOf(Auth).m69 = function () {
85
- return this.h69_1.e55(this, email$factory_0());
84
+ protoOf(Auth).o69 = function () {
85
+ return this.j69_1.g55(this, email$factory_0());
86
86
  };
87
87
  protoOf(Auth).o20 = function () {
88
- return this.i69_1.e55(this, password$factory_0());
88
+ return this.k69_1.g55(this, password$factory_0());
89
89
  };
90
90
  protoOf(Auth).w29 = function () {
91
- return this.j69_1.e55(this, url$factory_0());
91
+ return this.l69_1.g55(this, url$factory_0());
92
92
  };
93
93
  protoOf(Auth).x27 = function () {
94
- return this.k69_1.e55(this, config$factory_0());
94
+ return this.m69_1.g55(this, config$factory_0());
95
95
  };
96
- protoOf(Auth).x65 = function () {
97
- return this.l69_1.e55(this, cwd$factory_0());
96
+ protoOf(Auth).z65 = function () {
97
+ return this.n69_1.g55(this, cwd$factory_0());
98
98
  };
99
99
  protoOf(Auth).wq = function () {
100
- CommandExecutor_getInstance().auth(this.m69(), this.o20(), this.w29(), this.x65(), this.x27());
100
+ CommandExecutor_getInstance().auth(this.o69(), this.o20(), this.w29(), this.z65(), this.x27());
101
101
  };
102
102
  function Test() {
103
103
  CliktCommand.call(this, 'Test hooks');
104
- this.e6a_1 = option(this, ['-c', '--config'], 'Config file name').p56(this, config$factory_1());
105
- this.f6a_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().p64()).p56(this, cwd$factory_1());
104
+ this.g6a_1 = option(this, ['-c', '--config'], 'Config file name').r56(this, config$factory_1());
105
+ this.h6a_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().r64()).r56(this, cwd$factory_1());
106
106
  }
107
107
  protoOf(Test).x27 = function () {
108
- return this.e6a_1.e55(this, config$factory_2());
108
+ return this.g6a_1.g55(this, config$factory_2());
109
109
  };
110
- protoOf(Test).x65 = function () {
111
- return this.f6a_1.e55(this, cwd$factory_2());
110
+ protoOf(Test).z65 = function () {
111
+ return this.h6a_1.g55(this, cwd$factory_2());
112
112
  };
113
113
  protoOf(Test).wq = function () {
114
- CommandExecutor_getInstance().test(this.x65(), this.x27());
114
+ CommandExecutor_getInstance().test(this.z65(), this.x27());
115
115
  };
116
116
  function Prepare() {
117
117
  CliktCommand.call(this, 'Prepare workspace');
118
- this.x6a_1 = option(this, ['-c', '--config'], 'Config file name').p56(this, config$factory_3());
119
- this.y6a_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().p64()).p56(this, cwd$factory_3());
118
+ this.z6a_1 = option(this, ['-c', '--config'], 'Config file name').r56(this, config$factory_3());
119
+ this.a6b_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().r64()).r56(this, cwd$factory_3());
120
120
  }
121
121
  protoOf(Prepare).x27 = function () {
122
- return this.x6a_1.e55(this, config$factory_4());
122
+ return this.z6a_1.g55(this, config$factory_4());
123
123
  };
124
- protoOf(Prepare).x65 = function () {
125
- return this.y6a_1.e55(this, cwd$factory_4());
124
+ protoOf(Prepare).z65 = function () {
125
+ return this.a6b_1.g55(this, cwd$factory_4());
126
126
  };
127
127
  protoOf(Prepare).wq = function () {
128
- CommandExecutor_getInstance().prepare(this.x65(), this.x27());
128
+ CommandExecutor_getInstance().prepare(this.z65(), this.x27());
129
129
  };
130
130
  function Export() {
131
131
  CliktCommand.call(this, 'Create export config for s3');
132
- this.q6b_1 = option(this, ['-c', '--config'], 'Config file name').p56(this, config$factory_5());
133
- this.r6b_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().p64()).p56(this, cwd$factory_5());
134
- this.s6b_1 = flag(option(this, ['--autoUpdate'], 'Autoupdate config in s3 storage', VOID, true), [], false).p56(this, autoUpdate$factory());
135
- this.t6b_1 = option(this, ['-v', '--version'], 'Version for build').p56(this, version$factory());
132
+ this.s6b_1 = option(this, ['-c', '--config'], 'Config file name').r56(this, config$factory_5());
133
+ this.t6b_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().r64()).r56(this, cwd$factory_5());
134
+ this.u6b_1 = flag(option(this, ['--autoUpdate'], 'Autoupdate config in s3 storage', VOID, true), [], false).r56(this, autoUpdate$factory());
135
+ this.v6b_1 = option(this, ['-v', '--version'], 'Version for build').r56(this, version$factory());
136
136
  }
137
137
  protoOf(Export).x27 = function () {
138
- return this.q6b_1.e55(this, config$factory_6());
138
+ return this.s6b_1.g55(this, config$factory_6());
139
139
  };
140
- protoOf(Export).x65 = function () {
141
- return this.r6b_1.e55(this, cwd$factory_6());
140
+ protoOf(Export).z65 = function () {
141
+ return this.t6b_1.g55(this, cwd$factory_6());
142
142
  };
143
- protoOf(Export).s4h = function () {
144
- return this.s6b_1.e55(this, autoUpdate$factory_0());
143
+ protoOf(Export).u4h = function () {
144
+ return this.u6b_1.g55(this, autoUpdate$factory_0());
145
145
  };
146
146
  protoOf(Export).d2b = function () {
147
- return this.t6b_1.e55(this, version$factory_0());
147
+ return this.v6b_1.g55(this, version$factory_0());
148
148
  };
149
149
  protoOf(Export).wq = function () {
150
- CommandExecutor_getInstance().export(this.s4h(), this.x65(), this.x27(), this.d2b());
150
+ CommandExecutor_getInstance().export(this.u4h(), this.z65(), this.x27(), this.d2b());
151
151
  };
152
152
  function Upload() {
153
153
  CliktCommand.call(this, 'Upload exportConfig to s3');
154
- this.l6c_1 = option(this, ['-c', '--config'], 'Config file name').p56(this, config$factory_7());
155
- this.m6c_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().p64()).p56(this, cwd$factory_7());
154
+ this.n6c_1 = option(this, ['-c', '--config'], 'Config file name').r56(this, config$factory_7());
155
+ this.o6c_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().r64()).r56(this, cwd$factory_7());
156
156
  }
157
157
  protoOf(Upload).x27 = function () {
158
- return this.l6c_1.e55(this, config$factory_8());
158
+ return this.n6c_1.g55(this, config$factory_8());
159
159
  };
160
- protoOf(Upload).x65 = function () {
161
- return this.m6c_1.e55(this, cwd$factory_8());
160
+ protoOf(Upload).z65 = function () {
161
+ return this.o6c_1.g55(this, cwd$factory_8());
162
162
  };
163
163
  protoOf(Upload).wq = function () {
164
- CommandExecutor_getInstance().upload(this.x65(), this.x27());
164
+ CommandExecutor_getInstance().upload(this.z65(), this.x27());
165
165
  };
166
166
  function Version() {
167
167
  CliktCommand.call(this, 'Get toolbox version');
@@ -171,21 +171,21 @@
171
171
  };
172
172
  function PullReferences() {
173
173
  CliktCommand.call(this, 'Pull references from Directus');
174
- this.v6d_1 = option(this, ['-c', '--config'], 'Config file name').p56(this, config$factory_9());
175
- this.w6d_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().p64()).p56(this, cwd$factory_9());
174
+ this.x6d_1 = option(this, ['-c', '--config'], 'Config file name').r56(this, config$factory_9());
175
+ this.y6d_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_getInstance().r64()).r56(this, cwd$factory_9());
176
176
  }
177
177
  protoOf(PullReferences).x27 = function () {
178
- return this.v6d_1.e55(this, config$factory_10());
178
+ return this.x6d_1.g55(this, config$factory_10());
179
179
  };
180
- protoOf(PullReferences).x65 = function () {
181
- return this.w6d_1.e55(this, cwd$factory_10());
180
+ protoOf(PullReferences).z65 = function () {
181
+ return this.y6d_1.g55(this, cwd$factory_10());
182
182
  };
183
183
  protoOf(PullReferences).wq = function () {
184
- CommandExecutor_getInstance().pullReferences(this.x65(), this.x27());
184
+ CommandExecutor_getInstance().pullReferences(this.z65(), this.x27());
185
185
  };
186
186
  function email$factory() {
187
187
  return getPropertyCallableRef('email', 1, KProperty1, function (receiver) {
188
- return receiver.m69();
188
+ return receiver.o69();
189
189
  }, null);
190
190
  }
191
191
  function password$factory() {
@@ -205,12 +205,12 @@
205
205
  }
206
206
  function cwd$factory() {
207
207
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
208
- return receiver.x65();
208
+ return receiver.z65();
209
209
  }, null);
210
210
  }
211
211
  function email$factory_0() {
212
212
  return getPropertyCallableRef('email', 1, KProperty1, function (receiver) {
213
- return receiver.m69();
213
+ return receiver.o69();
214
214
  }, null);
215
215
  }
216
216
  function password$factory_0() {
@@ -230,7 +230,7 @@
230
230
  }
231
231
  function cwd$factory_0() {
232
232
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
233
- return receiver.x65();
233
+ return receiver.z65();
234
234
  }, null);
235
235
  }
236
236
  function config$factory_1() {
@@ -240,7 +240,7 @@
240
240
  }
241
241
  function cwd$factory_1() {
242
242
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
243
- return receiver.x65();
243
+ return receiver.z65();
244
244
  }, null);
245
245
  }
246
246
  function config$factory_2() {
@@ -250,7 +250,7 @@
250
250
  }
251
251
  function cwd$factory_2() {
252
252
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
253
- return receiver.x65();
253
+ return receiver.z65();
254
254
  }, null);
255
255
  }
256
256
  function config$factory_3() {
@@ -260,7 +260,7 @@
260
260
  }
261
261
  function cwd$factory_3() {
262
262
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
263
- return receiver.x65();
263
+ return receiver.z65();
264
264
  }, null);
265
265
  }
266
266
  function config$factory_4() {
@@ -270,7 +270,7 @@
270
270
  }
271
271
  function cwd$factory_4() {
272
272
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
273
- return receiver.x65();
273
+ return receiver.z65();
274
274
  }, null);
275
275
  }
276
276
  function config$factory_5() {
@@ -280,12 +280,12 @@
280
280
  }
281
281
  function cwd$factory_5() {
282
282
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
283
- return receiver.x65();
283
+ return receiver.z65();
284
284
  }, null);
285
285
  }
286
286
  function autoUpdate$factory() {
287
287
  return getPropertyCallableRef('autoUpdate', 1, KProperty1, function (receiver) {
288
- return receiver.s4h();
288
+ return receiver.u4h();
289
289
  }, null);
290
290
  }
291
291
  function version$factory() {
@@ -300,12 +300,12 @@
300
300
  }
301
301
  function cwd$factory_6() {
302
302
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
303
- return receiver.x65();
303
+ return receiver.z65();
304
304
  }, null);
305
305
  }
306
306
  function autoUpdate$factory_0() {
307
307
  return getPropertyCallableRef('autoUpdate', 1, KProperty1, function (receiver) {
308
- return receiver.s4h();
308
+ return receiver.u4h();
309
309
  }, null);
310
310
  }
311
311
  function version$factory_0() {
@@ -320,7 +320,7 @@
320
320
  }
321
321
  function cwd$factory_7() {
322
322
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
323
- return receiver.x65();
323
+ return receiver.z65();
324
324
  }, null);
325
325
  }
326
326
  function config$factory_8() {
@@ -330,7 +330,7 @@
330
330
  }
331
331
  function cwd$factory_8() {
332
332
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
333
- return receiver.x65();
333
+ return receiver.z65();
334
334
  }, null);
335
335
  }
336
336
  function config$factory_9() {
@@ -340,7 +340,7 @@
340
340
  }
341
341
  function cwd$factory_9() {
342
342
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
343
- return receiver.x65();
343
+ return receiver.z65();
344
344
  }, null);
345
345
  }
346
346
  function config$factory_10() {
@@ -350,7 +350,7 @@
350
350
  }
351
351
  function cwd$factory_10() {
352
352
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
353
- return receiver.x65();
353
+ return receiver.z65();
354
354
  }, null);
355
355
  }
356
356
  function main(args) {
@@ -358,7 +358,7 @@
358
358
  var argv = (!(tmp == null) ? isArray(tmp) : false) ? tmp : THROW_CCE();
359
359
  println(split(argv[0], [' ']));
360
360
  try {
361
- subcommands(new Mrsc(), [new Auth(), new Test(), new Prepare(), new Export(), new Upload(), new Version(), new PullReferences()]).u4x(split(argv[0], [' ']));
361
+ subcommands(new Mrsc(), [new Auth(), new Test(), new Prepare(), new Export(), new Upload(), new Version(), new PullReferences()]).w4x(split(argv[0], [' ']));
362
362
  } catch ($p) {
363
363
  if ($p instanceof Error) {
364
364
  var e = $p;
@@ -372,7 +372,7 @@
372
372
  tmp$ret$0 = ['--help'];
373
373
  tmp$ret$1 = tmp$ret$0;
374
374
  tmp$ret$2 = tmp$ret$1;
375
- tmp_0.k4y(tmp$ret$2);
375
+ tmp_0.m4y(tmp$ret$2);
376
376
  } else {
377
377
  throw $p;
378
378
  }
@@ -1 +1 @@
1
- 689a0e7b80c47507c9a8bfce33a1e7b9
1
+ cd048de50c3729ee1383aacd5785fad8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrs-toolbox-cli",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "main": "mrs-toolbox-cli.js",
5
5
  "types": "mrs-toolbox-cli.d.ts",
6
6
  "devDependencies": {