@art-suite/art-core-ts 0.3.0 → 0.4.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/README.md CHANGED
@@ -18,6 +18,8 @@ This package combines several specialized libraries, each focusing on a specific
18
18
 
19
19
  - [@art-suite/art-core-ts-time](https://npmjs.com/@art-suite/art-core-ts-time) - Seamless, simple utilities for working with dates, times, and durations. Provides a unified set of utilities for effortless conversion between standard date/time representations, easy formatting, and common calculations like "start of day" or "first of month".
20
20
 
21
+ - [@art-suite/art-core-ts-communication-status](https://npmjs.com/@art-suite/art-core-ts-communication-status) - A simple, consistent library for handling communication status in client-server applications. It reduces the complex space of HTTP status codes and other communication states into a small set of actionable categories that make client-side code simpler and more robust.
22
+
21
23
  - [@art-suite/art-core-ts-comprehensions](https://npmjs.com/@art-suite/art-core-ts-comprehensions) - A powerful and flexible comprehension library that provides a unified interface for working with arrays, objects, and other iterables. Each comprehension function can accept any input container as the source and returns the appropriate type (object, array, or found value).
22
24
 
23
25
  ## Installation
package/dist/index.cjs CHANGED
@@ -23,6 +23,7 @@ __reExport(index_exports, require("@art-suite/art-core-ts-json"), module.exports
23
23
  __reExport(index_exports, require("@art-suite/art-core-ts-string-case"), module.exports);
24
24
  __reExport(index_exports, require("@art-suite/art-core-ts-types"), module.exports);
25
25
  __reExport(index_exports, require("@art-suite/art-core-ts-time"), module.exports);
26
+ __reExport(index_exports, require("@art-suite/art-core-ts-communication-status"), module.exports);
26
27
  // Annotate the CommonJS export names for ESM import in node:
27
28
  0 && (module.exports = {
28
29
  ...require("@art-suite/art-core-ts-containers"),
@@ -30,6 +31,7 @@ __reExport(index_exports, require("@art-suite/art-core-ts-time"), module.exports
30
31
  ...require("@art-suite/art-core-ts-json"),
31
32
  ...require("@art-suite/art-core-ts-string-case"),
32
33
  ...require("@art-suite/art-core-ts-types"),
33
- ...require("@art-suite/art-core-ts-time")
34
+ ...require("@art-suite/art-core-ts-time"),
35
+ ...require("@art-suite/art-core-ts-communication-status")
34
36
  });
35
37
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@art-suite/art-core-ts-containers'\nexport * from '@art-suite/art-core-ts-comprehensions'\nexport * from '@art-suite/art-core-ts-json'\nexport * from '@art-suite/art-core-ts-string-case'\nexport * from '@art-suite/art-core-ts-types'\nexport * from '@art-suite/art-core-ts-time'"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,8CAAd;AACA,0BAAc,kDADd;AAEA,0BAAc,wCAFd;AAGA,0BAAc,+CAHd;AAIA,0BAAc,yCAJd;AAKA,0BAAc,wCALd;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@art-suite/art-core-ts-containers'\nexport * from '@art-suite/art-core-ts-comprehensions'\nexport * from '@art-suite/art-core-ts-json'\nexport * from '@art-suite/art-core-ts-string-case'\nexport * from '@art-suite/art-core-ts-types'\nexport * from '@art-suite/art-core-ts-time'\nexport * from '@art-suite/art-core-ts-communication-status'"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,8CAAd;AACA,0BAAc,kDADd;AAEA,0BAAc,wCAFd;AAGA,0BAAc,+CAHd;AAIA,0BAAc,yCAJd;AAKA,0BAAc,wCALd;AAMA,0BAAc,wDANd;","names":[]}
package/dist/index.d.cts CHANGED
@@ -4,3 +4,4 @@ export * from '@art-suite/art-core-ts-json';
4
4
  export * from '@art-suite/art-core-ts-string-case';
5
5
  export * from '@art-suite/art-core-ts-types';
6
6
  export * from '@art-suite/art-core-ts-time';
7
+ export * from '@art-suite/art-core-ts-communication-status';
package/dist/index.d.ts CHANGED
@@ -4,3 +4,4 @@ export * from '@art-suite/art-core-ts-json';
4
4
  export * from '@art-suite/art-core-ts-string-case';
5
5
  export * from '@art-suite/art-core-ts-types';
6
6
  export * from '@art-suite/art-core-ts-time';
7
+ export * from '@art-suite/art-core-ts-communication-status';
package/dist/index.js CHANGED
@@ -5,4 +5,5 @@ export * from "@art-suite/art-core-ts-json";
5
5
  export * from "@art-suite/art-core-ts-string-case";
6
6
  export * from "@art-suite/art-core-ts-types";
7
7
  export * from "@art-suite/art-core-ts-time";
8
+ export * from "@art-suite/art-core-ts-communication-status";
8
9
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@art-suite/art-core-ts-containers'\nexport * from '@art-suite/art-core-ts-comprehensions'\nexport * from '@art-suite/art-core-ts-json'\nexport * from '@art-suite/art-core-ts-string-case'\nexport * from '@art-suite/art-core-ts-types'\nexport * from '@art-suite/art-core-ts-time'"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@art-suite/art-core-ts-containers'\nexport * from '@art-suite/art-core-ts-comprehensions'\nexport * from '@art-suite/art-core-ts-json'\nexport * from '@art-suite/art-core-ts-string-case'\nexport * from '@art-suite/art-core-ts-types'\nexport * from '@art-suite/art-core-ts-time'\nexport * from '@art-suite/art-core-ts-communication-status'"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@art-suite/art-core-ts",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "The full Art-Core-TS library",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -36,14 +36,9 @@
36
36
  "@art-suite/art-core-ts-communication-status": "^0.1.0",
37
37
  "@art-suite/art-core-ts-comprehensions": "^0.1.4",
38
38
  "@art-suite/art-core-ts-containers": "^0.3.1",
39
- "@art-suite/art-core-ts-json": "^0.2.5",
39
+ "@art-suite/art-core-ts-json": "^0.3.0",
40
40
  "@art-suite/art-core-ts-string-case": "^0.1.5",
41
41
  "@art-suite/art-core-ts-time": "^0.1.7",
42
42
  "@art-suite/art-core-ts-types": "^0.1.4"
43
- },
44
- "devDependencies": {
45
- "@types/node": "^22.15.19",
46
- "typescript": "^5.3.3",
47
- "vitest": "^3.1.3"
48
43
  }
49
44
  }