@cruglobal/godtools-shared 1.1.0-SNAPSHOT.1567 → 1.1.0-SNAPSHOT.1568

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.
Files changed (38) hide show
  1. package/Kermit-kermit-core.js +65 -66
  2. package/Kermit-kermit-core.js.map +1 -1
  3. package/Kermit-kermit.js +17 -18
  4. package/Kermit-kermit.js.map +1 -1
  5. package/KustomExport-lib-coroutines.js +3 -3
  6. package/KustomExport-lib.js +3 -3
  7. package/android-gto-support-gto-support-androidx-annotation.js +3 -3
  8. package/android-gto-support-gto-support-fluidsonic-locale.js +3 -3
  9. package/antlr-kotlin-antlr-kotlin-runtime.js +4229 -4369
  10. package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
  11. package/colormath-root-colormath.js +1365 -1097
  12. package/colormath-root-colormath.js.map +1 -1
  13. package/fluid-locale.js +239 -228
  14. package/fluid-locale.js.map +1 -1
  15. package/kotlin-js.js +44 -45
  16. package/kotlin-js.js.map +1 -1
  17. package/kotlin-kotlin-stdlib.js +8967 -6826
  18. package/kotlin-kotlin-stdlib.js.map +1 -1
  19. package/kotlin-kotlinx-atomicfu-runtime.js +3 -3
  20. package/kotlin-mpp-godtools-tool-parser-module-common.js +7 -7
  21. package/kotlin-mpp-godtools-tool-parser-module-common.js.map +1 -1
  22. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +532 -585
  23. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
  24. package/kotlin-mpp-godtools-tool-parser-module-parser.js +3510 -4012
  25. package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
  26. package/kotlin-mpp-godtools-tool-parser-module-state.js +297 -271
  27. package/kotlin-mpp-godtools-tool-parser-module-state.js.map +1 -1
  28. package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +143 -94
  29. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +11 -7
  30. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js.map +1 -1
  31. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js +3 -3
  32. package/kotlinx-atomicfu.js +36 -37
  33. package/kotlinx-atomicfu.js.map +1 -1
  34. package/kotlinx-coroutines-core.js +3245 -3276
  35. package/kotlinx-coroutines-core.js.map +1 -1
  36. package/package.json +1 -1
  37. package/seskar-core.js +3 -3
  38. package/seskar-react.js +3 -3
@@ -1,11 +1,11 @@
1
- (function (root, factory) {
1
+ (function (factory) {
2
2
  if (typeof define === 'function' && define.amd)
3
3
  define(['exports'], factory);
4
4
  else if (typeof exports === 'object')
5
5
  factory(module.exports);
6
6
  else
7
- root['kotlin-kotlinx-atomicfu-runtime'] = factory(typeof this['kotlin-kotlinx-atomicfu-runtime'] === 'undefined' ? {} : this['kotlin-kotlinx-atomicfu-runtime']);
8
- }(this, function (_) {
7
+ globalThis['kotlin-kotlinx-atomicfu-runtime'] = factory(typeof globalThis['kotlin-kotlinx-atomicfu-runtime'] === 'undefined' ? {} : globalThis['kotlin-kotlinx-atomicfu-runtime']);
8
+ }(function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
11
11
  //endregion
@@ -1,21 +1,21 @@
1
- (function (root, factory) {
1
+ (function (factory) {
2
2
  if (typeof define === 'function' && define.amd)
3
3
  define(['exports', './kotlin-kotlin-stdlib.js'], factory);
4
4
  else if (typeof exports === 'object')
5
5
  factory(module.exports, require('./kotlin-kotlin-stdlib.js'));
6
6
  else {
7
- if (typeof this['kotlin-kotlin-stdlib'] === 'undefined') {
7
+ if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
8
8
  throw new Error("Error loading module 'kotlin-mpp-godtools-tool-parser-module-common'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'kotlin-mpp-godtools-tool-parser-module-common'.");
9
9
  }
10
- root['kotlin-mpp-godtools-tool-parser-module-common'] = factory(typeof this['kotlin-mpp-godtools-tool-parser-module-common'] === 'undefined' ? {} : this['kotlin-mpp-godtools-tool-parser-module-common'], this['kotlin-kotlin-stdlib']);
10
+ globalThis['kotlin-mpp-godtools-tool-parser-module-common'] = factory(typeof globalThis['kotlin-mpp-godtools-tool-parser-module-common'] === 'undefined' ? {} : globalThis['kotlin-mpp-godtools-tool-parser-module-common'], globalThis['kotlin-kotlin-stdlib']);
11
11
  }
12
- }(this, function (_, kotlin_kotlin) {
12
+ }(function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
15
  var RegexOption_IGNORE_CASE_getInstance = kotlin_kotlin.$_$.e;
16
16
  var Regex_init_$Create$ = kotlin_kotlin.$_$.t;
17
- var substringBefore = kotlin_kotlin.$_$.i8;
18
- var contains = kotlin_kotlin.$_$.q7;
17
+ var substringBefore = kotlin_kotlin.$_$.r8;
18
+ var contains = kotlin_kotlin.$_$.z7;
19
19
  //endregion
20
20
  //region block: pre-declaration
21
21
  //endregion
@@ -26,7 +26,7 @@
26
26
  tmp = null;
27
27
  } else {
28
28
  // Inline function 'kotlin.text.matches' call
29
- tmp = Regex_init_$Create$('https?', RegexOption_IGNORE_CASE_getInstance()).h8(tmp0_safe_receiver);
29
+ tmp = Regex_init_$Create$('https?', RegexOption_IGNORE_CASE_getInstance()).sc(tmp0_safe_receiver);
30
30
  }
31
31
  return tmp === true;
32
32
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../../module/common/src/commonMain/kotlin/org/cru/godtools/shared/common/model/Uri.kt","src/kotlin/text/Strings.kt","../../../../../../../../module/common/src/jsMain/kotlin/org/cru/godtools/shared/common/model/Uri.js.kt"],"sourcesContent":[null,null,null],"names":["<get-isHttpUrl>","<this>","toUriOrNull","<get-scheme>"],"mappings":";;;;;;;;;;;;;;;;;;;;;wBAI2BA,CAAvBC,aAAuBD,EAAQ;A,QAAA,8C;;IAAQ,IAAR,kBAAQ,S;YAAA,I;;;YCFa,oBAAO,QAAP,wCA2yBoB,IA3yBpC,kBA2yBoC,C;;IDzyBwB,OAAjE,QAA6D,I;EAAG,C;sBEE5FE,CAAID,aAAJC,EAAiC;A,IAAI,OAAJ,a;EAAG,C;qBAFrBC,CAAXF,aAAWE,EAAQ;A,IAAiD,OAA7C,wBAAU,GAAV,CAAJ,GAAmB,+BAAiB,GAAjB,CAAnB,GAA6C,I;EAAG,C;;;;;;;;"}
1
+ {"version":3,"sources":["../../../../../../../../module/common/src/commonMain/kotlin/org/cru/godtools/shared/common/model/Uri.kt","src/kotlin/text/Strings.kt","../../../../../../../../module/common/src/jsMain/kotlin/org/cru/godtools/shared/common/model/Uri.js.kt"],"sourcesContent":[null,null,null],"names":["<get-isHttpUrl>","<this>","toUriOrNull","<get-scheme>"],"mappings":";;;;;;;;;;;;;;;;;;;;;wBAI2BA,CAAvBC,aAAuBD,EAAQ;A,QAAA,8C;;IAAQ,+B;YAAA,I;;;YCFa,oBAAM,QAAN,wCAuzBoB,IAvzBpC,kBAuzBoC,C;;IDrzBwB,OAAjE,QAA6D,I;EAAG,C;sBEEnGE,CAAWD,aAAXC,EAAwC;A,IAAI,OAAJ,a;EAAG,C;qBAFrBC,CAAXF,aAAWE,EAAQ;A,IAAiD,OAA7C,wBAAS,GAAT,IAAe,+BAAgB,GAAhB,CAAf,GAAyC,I;EAAG,C;;;;;;;;"}