@cruglobal/godtools-shared 1.3.0-PR861-SNAPSHOT.1814 → 1.3.0-PR956-SNAPSHOT.1860

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 (32) hide show
  1. package/Kermit-kermit-core.js +53 -53
  2. package/Kermit-kermit-core.js.map +1 -1
  3. package/Kermit-kermit.js +10 -10
  4. package/Kermit-kermit.js.map +1 -1
  5. package/android-gto-support-gto-support-parcelize.js +15 -0
  6. package/antlr-kotlin-antlr-kotlin-runtime.js +3469 -3602
  7. package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
  8. package/colormath-root-colormath.js +725 -725
  9. package/colormath-root-colormath.js.map +1 -1
  10. package/fluid-locale.js +221 -221
  11. package/fluid-locale.js.map +1 -1
  12. package/kotlin-kotlin-stdlib.js +3680 -4110
  13. package/kotlin-kotlin-stdlib.js.map +1 -1
  14. package/kotlin-mpp-godtools-tool-parser-module-common.js +5 -5
  15. package/kotlin-mpp-godtools-tool-parser-module-common.js.map +1 -1
  16. package/kotlin-mpp-godtools-tool-parser-module-parser-base.js +71 -143
  17. package/kotlin-mpp-godtools-tool-parser-module-parser-base.js.map +1 -1
  18. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +631 -646
  19. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
  20. package/kotlin-mpp-godtools-tool-parser-module-parser.js +3355 -3284
  21. package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
  22. package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js +24 -24
  23. package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js.map +1 -1
  24. package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +56 -72
  25. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +12 -12
  26. package/kotlinx-atomicfu.js +85 -81
  27. package/kotlinx-atomicfu.js.map +1 -1
  28. package/kotlinx-coroutines-core.js +3467 -3403
  29. package/kotlinx-coroutines-core.js.map +1 -1
  30. package/package.json +1 -1
  31. package/kotlin-kotlinx-atomicfu-runtime.js +0 -15
  32. /package/{kotlin-kotlinx-atomicfu-runtime.js.map → android-gto-support-gto-support-parcelize.js.map} +0 -0
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.3.0-PR861-SNAPSHOT.1814",
4
+ "version": "1.3.0-PR956-SNAPSHOT.1860",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "sax": "1.2.4"
@@ -1,15 +0,0 @@
1
- (function (factory) {
2
- if (typeof define === 'function' && define.amd)
3
- define(['exports'], factory);
4
- else if (typeof exports === 'object')
5
- factory(module.exports);
6
- else
7
- globalThis['kotlin-kotlinx-atomicfu-runtime'] = factory(typeof globalThis['kotlin-kotlinx-atomicfu-runtime'] === 'undefined' ? {} : globalThis['kotlin-kotlinx-atomicfu-runtime']);
8
- }(function (_) {
9
- 'use strict';
10
- //region block: pre-declaration
11
- //endregion
12
- return _;
13
- }));
14
-
15
- //# sourceMappingURL=kotlin-kotlinx-atomicfu-runtime.js.map