@thi.ng/expose 1.1.3 → 1.1.4

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**: 2021-12-13T10:26:00Z
3
+ - **Last updated**: 2022-03-11T12:13:49Z
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
@@ -60,7 +60,7 @@ node --experimental-repl-await
60
60
  > const expose = await import("@thi.ng/expose");
61
61
  ```
62
62
 
63
- Package sizes (gzipped, pre-treeshake): ESM: 245 bytes
63
+ Package sizes (gzipped, pre-treeshake): ESM: 239 bytes
64
64
 
65
65
  ## Dependencies
66
66
 
@@ -102,4 +102,4 @@ If this project contributes to an academic publication, please cite it as:
102
102
 
103
103
  ## License
104
104
 
105
- © 2016 - 2021 Karsten Schmidt // Apache Software License 2.0
105
+ © 2016 - 2022 Karsten Schmidt // Apache Software License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/expose",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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.19.2",
38
- "@thi.ng/testament": "^0.2.3",
39
- "@types/node": "^16.11.12",
37
+ "@microsoft/api-extractor": "^7.19.4",
38
+ "@thi.ng/testament": "^0.2.4",
39
+ "@types/node": "^17.0.21",
40
40
  "rimraf": "^3.0.2",
41
41
  "tools": "^0.0.1",
42
- "typedoc": "^0.22.10",
43
- "typescript": "^4.5.3"
42
+ "typedoc": "^0.22.13",
43
+ "typescript": "^4.6.2"
44
44
  },
45
45
  "keywords": [
46
46
  "global",
@@ -68,5 +68,5 @@
68
68
  }
69
69
  },
70
70
  "thi.ng": {},
71
- "gitHead": "2db9dd34c0c2c60cbfde3dad0bca352b20292f5c\n"
71
+ "gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n"
72
72
  }