es-module-shims 1.10.0 → 2.0.0

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/index.d.ts CHANGED
@@ -186,6 +186,7 @@ interface ESMSInitOptions {
186
186
  interface ImportMap {
187
187
  imports: Record<string, string>;
188
188
  scopes: Record<string, Record<string, string>>;
189
+ integrity: Record<string, string>;
189
190
  }
190
191
 
191
192
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-module-shims",
3
- "version": "1.10.0",
3
+ "version": "2.0.0",
4
4
  "description": "Shims for the latest ES module features",
5
5
  "main": "dist/es-module-shims.js",
6
6
  "exports": {
@@ -28,13 +28,14 @@
28
28
  "license": "MIT",
29
29
  "devDependencies": {
30
30
  "@rollup/plugin-replace": "^2.4.2",
31
- "es-module-lexer": "1.5.2",
31
+ "es-module-lexer": "1.6.0",
32
32
  "kleur": "^4.1.4",
33
33
  "mime-types": "^2.1.33",
34
34
  "mocha": "^9.1.1",
35
35
  "npm-run-all": "^4.1.5",
36
36
  "open": "^8.0.8",
37
37
  "preact": "^10.5.14",
38
+ "prettier": "^3.4.2",
38
39
  "pretty-ms": "^3.2.0",
39
40
  "rimraf": "^3.0.2",
40
41
  "rollup": "^2.58.0",