pinokiod 3.112.0 → 3.120.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.
package/kernel/util.js CHANGED
@@ -540,6 +540,10 @@ function push(params) {
540
540
  sound: true|false,
541
541
  }
542
542
  */
543
+ if (params.sound) {
544
+ params.sound = "Funk"
545
+ }
546
+ // Blow, Bottle, Funk, Glass, Morse, Tink.
543
547
  if (params.image && !params.contentImage) {
544
548
  params.contentImage = params.image
545
549
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.112.0",
3
+ "version": "3.120.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file
@@ -8,7 +8,7 @@ class N {
8
8
  //layout: "topRight"
9
9
  }, options)
10
10
  //this.audio = new Audio("/beep.wav")
11
- this.audio = new Audio("/pop.mp3")
11
+ this.audio = new Audio("/chime.mp3")
12
12
  }
13
13
  Noty(options) {
14
14
  const o = {
@@ -283,7 +283,7 @@ document.addEventListener("DOMContentLoaded", async () => {
283
283
  payload.type = packet.data.type
284
284
  }
285
285
  document.querySelector("#status-screen").innerHTML = packet.data.html
286
- let audio = new Audio("/pop.mp3")
286
+ let audio = new Audio("/chime.mp3")
287
287
  audio.play()
288
288
  ModalInput({
289
289
  title: "Notice",