@hot-updater/datadog-plugin 0.20.11 → 0.20.12

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