@m14i/sith 1.5.3 → 1.5.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/docker/Dockerfile CHANGED
@@ -24,8 +24,8 @@ COPY docker/skills/opencode-skills-config.json /opt/sith/skills/opencode-skills-
24
24
  # Copier les fichiers Nix (scripts, config, shell.nix)
25
25
  COPY docker/nix/ /opt/sith/nix/
26
26
 
27
- # Copier la configuration npm (force registry public)
28
- COPY .npmrc /root/.npmrc
27
+ # Configurer npm pour utiliser le registry public
28
+ RUN echo "registry=https://registry.npmjs.org/" > /root/.npmrc
29
29
 
30
30
  # Pré-charger l'environnement Nix (installe tous les packages)
31
31
  # Cela cache les dépendances dans le layer Docker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m14i/sith",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Turn your context to the dark side. Standardize and share your OpenCode setup with a fully dockerized environment, designed for seamless collaboration and CI integration.",
5
5
  "type": "module",
6
6
  "repository": {