dl-common-util 0.1.1 → 0.1.3

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.
@@ -0,0 +1,15 @@
1
+ (function (root, 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
+ root['kotlin-kotlinx-atomicfu-runtime'] = factory(typeof this['kotlin-kotlinx-atomicfu-runtime'] === 'undefined' ? {} : this['kotlin-kotlinx-atomicfu-runtime']);
8
+ }(globalThis, function (_) {
9
+ 'use strict';
10
+ //region block: pre-declaration
11
+ //endregion
12
+ return _;
13
+ }));
14
+
15
+ //# sourceMappingURL=kotlin-kotlinx-atomicfu-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -5,7 +5,7 @@
5
5
  factory(module.exports);
6
6
  else
7
7
  root.kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat = factory(typeof kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat === 'undefined' ? {} : kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat);
8
- }(this, function (_) {
8
+ }(globalThis, function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
11
11
  //endregion
@@ -0,0 +1,15 @@
1
+ (function (root, 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
+ root['kotlinx-atomicfu'] = factory(typeof this['kotlinx-atomicfu'] === 'undefined' ? {} : this['kotlinx-atomicfu']);
8
+ }(globalThis, function (_) {
9
+ 'use strict';
10
+ //region block: pre-declaration
11
+ //endregion
12
+ return _;
13
+ }));
14
+
15
+ //# sourceMappingURL=kotlinx-atomicfu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -0,0 +1,15 @@
1
+ (function (root, 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
+ root['kotlinx-coroutines-core'] = factory(typeof this['kotlinx-coroutines-core'] === 'undefined' ? {} : this['kotlinx-coroutines-core']);
8
+ }(globalThis, function (_) {
9
+ 'use strict';
10
+ //region block: pre-declaration
11
+ //endregion
12
+ return _;
13
+ }));
14
+
15
+ //# sourceMappingURL=kotlinx-coroutines-core.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -5,7 +5,7 @@
5
5
  factory(module.exports);
6
6
  else
7
7
  root['kotlinx-serialization-kotlinx-serialization-core'] = factory(typeof this['kotlinx-serialization-kotlinx-serialization-core'] === 'undefined' ? {} : this['kotlinx-serialization-kotlinx-serialization-core']);
8
- }(this, function (_) {
8
+ }(globalThis, function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
11
11
  //endregion
@@ -5,7 +5,7 @@
5
5
  factory(module.exports);
6
6
  else
7
7
  root['kotlinx-serialization-kotlinx-serialization-json'] = factory(typeof this['kotlinx-serialization-kotlinx-serialization-json'] === 'undefined' ? {} : this['kotlinx-serialization-kotlinx-serialization-json']);
8
- }(this, function (_) {
8
+ }(globalThis, function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
11
11
  //endregion
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "main": "dl-common-util.js",
3
3
  "types": "dl-common-util.d.ts",
4
- "version": "0.1.1",
4
+ "version": "0.1.3",
5
5
  "name": "dl-common-util",
6
6
  "dependencies": {
7
7
  "pinyin-pro": "3.16.3",
8
+ "@js-joda/core": "3.2.0",
8
9
  "format-util": "^1.0.5"
9
10
  }
10
11
  }