pinokiod 3.10.9 → 3.10.10

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.
@@ -57,6 +57,7 @@ module.exports = {
57
57
  { name: "conda", },
58
58
  { name: "git", },
59
59
  { name: "node", },
60
+ { name: "py" },
60
61
  ],
61
62
  conda_requirements: [
62
63
  "node",
@@ -73,6 +74,7 @@ module.exports = {
73
74
  { name: "conda", },
74
75
  { name: "git", },
75
76
  { name: "uv", },
77
+ { name: "py" },
76
78
  ],
77
79
  conda_requirements: [
78
80
  "uv",
@@ -120,6 +122,7 @@ module.exports = {
120
122
  { name: "conda", },
121
123
  { name: "git", },
122
124
  { name: "caddy", },
125
+ { name: "py", },
123
126
  ],
124
127
  conda_requirements: [
125
128
  "git",
@@ -136,6 +139,7 @@ module.exports = {
136
139
  { name: "conda", },
137
140
  { name: "git", },
138
141
  { name: "caddy", },
142
+ { name: "py", },
139
143
  ],
140
144
  conda_requirements: [
141
145
  "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.10.9",
3
+ "version": "3.10.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {