@thi.ng/layout 2.1.28 → 2.1.29

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**: 2023-06-14T07:58:51Z
3
+ - **Last updated**: 2023-08-04T10:58:19Z
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
@@ -54,7 +54,7 @@ For Node.js REPL:
54
54
  const layout = await import("@thi.ng/layout");
55
55
  ```
56
56
 
57
- Package sizes (brotli'd, pre-treeshake): ESM: 620 bytes
57
+ Package sizes (brotli'd, pre-treeshake): ESM: 624 bytes
58
58
 
59
59
  ## Dependencies
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/layout",
3
- "version": "2.1.28",
3
+ "version": "2.1.29",
4
4
  "description": "Configurable nested 2D grid layout manager",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,15 +34,15 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/checks": "^3.3.14"
37
+ "@thi.ng/checks": "^3.4.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@microsoft/api-extractor": "^7.35.3",
41
- "@thi.ng/testament": "^0.3.17",
40
+ "@microsoft/api-extractor": "^7.36.3",
41
+ "@thi.ng/testament": "^0.3.18",
42
42
  "rimraf": "^5.0.1",
43
43
  "tools": "^0.0.1",
44
44
  "typedoc": "^0.24.8",
45
- "typescript": "^5.1.3"
45
+ "typescript": "^5.1.6"
46
46
  },
47
47
  "keywords": [
48
48
  "2d",
@@ -86,5 +86,5 @@
86
86
  "thi.ng": {
87
87
  "year": 2019
88
88
  },
89
- "gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\n"
89
+ "gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
90
90
  }