@thi.ng/expose 1.1.24 → 1.1.26
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 +1 -1
- package/README.md +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ This project is part of the
|
|
|
23
23
|
Conditional global variable exposition.
|
|
24
24
|
|
|
25
25
|
This package provides a single function
|
|
26
|
-
[`exposeGlobal()`](https://docs.thi.ng/umbrella/expose/
|
|
26
|
+
[`exposeGlobal()`](https://docs.thi.ng/umbrella/expose/functions/exposeGlobal.html)
|
|
27
27
|
to expose a variable in the global scope (e.g. for development/debugging
|
|
28
28
|
purposes). It's behavior is controled by the `UMBRELLA_GLOBALS` or
|
|
29
29
|
`VITE_UMBRELLA_GLOBALS` environment variables - if either is set (to a non-empty
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/expose",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.26",
|
|
4
4
|
"description": "Conditional global variable exposition",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
28
|
-
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
|
|
28
|
+
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
|
|
29
29
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
30
30
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
31
31
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@microsoft/api-extractor": "^7.34.
|
|
38
|
-
"@thi.ng/testament": "^0.3.
|
|
39
|
-
"@types/node": "^18.
|
|
40
|
-
"rimraf": "^4.
|
|
37
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
38
|
+
"@thi.ng/testament": "^0.3.13",
|
|
39
|
+
"@types/node": "^18.15.0",
|
|
40
|
+
"rimraf": "^4.4.0",
|
|
41
41
|
"tools": "^0.0.1",
|
|
42
|
-
"typedoc": "^0.23.
|
|
42
|
+
"typedoc": "^0.23.26",
|
|
43
43
|
"typescript": "^4.9.5"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"thi.ng": {},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
|
|
72
72
|
}
|