@procore/hammer-test-jest 0.9.2 → 0.10.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @procore/hammer-test-jest
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 35eaf69: Upgrades dependencies.
8
+
3
9
  ## 0.9.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -28,14 +28,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  init: () => init,
34
34
  test: () => test
35
35
  });
36
- module.exports = __toCommonJS(src_exports);
36
+ module.exports = __toCommonJS(index_exports);
37
37
 
38
- // ../../node_modules/.store/tsup-virtual-e83f64784a/package/assets/cjs_shims.js
38
+ // ../../node_modules/.store/tsup-virtual-9dc96520b3/package/assets/cjs_shims.js
39
39
  var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
40
40
  var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
41
41
 
package/dist/index.mjs CHANGED
@@ -7,7 +7,7 @@ import fs2 from "fs";
7
7
  import path2 from "path";
8
8
 
9
9
  // src/config/baseConfig.ts
10
- import { createRequire } from "node:module";
10
+ import { createRequire } from "module";
11
11
 
12
12
  // src/config/getSetupFilesPath.ts
13
13
  import path from "path";
@@ -6,21 +6,23 @@ var __commonJS = (cb, mod) => function __require() {
6
6
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
7
7
  };
8
8
 
9
- // ../../node_modules/.store/tsup-virtual-e83f64784a/package/assets/esm_shims.js
9
+ // ../../node_modules/.store/tsup-virtual-9dc96520b3/package/assets/esm_shims.js
10
+ import path from "path";
11
+ import { fileURLToPath } from "url";
10
12
  var init_esm_shims = __esm({
11
- "../../node_modules/.store/tsup-virtual-e83f64784a/package/assets/esm_shims.js"() {
13
+ "../../node_modules/.store/tsup-virtual-9dc96520b3/package/assets/esm_shims.js"() {
12
14
  "use strict";
13
15
  }
14
16
  });
15
17
 
16
18
  // src/transforms/file.ts
17
- import path from "path";
19
+ import path2 from "path";
18
20
  var require_file = __commonJS({
19
21
  "src/transforms/file.ts"(exports, module) {
20
22
  init_esm_shims();
21
23
  module.exports = {
22
24
  process(_src, filename) {
23
- const assetFilename = JSON.stringify(path.basename(filename));
25
+ const assetFilename = JSON.stringify(path2.basename(filename));
24
26
  return {
25
27
  code: `module.exports = {
26
28
  __esModule: true,