@cspell/dynamic-import 8.8.0 → 8.8.2
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/README.md +1 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -46,11 +46,7 @@ const pIndex = dynamicImport<typeof import('../esm/index.mjs')>('../esm/index.mj
|
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
49
|
-
<p align="center">
|
|
50
|
-
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
|
|
51
|
-
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
|
|
52
|
-
</a>
|
|
53
|
-
</p>
|
|
49
|
+
<p align="center">Brought to you by<a href="https://streetsidesoftware.com" title="Street Side Software"><img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software</a></p>
|
|
54
50
|
|
|
55
51
|
<!--- @@inject-end: ../../static/footer.md --->
|
|
56
52
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "8.8.
|
|
6
|
+
"version": "8.8.2",
|
|
7
7
|
"description": "Dynamic Module Loader",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"module",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"!**/*.map"
|
|
38
38
|
],
|
|
39
39
|
"scripts": {
|
|
40
|
-
"build": "tsc -b .",
|
|
40
|
+
"build": "tsc -b . -f",
|
|
41
41
|
"build:clean": "pnpm clean && pnpm build",
|
|
42
42
|
"clean": "shx rm -rf dist coverage",
|
|
43
43
|
"clean-build": "pnpm build:clean",
|
|
44
44
|
"coverage": "vitest run --coverage",
|
|
45
45
|
"test-watch": "vitest",
|
|
46
46
|
"test": "vitest run",
|
|
47
|
-
"watch": "tsc -b . --watch"
|
|
47
|
+
"watch": "tsc -b . --watch -f"
|
|
48
48
|
},
|
|
49
49
|
"repository": {
|
|
50
50
|
"type": "git",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"import-meta-resolve": "^4.1.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
|
|
64
64
|
}
|