@cspell/dynamic-import 8.8.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +2 -2
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.1",
6
+ "version": "8.8.2",
7
7
  "description": "Dynamic Module Loader",
8
8
  "keywords": [
9
9
  "module",
@@ -60,5 +60,5 @@
60
60
  "dependencies": {
61
61
  "import-meta-resolve": "^4.1.0"
62
62
  },
63
- "gitHead": "6381846ffce8b9a349bfda03262297aa8e301ef5"
63
+ "gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
64
64
  }