@hot-updater/datadog-plugin 0.29.2 → 0.29.4

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/dist/index.cjs CHANGED
@@ -21,13 +21,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  enumerable: true
22
22
  }) : target, mod));
23
23
  //#endregion
24
- let execa = require("execa");
25
24
  let fs = require("fs");
26
25
  fs = __toESM(fs);
27
26
  let os = require("os");
28
27
  os = __toESM(os);
29
28
  let path = require("path");
30
29
  path = __toESM(path);
30
+ let execa = require("execa");
31
31
  //#region src/withDatadog.ts
32
32
  const ensureFilePath = (files, basePath, filename) => {
33
33
  const file = files.find((file) => file.includes(filename));
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import { execa } from "execa";
2
1
  import fs from "fs";
3
2
  import os from "os";
4
3
  import path from "path";
4
+ import { execa } from "execa";
5
5
  //#region src/withDatadog.ts
6
6
  const ensureFilePath = (files, basePath, filename) => {
7
7
  const file = files.find((file) => file.includes(filename));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/datadog-plugin",
3
- "version": "0.29.2",
3
+ "version": "0.29.4",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "execa": "9.5.2",
44
- "@hot-updater/core": "0.29.2",
45
- "@hot-updater/plugin-core": "0.29.2"
44
+ "@hot-updater/core": "0.29.4",
45
+ "@hot-updater/plugin-core": "0.29.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20"