@thi.ng/compare 1.3.30 → 1.3.34
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/CHANGELOG.md +1 -9
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,15 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [1.3.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @thi.ng/compare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [1.3.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.3.28...@thi.ng/compare@1.3.29) (2021-06-08)
|
|
6
|
+
## [1.3.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.3.33...@thi.ng/compare@1.3.34) (2021-09-03)
|
|
15
7
|
|
|
16
8
|
**Note:** Version bump only for package @thi.ng/compare
|
|
17
9
|
|
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ directory are using this package.
|
|
|
67
67
|
A selection:
|
|
68
68
|
|
|
69
69
|
| Screenshot | Description | Live demo | Source |
|
|
70
|
-
|
|
70
|
+
|:--------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------|:-------------------------------------------------------|:------------------------------------------------------------------------------------|
|
|
71
71
|
| | Full umbrella repo doc string search w/ paginated results | [Demo](https://demo.thi.ng/umbrella/rdom-search-docs/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-search-docs) |
|
|
72
72
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/triple-query.png" width="240"/> | Triple store query results & sortable table | [Demo](https://demo.thi.ng/umbrella/triple-query/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/triple-query) |
|
|
73
73
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/compare",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.34",
|
|
4
4
|
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"pub": "yarn build:release && yarn publish --access public"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^7.
|
|
41
|
+
"@thi.ng/api": "^7.2.0"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
44
|
"*.js",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"sideEffects": false,
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "d971cb3f9b215a95483f78f1a8614015e331146f"
|
|
58
58
|
}
|