pinokiod 3.135.0 → 3.136.0

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.
@@ -231,7 +231,7 @@ report_errors: false`)
231
231
  if (pinned_exists) {
232
232
  //await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), `conda=24.11.1`)
233
233
  //await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), `conda ==24.11.3`)
234
- await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), "sqlite ==3.47.2")
234
+ await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), "conda ==25.5.1\nsqlite ==3.47.2")
235
235
  //await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), "")
236
236
  //sqlite ==3.47.2`)
237
237
  // await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), `conda=24.9.0`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.135.0",
3
+ "version": "3.136.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2097,7 +2097,7 @@ body.dark header .home {
2097
2097
  }
2098
2098
  header .home {
2099
2099
  color: var(--light-color);
2100
- padding: 10px;
2100
+ padding: 5px 10px;
2101
2101
  cursor: pointer !important;
2102
2102
  }
2103
2103
  /*