@thi.ng/compare 2.4.28 → 2.4.33

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 (2) hide show
  1. package/package.json +93 -93
  2. package/CHANGELOG.md +0 -30
package/package.json CHANGED
@@ -1,94 +1,94 @@
1
1
  {
2
- "name": "@thi.ng/compare",
3
- "version": "2.4.28",
4
- "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/compare",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2"
43
- },
44
- "devDependencies": {
45
- "esbuild": "^0.25.9",
46
- "typedoc": "^0.28.12",
47
- "typescript": "^5.9.2"
48
- },
49
- "keywords": [
50
- "comparator",
51
- "sort",
52
- "typescript"
53
- ],
54
- "publishConfig": {
55
- "access": "public"
56
- },
57
- "engines": {
58
- "node": ">=18"
59
- },
60
- "files": [
61
- "./*.js",
62
- "./*.d.ts"
63
- ],
64
- "exports": {
65
- ".": {
66
- "default": "./index.js"
67
- },
68
- "./compare": {
69
- "default": "./compare.js"
70
- },
71
- "./keys": {
72
- "default": "./keys.js"
73
- },
74
- "./length": {
75
- "default": "./length.js"
76
- },
77
- "./numeric": {
78
- "default": "./numeric.js"
79
- },
80
- "./ops": {
81
- "default": "./ops.js"
82
- },
83
- "./reverse": {
84
- "default": "./reverse.js"
85
- },
86
- "./string": {
87
- "default": "./string.js"
88
- }
89
- },
90
- "thi.ng": {
91
- "alias": "cmp"
92
- },
93
- "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
94
- }
2
+ "name": "@thi.ng/compare",
3
+ "version": "2.4.33",
4
+ "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/compare",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.7"
43
+ },
44
+ "devDependencies": {
45
+ "esbuild": "^0.25.11",
46
+ "typedoc": "^0.28.14",
47
+ "typescript": "^5.9.3"
48
+ },
49
+ "keywords": [
50
+ "comparator",
51
+ "sort",
52
+ "typescript"
53
+ ],
54
+ "publishConfig": {
55
+ "access": "public"
56
+ },
57
+ "engines": {
58
+ "node": ">=18"
59
+ },
60
+ "files": [
61
+ "./*.js",
62
+ "./*.d.ts"
63
+ ],
64
+ "exports": {
65
+ ".": {
66
+ "default": "./index.js"
67
+ },
68
+ "./compare": {
69
+ "default": "./compare.js"
70
+ },
71
+ "./keys": {
72
+ "default": "./keys.js"
73
+ },
74
+ "./length": {
75
+ "default": "./length.js"
76
+ },
77
+ "./numeric": {
78
+ "default": "./numeric.js"
79
+ },
80
+ "./ops": {
81
+ "default": "./ops.js"
82
+ },
83
+ "./reverse": {
84
+ "default": "./reverse.js"
85
+ },
86
+ "./string": {
87
+ "default": "./string.js"
88
+ }
89
+ },
90
+ "thi.ng": {
91
+ "alias": "cmp"
92
+ },
93
+ "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
94
+ }
package/CHANGELOG.md DELETED
@@ -1,30 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ## [2.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compare@2.4.0) (2024-08-10)
15
-
16
- #### 🚀 Features
17
-
18
- - add compareLex(), add tests ([015687c](https://github.com/thi-ng/umbrella/commit/015687c))
19
-
20
- ## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compare@2.3.0) (2024-03-29)
21
-
22
- #### 🚀 Features
23
-
24
- - add compareLengthAsc/Desc(), refactor, add docs ([49dab9e](https://github.com/thi-ng/umbrella/commit/49dab9e))
25
-
26
- ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compare@2.2.0) (2023-09-15)
27
-
28
- #### 🚀 Features
29
-
30
- - add comparison operators/predicates ([5a627b1](https://github.com/thi-ng/umbrella/commit/5a627b1))