@camstack/system 1.1.5 → 1.1.7

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.
@@ -258,7 +258,7 @@ async function rebuildNativeDeps(addonDir, packageNames, logger) {
258
258
  packages: packageNames
259
259
  } });
260
260
  try {
261
- const rebuildModule = await Promise.resolve().then(() => /* @__PURE__ */ require_chunk.__toESM(require("./main-B_G1JH3Q.js").default)).catch(() => null);
261
+ const rebuildModule = await import("@electron/rebuild").catch(() => null);
262
262
  if (rebuildModule?.rebuild) {
263
263
  await rebuildModule.rebuild({
264
264
  buildPath: addonDir,
@@ -1,4 +1,3 @@
1
- import { o as __toESM } from "./chunk-CNf5ZN-e.mjs";
2
1
  import { ensureBinary, ensureFfmpeg, ensurePython, installPythonPackages, installPythonRequirements } from "@camstack/types/node";
3
2
  import { createServer } from "node:http";
4
3
  import * as fs from "node:fs";
@@ -257,7 +256,7 @@ async function rebuildNativeDeps(addonDir, packageNames, logger) {
257
256
  packages: packageNames
258
257
  } });
259
258
  try {
260
- const rebuildModule = await import("./main-BOG1xxwD.mjs").then((m) => /* @__PURE__ */ __toESM(m.default)).catch(() => null);
259
+ const rebuildModule = await import("@electron/rebuild").catch(() => null);
261
260
  if (rebuildModule?.rebuild) {
262
261
  await rebuildModule.rebuild({
263
262
  buildPath: addonDir,
@@ -1,4 +1,4 @@
1
- import { r as __exportAll } from "./chunk-CNf5ZN-e.mjs";
1
+ import { l as __exportAll } from "./builtins/local-auth/local-auth.addon.mjs";
2
2
  import * as fs from "node:fs";
3
3
  import { execFile } from "node:child_process";
4
4
  //#region src/process/resource-monitor.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/system",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Core addon for CamStack — builtins, pipeline, process management, auth, logging, events",
5
5
  "keywords": [
6
6
  "camstack",
@@ -298,10 +298,10 @@
298
298
  "js-yaml": "^4.1.0",
299
299
  "jsonwebtoken": "^9.0.0",
300
300
  "moleculer": "^0.15.0",
301
- "otplib": "12.0.1",
301
+ "otplib": "13.4.1",
302
302
  "superjson": "^2.2.0",
303
303
  "systeminformation": "^5.0.0",
304
- "tar": "6.2.1",
304
+ "tar": "7.5.16",
305
305
  "winston": "^3.19.0",
306
306
  "winston-daily-rotate-file": "^5.0.0",
307
307
  "zod": "^4.3.6"
@@ -1,37 +0,0 @@
1
- import { createRequire } from "node:module";
2
- //#region \0rolldown/runtime.js
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
10
- var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
11
- var __exportAll = (all, no_symbols) => {
12
- let target = {};
13
- for (var name in all) __defProp(target, name, {
14
- get: all[name],
15
- enumerable: true
16
- });
17
- if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
18
- return target;
19
- };
20
- var __copyProps = (to, from, except, desc) => {
21
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
22
- key = keys[i];
23
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
24
- get: ((k) => from[k]).bind(null, key),
25
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
26
- });
27
- }
28
- return to;
29
- };
30
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
31
- value: mod,
32
- enumerable: true
33
- }) : target, mod));
34
- var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
- var __require = /* @__PURE__ */ createRequire(import.meta.url);
36
- //#endregion
37
- export { __toCommonJS as a, __require as i, __esmMin as n, __toESM as o, __exportAll as r, __commonJSMin as t };