@supraio/client-daemon-js 0.0.0-mznacl.258 → 0.0.0-mznacl.266

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/go/go.d.ts CHANGED
@@ -16,7 +16,6 @@ declare global {
16
16
  fs: typeof nodeFs;
17
17
  module: any;
18
18
  Go: new () => Go;
19
- NaClDecoder: new () => NaClDecoder;
20
19
  }
21
20
  }
22
21
  export declare function getGoEnv(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supraio/client-daemon-js",
3
- "version": "0.0.0-mznacl.258",
3
+ "version": "0.0.0-mznacl.266",
4
4
  "description": "",
5
5
  "main": "sdk.js",
6
6
  "scripts": {
@@ -13,6 +13,7 @@
13
13
  "lint": "eslint \"**/*.ts\""
14
14
  },
15
15
  "devDependencies": {
16
+ "@signageos/nacl-decoder": "^0.0.1",
16
17
  "@types/dropboxjs": "0.0.29",
17
18
  "@types/filesystem": "0.0.29",
18
19
  "@types/node": "14.14.34",
package/screen/plain.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { IScreenOptions } from "./options";
2
+ import { NaClDecoder } from '@signageos/nacl-decoder';
2
3
  declare global {
3
4
  interface Window {
4
5
  /** Make it global accessible for x264/nacldecoder/nacldecoder.go */
package/screen.html CHANGED
@@ -5,7 +5,6 @@
5
5
  <link rel="stylesheet" href="screen.css"></link>
6
6
  </head>
7
7
  <body>
8
- <script type="text/javascript" src="nacl-decoder.js"></script>
9
- <script type="text/javascript" src="screen.js?v=0.0.0-mznacl.258"></script>
8
+ <script type="text/javascript" src="screen.js?v=0.0.0-mznacl.266"></script>
10
9
  </body>
11
10
  </html>