@thi.ng/expose 1.1.20 → 1.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**: 2023-01-10T15:20:18Z
3
+ - **Last updated**: 2023-02-10T14:03:10Z
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
@@ -57,7 +57,7 @@ For Node.js REPL:
57
57
  const expose = await import("@thi.ng/expose");
58
58
  ```
59
59
 
60
- Package sizes (brotli'd, pre-treeshake): ESM: 198 bytes
60
+ Package sizes (brotli'd, pre-treeshake): ESM: 201 bytes
61
61
 
62
62
  ## Dependencies
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/expose",
3
- "version": "1.1.20",
3
+ "version": "1.1.23",
4
4
  "description": "Conditional global variable exposition",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,13 +34,13 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "devDependencies": {
37
- "@microsoft/api-extractor": "^7.33.7",
38
- "@thi.ng/testament": "^0.3.9",
39
- "@types/node": "^18.11.13",
40
- "rimraf": "^3.0.2",
37
+ "@microsoft/api-extractor": "^7.34.2",
38
+ "@thi.ng/testament": "^0.3.11",
39
+ "@types/node": "^18.11.18",
40
+ "rimraf": "^4.1.2",
41
41
  "tools": "^0.0.1",
42
- "typedoc": "^0.23.22",
43
- "typescript": "^4.9.4"
42
+ "typedoc": "^0.23.24",
43
+ "typescript": "^4.9.5"
44
44
  },
45
45
  "keywords": [
46
46
  "global",
@@ -68,5 +68,5 @@
68
68
  }
69
69
  },
70
70
  "thi.ng": {},
71
- "gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
71
+ "gitHead": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n"
72
72
  }