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

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 +1360 -1191
  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 +8906 -6847
  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 +3507 -4009
  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 +80 -81
  33. package/kotlinx-atomicfu.js.map +1 -1
  34. package/kotlinx-coroutines-core.js +4023 -4049
  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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "kotlin-mpp-godtools-tool-parser-publishing-npm.js",
3
3
  "types": "kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts",
4
- "version": "1.1.0-SNAPSHOT.1567",
4
+ "version": "1.1.0-SNAPSHOT.1570",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "format-util": "^1.0.5",
package/seskar-core.js CHANGED
@@ -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['seskar-core'] = factory(typeof this['seskar-core'] === 'undefined' ? {} : this['seskar-core']);
8
- }(this, function (_) {
7
+ globalThis['seskar-core'] = factory(typeof globalThis['seskar-core'] === 'undefined' ? {} : globalThis['seskar-core']);
8
+ }(function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
11
11
  //endregion
package/seskar-react.js CHANGED
@@ -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['seskar-react'] = factory(typeof this['seskar-react'] === 'undefined' ? {} : this['seskar-react']);
8
- }(this, function (_) {
7
+ globalThis['seskar-react'] = factory(typeof globalThis['seskar-react'] === 'undefined' ? {} : globalThis['seskar-react']);
8
+ }(function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
11
11
  //endregion