@art-suite/art-core-ts 1.5.1 → 1.7.0

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/dist/index.cjs CHANGED
@@ -1,47 +1,108 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
-
17
- // src/index.ts
18
- var index_exports = {};
19
- module.exports = __toCommonJS(index_exports);
20
- __reExport(index_exports, require("@art-suite/art-core-ts-async"), module.exports);
21
- __reExport(index_exports, require("@art-suite/art-core-ts-communication-status"), module.exports);
22
- __reExport(index_exports, require("@art-suite/art-core-ts-compare"), module.exports);
23
- __reExport(index_exports, require("@art-suite/art-core-ts-comprehensions"), module.exports);
24
- __reExport(index_exports, require("@art-suite/art-core-ts-containers"), module.exports);
25
- __reExport(index_exports, require("@art-suite/art-core-ts-inspect"), module.exports);
26
- __reExport(index_exports, require("@art-suite/art-core-ts-json"), module.exports);
27
- __reExport(index_exports, require("@art-suite/art-core-ts-math"), module.exports);
28
- __reExport(index_exports, require("@art-suite/art-core-ts-string-case"), module.exports);
29
- __reExport(index_exports, require("@art-suite/art-core-ts-string-lib"), module.exports);
30
- __reExport(index_exports, require("@art-suite/art-core-ts-time"), module.exports);
31
- __reExport(index_exports, require("@art-suite/art-core-ts-types"), module.exports);
32
- // Annotate the CommonJS export names for ESM import in node:
33
- 0 && (module.exports = {
34
- ...require("@art-suite/art-core-ts-async"),
35
- ...require("@art-suite/art-core-ts-communication-status"),
36
- ...require("@art-suite/art-core-ts-compare"),
37
- ...require("@art-suite/art-core-ts-comprehensions"),
38
- ...require("@art-suite/art-core-ts-containers"),
39
- ...require("@art-suite/art-core-ts-inspect"),
40
- ...require("@art-suite/art-core-ts-json"),
41
- ...require("@art-suite/art-core-ts-math"),
42
- ...require("@art-suite/art-core-ts-string-case"),
43
- ...require("@art-suite/art-core-ts-string-lib"),
44
- ...require("@art-suite/art-core-ts-time"),
45
- ...require("@art-suite/art-core-ts-types")
46
- });
47
- //# sourceMappingURL=index.cjs.map
1
+ var _art_suite_art_core_ts_async = require("@art-suite/art-core-ts-async");
2
+ Object.keys(_art_suite_art_core_ts_async).forEach(function(k) {
3
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
4
+ enumerable: true,
5
+ get: function() {
6
+ return _art_suite_art_core_ts_async[k];
7
+ }
8
+ });
9
+ });
10
+ var _art_suite_art_core_ts_communication_status = require("@art-suite/art-core-ts-communication-status");
11
+ Object.keys(_art_suite_art_core_ts_communication_status).forEach(function(k) {
12
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
13
+ enumerable: true,
14
+ get: function() {
15
+ return _art_suite_art_core_ts_communication_status[k];
16
+ }
17
+ });
18
+ });
19
+ var _art_suite_art_core_ts_compare = require("@art-suite/art-core-ts-compare");
20
+ Object.keys(_art_suite_art_core_ts_compare).forEach(function(k) {
21
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
22
+ enumerable: true,
23
+ get: function() {
24
+ return _art_suite_art_core_ts_compare[k];
25
+ }
26
+ });
27
+ });
28
+ var _art_suite_art_core_ts_comprehensions = require("@art-suite/art-core-ts-comprehensions");
29
+ Object.keys(_art_suite_art_core_ts_comprehensions).forEach(function(k) {
30
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
31
+ enumerable: true,
32
+ get: function() {
33
+ return _art_suite_art_core_ts_comprehensions[k];
34
+ }
35
+ });
36
+ });
37
+ var _art_suite_art_core_ts_containers = require("@art-suite/art-core-ts-containers");
38
+ Object.keys(_art_suite_art_core_ts_containers).forEach(function(k) {
39
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
40
+ enumerable: true,
41
+ get: function() {
42
+ return _art_suite_art_core_ts_containers[k];
43
+ }
44
+ });
45
+ });
46
+ var _art_suite_art_core_ts_inspect = require("@art-suite/art-core-ts-inspect");
47
+ Object.keys(_art_suite_art_core_ts_inspect).forEach(function(k) {
48
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
49
+ enumerable: true,
50
+ get: function() {
51
+ return _art_suite_art_core_ts_inspect[k];
52
+ }
53
+ });
54
+ });
55
+ var _art_suite_art_core_ts_json = require("@art-suite/art-core-ts-json");
56
+ Object.keys(_art_suite_art_core_ts_json).forEach(function(k) {
57
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
58
+ enumerable: true,
59
+ get: function() {
60
+ return _art_suite_art_core_ts_json[k];
61
+ }
62
+ });
63
+ });
64
+ var _art_suite_art_core_ts_math = require("@art-suite/art-core-ts-math");
65
+ Object.keys(_art_suite_art_core_ts_math).forEach(function(k) {
66
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
67
+ enumerable: true,
68
+ get: function() {
69
+ return _art_suite_art_core_ts_math[k];
70
+ }
71
+ });
72
+ });
73
+ var _art_suite_art_core_ts_string_case = require("@art-suite/art-core-ts-string-case");
74
+ Object.keys(_art_suite_art_core_ts_string_case).forEach(function(k) {
75
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
76
+ enumerable: true,
77
+ get: function() {
78
+ return _art_suite_art_core_ts_string_case[k];
79
+ }
80
+ });
81
+ });
82
+ var _art_suite_art_core_ts_string_lib = require("@art-suite/art-core-ts-string-lib");
83
+ Object.keys(_art_suite_art_core_ts_string_lib).forEach(function(k) {
84
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
85
+ enumerable: true,
86
+ get: function() {
87
+ return _art_suite_art_core_ts_string_lib[k];
88
+ }
89
+ });
90
+ });
91
+ var _art_suite_art_core_ts_time = require("@art-suite/art-core-ts-time");
92
+ Object.keys(_art_suite_art_core_ts_time).forEach(function(k) {
93
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
94
+ enumerable: true,
95
+ get: function() {
96
+ return _art_suite_art_core_ts_time[k];
97
+ }
98
+ });
99
+ });
100
+ var _art_suite_art_core_ts_types = require("@art-suite/art-core-ts-types");
101
+ Object.keys(_art_suite_art_core_ts_types).forEach(function(k) {
102
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
103
+ enumerable: true,
104
+ get: function() {
105
+ return _art_suite_art_core_ts_types[k];
106
+ }
107
+ });
108
+ });
package/dist/index.d.cts CHANGED
@@ -1,12 +1,12 @@
1
- export * from '@art-suite/art-core-ts-async';
2
- export * from '@art-suite/art-core-ts-communication-status';
3
- export * from '@art-suite/art-core-ts-compare';
4
- export * from '@art-suite/art-core-ts-comprehensions';
5
- export * from '@art-suite/art-core-ts-containers';
6
- export * from '@art-suite/art-core-ts-inspect';
7
- export * from '@art-suite/art-core-ts-json';
8
- export * from '@art-suite/art-core-ts-math';
9
- export * from '@art-suite/art-core-ts-string-case';
10
- export * from '@art-suite/art-core-ts-string-lib';
11
- export * from '@art-suite/art-core-ts-time';
12
- export * from '@art-suite/art-core-ts-types';
1
+ export * from "@art-suite/art-core-ts-async";
2
+ export * from "@art-suite/art-core-ts-communication-status";
3
+ export * from "@art-suite/art-core-ts-compare";
4
+ export * from "@art-suite/art-core-ts-comprehensions";
5
+ export * from "@art-suite/art-core-ts-containers";
6
+ export * from "@art-suite/art-core-ts-inspect";
7
+ export * from "@art-suite/art-core-ts-json";
8
+ export * from "@art-suite/art-core-ts-math";
9
+ export * from "@art-suite/art-core-ts-string-case";
10
+ export * from "@art-suite/art-core-ts-string-lib";
11
+ export * from "@art-suite/art-core-ts-time";
12
+ export * from "@art-suite/art-core-ts-types";
@@ -0,0 +1,12 @@
1
+ export * from "@art-suite/art-core-ts-async";
2
+ export * from "@art-suite/art-core-ts-communication-status";
3
+ export * from "@art-suite/art-core-ts-compare";
4
+ export * from "@art-suite/art-core-ts-comprehensions";
5
+ export * from "@art-suite/art-core-ts-containers";
6
+ export * from "@art-suite/art-core-ts-inspect";
7
+ export * from "@art-suite/art-core-ts-json";
8
+ export * from "@art-suite/art-core-ts-math";
9
+ export * from "@art-suite/art-core-ts-string-case";
10
+ export * from "@art-suite/art-core-ts-string-lib";
11
+ export * from "@art-suite/art-core-ts-time";
12
+ export * from "@art-suite/art-core-ts-types";
@@ -1,4 +1,3 @@
1
- // src/index.ts
2
1
  export * from "@art-suite/art-core-ts-async";
3
2
  export * from "@art-suite/art-core-ts-communication-status";
4
3
  export * from "@art-suite/art-core-ts-compare";
@@ -11,4 +10,4 @@ export * from "@art-suite/art-core-ts-string-case";
11
10
  export * from "@art-suite/art-core-ts-string-lib";
12
11
  export * from "@art-suite/art-core-ts-time";
13
12
  export * from "@art-suite/art-core-ts-types";
14
- //# sourceMappingURL=index.js.map
13
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@art-suite/art-core-ts",
3
- "version": "1.5.1",
3
+ "version": "1.7.0",
4
4
  "description": "The full Art-Core-TS library",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -12,19 +12,19 @@
12
12
  "type": "module",
13
13
  "exports": {
14
14
  ".": {
15
- "types": "./dist/index.d.ts",
16
- "import": "./dist/index.js",
15
+ "types": "./dist/index.d.mts",
16
+ "import": "./dist/index.mjs",
17
17
  "require": "./dist/index.cjs"
18
18
  }
19
19
  },
20
- "main": "./dist/index.js",
21
- "types": "./dist/index.d.ts",
20
+ "main": "./dist/index.mjs",
21
+ "types": "./dist/index.d.mts",
22
22
  "files": [
23
23
  "dist"
24
24
  ],
25
25
  "scripts": {
26
26
  "prebuild": "npm run clean",
27
- "build": "npx sort-package-json;tsup src/index.ts --format esm,cjs --dts --sourcemap",
27
+ "build": "npx sort-package-json;tsdown src/index.ts --format esm,cjs --dts --sourcemap",
28
28
  "build:clean": "npm run clean && npm run build",
29
29
  "check:types": "tsc --noEmit",
30
30
  "check:types:fast": "tsc --noEmit --incremental",
@@ -35,17 +35,17 @@
35
35
  "test:watch": "vitest"
36
36
  },
37
37
  "dependencies": {
38
- "@art-suite/art-core-ts-async": "^0.2.11",
39
- "@art-suite/art-core-ts-communication-status": "^0.10.1",
40
- "@art-suite/art-core-ts-compare": "^0.0.11",
41
- "@art-suite/art-core-ts-comprehensions": "^0.4.15",
42
- "@art-suite/art-core-ts-containers": "^0.9.9",
43
- "@art-suite/art-core-ts-inspect": "^0.1.5",
44
- "@art-suite/art-core-ts-json": "^0.4.10",
45
- "@art-suite/art-core-ts-math": "^0.1.0",
46
- "@art-suite/art-core-ts-string-case": "^0.1.17",
47
- "@art-suite/art-core-ts-string-lib": "^0.2.12",
48
- "@art-suite/art-core-ts-time": "^0.3.0",
49
- "@art-suite/art-core-ts-types": "^0.3.11"
38
+ "@art-suite/art-core-ts-async": "^0.3.0",
39
+ "@art-suite/art-core-ts-communication-status": "^0.11.0",
40
+ "@art-suite/art-core-ts-compare": "^0.1.0",
41
+ "@art-suite/art-core-ts-comprehensions": "^0.5.0",
42
+ "@art-suite/art-core-ts-containers": "^0.11.0",
43
+ "@art-suite/art-core-ts-inspect": "^0.2.0",
44
+ "@art-suite/art-core-ts-json": "^0.5.0",
45
+ "@art-suite/art-core-ts-math": "^0.2.0",
46
+ "@art-suite/art-core-ts-string-case": "^0.2.0",
47
+ "@art-suite/art-core-ts-string-lib": "^0.3.0",
48
+ "@art-suite/art-core-ts-time": "^0.4.0",
49
+ "@art-suite/art-core-ts-types": "^0.4.0"
50
50
  }
51
51
  }
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@art-suite/art-core-ts-async';\nexport * from '@art-suite/art-core-ts-communication-status';\nexport * from '@art-suite/art-core-ts-compare';\nexport * from '@art-suite/art-core-ts-comprehensions';\nexport * from '@art-suite/art-core-ts-containers';\nexport * from '@art-suite/art-core-ts-inspect';\nexport * from '@art-suite/art-core-ts-json';\nexport * from '@art-suite/art-core-ts-math';\nexport * from '@art-suite/art-core-ts-string-case';\nexport * from '@art-suite/art-core-ts-string-lib';\nexport * from '@art-suite/art-core-ts-time';\nexport * from '@art-suite/art-core-ts-types';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,yCAAd;AACA,0BAAc,wDADd;AAEA,0BAAc,2CAFd;AAGA,0BAAc,kDAHd;AAIA,0BAAc,8CAJd;AAKA,0BAAc,2CALd;AAMA,0BAAc,wCANd;AAOA,0BAAc,wCAPd;AAQA,0BAAc,+CARd;AASA,0BAAc,8CATd;AAUA,0BAAc,wCAVd;AAWA,0BAAc,yCAXd;","names":[]}
package/dist/index.d.ts DELETED
@@ -1,12 +0,0 @@
1
- export * from '@art-suite/art-core-ts-async';
2
- export * from '@art-suite/art-core-ts-communication-status';
3
- export * from '@art-suite/art-core-ts-compare';
4
- export * from '@art-suite/art-core-ts-comprehensions';
5
- export * from '@art-suite/art-core-ts-containers';
6
- export * from '@art-suite/art-core-ts-inspect';
7
- export * from '@art-suite/art-core-ts-json';
8
- export * from '@art-suite/art-core-ts-math';
9
- export * from '@art-suite/art-core-ts-string-case';
10
- export * from '@art-suite/art-core-ts-string-lib';
11
- export * from '@art-suite/art-core-ts-time';
12
- export * from '@art-suite/art-core-ts-types';
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@art-suite/art-core-ts-async';\nexport * from '@art-suite/art-core-ts-communication-status';\nexport * from '@art-suite/art-core-ts-compare';\nexport * from '@art-suite/art-core-ts-comprehensions';\nexport * from '@art-suite/art-core-ts-containers';\nexport * from '@art-suite/art-core-ts-inspect';\nexport * from '@art-suite/art-core-ts-json';\nexport * from '@art-suite/art-core-ts-math';\nexport * from '@art-suite/art-core-ts-string-case';\nexport * from '@art-suite/art-core-ts-string-lib';\nexport * from '@art-suite/art-core-ts-time';\nexport * from '@art-suite/art-core-ts-types';\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}