@share-crm/sharedev-cli 0.0.4-rc.42 → 0.0.4-rc.43
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/dist/sharedev.js +2 -2
- package/package.json +1 -1
package/dist/sharedev.js
CHANGED
|
@@ -45262,8 +45262,8 @@ async function readCliPackageMeta() {
|
|
|
45262
45262
|
? "@share-crm/sharedev-cli".trim()
|
|
45263
45263
|
: '@share-crm/sharedev-cli';
|
|
45264
45264
|
const debugEnabled = true && Boolean(false);
|
|
45265
|
-
const rawVersion = ( true && "0.0.4-rc.
|
|
45266
|
-
? "0.0.4-rc.
|
|
45265
|
+
const rawVersion = ( true && "0.0.4-rc.43".trim())
|
|
45266
|
+
? "0.0.4-rc.43".trim()
|
|
45267
45267
|
: '0.0.0';
|
|
45268
45268
|
const version = rawVersion + (debugEnabled ? '-debug' : '');
|
|
45269
45269
|
return { name, version };
|