mrs-toolbox-cli 0.0.112 → 0.0.113

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrs-toolbox-cli",
3
- "version": "0.0.112",
3
+ "version": "0.0.113",
4
4
  "main": "mrs-toolbox-cli.js",
5
5
  "types": "mrs-toolbox-cli.d.ts",
6
6
  "devDependencies": {
package/toolbox.js CHANGED
@@ -1850,7 +1850,7 @@
1850
1850
  var item = tmp0_iterator.y();
1851
1851
  // Inline function 'processors.ReferencesProcessor.createItems.<anonymous>' call
1852
1852
  var srcFile = join(FileManager_instance, [srcPath, 'references', item, 'items.json']);
1853
- var newCollectionName = '{{ config.tenant_name }}_' + item;
1853
+ var newCollectionName = '{{ formatted_tenant_name }}_' + item;
1854
1854
  // Inline function 'util.JsonCommon.parseObject' call
1855
1855
  var objectToParse = FileManager_instance.m53(srcFile);
1856
1856
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
@@ -1890,7 +1890,7 @@
1890
1890
  while (tmp0_iterator.w()) {
1891
1891
  var element = tmp0_iterator.y();
1892
1892
  // Inline function 'processors.ReferencesProcessor.createSnapshot.<anonymous>' call
1893
- var newCollectionName = '{{ config.tenant_name }}_' + element;
1893
+ var newCollectionName = '{{ formatted_tenant_name }}_' + element;
1894
1894
  var fileContent = FileManager_instance.m53(join(FileManager_instance, [srcPath, 'references', element, 'fields.json']));
1895
1895
  // Inline function 'kotlin.collections.map' call
1896
1896
  // Inline function 'util.JsonCommon.parseObject' call
@@ -1930,7 +1930,7 @@
1930
1930
  while (tmp0_iterator_1.w()) {
1931
1931
  var item_0 = tmp0_iterator_1.y();
1932
1932
  // Inline function 'processors.ReferencesProcessor.createSnapshot.<anonymous>' call
1933
- var newCollectionName_0 = '{{ config.tenant_name }}_' + item_0;
1933
+ var newCollectionName_0 = '{{ formatted_tenant_name }}_' + item_0;
1934
1934
  var tmp_0 = new CollectionMeta(newCollectionName_0, null, null, null, false, false, null, null, null, null, true, null, 'all', null, null, null, 'open', null);
1935
1935
  var tmp_1 = new CollectionSchema(newCollectionName_0);
1936
1936
  var tmp0_safe_receiver_0 = collectionFields_0.z2(item_0);