@ms-cloudpack/esm-stub-utilities 0.11.32 → 0.11.34

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Request to `loadStubWorker.js`
3
3
  */
4
- export type LoadStubWorkerRequest = Pick<import('../types/VerifyStubOptions.js')._VerifyStubOptions, 'stubPath' | 'testCode'>;
4
+ export type LoadStubWorkerRequest = Pick<import("../types/VerifyStubOptions.js")._VerifyStubOptions, "stubPath" | "testCode">;
5
5
  /**
6
6
  * Response from `loadStubWorker.js`.
7
7
  * `value` is the IPC-friendly result of importing the module.
@@ -1 +1 @@
1
- {"version":3,"file":"loadStubWorker.d.ts","sourceRoot":"","sources":["../../src/verifyStub/loadStubWorker.js"],"names":[],"mappings":";;;oCAca,KAAK,OAAO,+BAA+B,EAAE,kBAAkB,EAAE,UAAU,GAAG,UAAU,CAAC;;;;;qCAGzF;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE"}
1
+ {"version":3,"file":"loadStubWorker.d.ts","sourceRoot":"","sources":["../../src/verifyStub/loadStubWorker.js"],"names":[],"mappings":";;;oCAca,IAAI,CAAC,OAAO,+BAA+B,EAAE,kBAAkB,EAAE,UAAU,GAAG,UAAU,CAAC;;;;;qCAGzF;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/esm-stub-utilities",
3
- "version": "0.11.32",
3
+ "version": "0.11.34",
4
4
  "description": "Generates ESM stubs for CommonJS entry files.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,9 +19,9 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@ms-cloudpack/common-types": "^0.9.0",
22
+ "@ms-cloudpack/common-types": "^0.10.0",
23
23
  "@ms-cloudpack/json-utilities": "^0.1.4",
24
- "@ms-cloudpack/package-utilities": "^7.7.1",
24
+ "@ms-cloudpack/package-utilities": "^7.8.1",
25
25
  "@ms-cloudpack/path-string-parsing": "^1.2.3",
26
26
  "@ms-cloudpack/worker-pool": "^0.1.2",
27
27
  "jsdom": "^24.0.0",