ctx-core 5.18.0 → 5.18.1

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/array/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
+ import { difference_a_ } from '../all/difference_a/index.js'
2
+ export { difference_a_ as difference_ }
1
3
  export * from '../all/a_in_idx_a_map/index.js'
2
4
  export * from '../all/a_length/index.js'
3
5
  export * from '../all/a_present/index.js'
package/array/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ import { difference_a_ } from '../all/difference_a/index.js'
2
+ export { difference_a_ as difference_ }
1
3
  export * from '../all/a_in_idx_a_map/index.js'
2
4
  export * from '../all/a_length/index.js'
3
5
  export * from '../all/a_present/index.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "5.18.0",
3
+ "version": "5.18.1",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -136,7 +136,7 @@
136
136
  "@size-limit/preset-small-lib": "^11.0.1",
137
137
  "@types/node": "^20.11.0",
138
138
  "@types/sinon": "^17.0.3",
139
- "c8": "^9.0.0",
139
+ "c8": "^9.1.0",
140
140
  "check-dts": "^0.7.2",
141
141
  "esbuild": "^0.19.11",
142
142
  "esmock": "^2.6.0",