nixos-configs/apps/mc-mods/package.json
matt1432 01f1fda3ac
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update sources
Flake Inputs:
    • Updated input 'gpu-screen-recorder-src':
        'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-20) rev: 51d883b97f057efc4168aaa80d5364ace8beef9b
      → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-22) rev: 7e8d6b3f33d7a45caf294cc22fb4cfffa7b09a3a

    • Updated input 'home-manager':
        'github:nix-community/home-manager' (2025-02-21) rev: 3c82285348bc811b723014cf4dba2f87e7ffc885
      → 'github:nix-community/home-manager' (2025-02-22) rev: cb3f6e9b59d3a5e51ef9f7da2b8418d5c72aaef8

    • Updated input 'hyprland':
        'github:hyprwm/Hyprland' (2025-02-21) rev: 0e24f9c0d55fcd9a5b2461a865d0e5dc2ea195c8
      → 'github:hyprwm/Hyprland' (2025-02-21) rev: f4b148df1e2d8edc96bd878a4cfde32ca6515ac8

    • Updated input 'jovian':
        'github:Jovian-Experiments/Jovian-NixOS' (2025-02-21) rev: 853fa6c627c568ef1452083fdc917a43f52cb6e0
      → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-22) rev: b555a7faa4831d47b3e11c78195d339f5ae58b3b

    • Updated input 'nix-gaming':
        'github:fufexan/nix-gaming' (2025-02-21) rev: e319f4c8f0082f2b69cf7580b41cf577211f3742
      → 'github:fufexan/nix-gaming' (2025-02-22) rev: 98d916077d100f8e220dad75c70a61382747b609

    • Updated input 'nixpkgs-wayland':
        'github:nix-community/nixpkgs-wayland' (2025-02-21) rev: cd1e927d3e66c3af30e860a006da744bba2c7cad
      → 'github:nix-community/nixpkgs-wayland' (2025-02-22) rev: 15203f2f89f630c7458b1c684df0374d67c6416f

    • Updated input 'spotifyplus-src':
        'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: d0ac923a443d93f4f95f3522c6ee1a8292b0947e
      → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: b3e2a328337d12046fc8e23b084d9b7971e40869

    • Updated input 'spotifywebapi-src':
        'github:thlucas1/SpotifyWebApiPython' (2025-02-20) rev: 60d2906637dc4724ccc62fa0c7a6251c75c570fc
      → 'github:thlucas1/SpotifyWebApiPython' (2025-02-22) rev: ee75577b1e4e39fa233beebc27b5200c5b3bd5c0

    • Updated input 'tuya-local-src':
        'github:make-all/tuya-local' (2025-02-21) rev: 9a5c1e516c8d6c3b0ecd7b6f890ede2a8dd178a6
      → 'github:make-all/tuya-local' (2025-02-22) rev: 1c8b4719d20ee614ee556dcf69e32a0dbd8da14c

Docker Images:
    • postgres 14:
       sha256:5d8330e221083215ffbb3c5feeb2cfe44aadda827bc3f0dad9bbf3e58ed2e895
     → sha256:0c39cbac2c87f0342f38f55cb1f3414726237086b3ab588ddbab3c81a8e08e0a

    • postgres 15-alpine:
       sha256:4bd44d9ac596285e113c44feb6f1e5e0c63c0121282dede187c9a5b9f8597efe
     → sha256:bfee8fabec7c662311eff39111a890f68a46a78a3b35e91353e185e7d5918517

    • ghcr.io/linuxserver/sonarr latest:
       sha256:28d9dcbc846aed74bd47dc90305e016183443ddc3dfa3e8bcac268fc653a6e5e
     → sha256:4dfedb2598dc6bd51c40f4ecea2631dbe367840678ab109cd968f821d81a5327

Node modules:
    @types/node: 22.13.4 -> 22.13.5
    eslint: 9.20.1 -> 9.21.0
    @eslint/js: 9.20.0 -> 9.21.0
2025-02-22 16:59:52 -05:00

18 lines
518 B
JSON

{
"name": "mc-mods",
"version": "0.0.0",
"bin": "out/bin/app.cjs",
"type": "module",
"scripts": {
"build": "node_ver=$(node -v); esbuild src/app.ts --bundle --platform=node --target=\"node${node_ver:1:2}\" --outfile=out/bin/app.cjs"
},
"devDependencies": {
"eslint-conf": "file:../config",
"@types/node": "22.13.5",
"esbuild": "0.25.0",
"eslint": "9.21.0",
"jiti": "2.4.2",
"pkg-types": "1.3.1",
"typescript": "5.7.3"
}
}