@thi.ng/oquery 2.2.38 → 2.2.39

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-20T14:42:45Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -78,10 +78,10 @@ import * as oq from "@thi.ng/oquery";
78
78
  Browser ESM import:
79
79
 
80
80
  ```html
81
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/oquery"></script>
81
+ <script type="module" src="https://esm.run/@thi.ng/oquery"></script>
82
82
  ```
83
83
 
84
- [Skypack documentation](https://docs.skypack.dev/)
84
+ [JSDelivr documentation](https://www.jsdelivr.com/)
85
85
 
86
86
  For Node.js REPL:
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/oquery",
3
- "version": "2.2.38",
3
+ "version": "2.2.39",
4
4
  "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays of objects",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,11 +36,11 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.10.1",
40
- "@thi.ng/checks": "^3.6.1",
41
- "@thi.ng/compare": "^2.3.2",
42
- "@thi.ng/defmulti": "^3.0.36",
43
- "@thi.ng/equiv": "^2.1.55"
39
+ "@thi.ng/api": "^8.11.0",
40
+ "@thi.ng/checks": "^3.6.2",
41
+ "@thi.ng/compare": "^2.3.3",
42
+ "@thi.ng/defmulti": "^3.0.37",
43
+ "@thi.ng/equiv": "^2.1.56"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.43.0",
@@ -97,5 +97,5 @@
97
97
  ],
98
98
  "year": 2020
99
99
  },
100
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
100
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
101
101
  }