@thi.ng/geom-clip-line 2.1.22 → 2.1.23

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**: 2022-08-06T15:22:27Z
3
+ - **Last updated**: 2022-08-07T15:28:01Z
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
@@ -61,7 +61,7 @@ node --experimental-repl-await
61
61
  > const geomClipLine = await import("@thi.ng/geom-clip-line");
62
62
  ```
63
63
 
64
- Package sizes (gzipped, pre-treeshake): ESM: 550 bytes
64
+ Package sizes (gzipped, pre-treeshake): ESM: 549 bytes
65
65
 
66
66
  ## Dependencies
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-clip-line",
3
- "version": "2.1.22",
3
+ "version": "2.1.23",
4
4
  "description": "2D line clipping (Liang-Barsky)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.3.9",
38
- "@thi.ng/geom-isec": "^2.1.22",
39
- "@thi.ng/vectors": "^7.5.11"
38
+ "@thi.ng/geom-isec": "^2.1.23",
39
+ "@thi.ng/vectors": "^7.5.12"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.25.0",
@@ -84,5 +84,5 @@
84
84
  ],
85
85
  "year": 2013
86
86
  },
87
- "gitHead": "01b7a47077d88c2aefe77650ce3340040bae00ee\n"
87
+ "gitHead": "0eeb5054111cea51f4714b013dda8700ade3cd54\n"
88
88
  }