@fy-/fws-vue 2.3.61 → 2.3.62

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.
@@ -144,7 +144,7 @@ params?: RestParams,
144
144
  )
145
145
  h['X-Timestamp'] = timestamp.toString()
146
146
  h['X-Signature'] = btoa(String.fromCharCode(...new Uint8Array(signature)))
147
- console.debug('Using secret for request signature:', `${method}${url}${timestamp}${secret}`)
147
+ console.log('Using secret for request signature:', `${method}${url}${timestamp}${secret}`)
148
148
  }
149
149
 
150
150
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.3.61",
3
+ "version": "2.3.62",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",