@things-factory/board-service 6.1.8 → 6.1.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/board-service",
3
- "version": "6.1.8",
3
+ "version": "6.1.11",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,15 +24,15 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/auth-base": "^6.1.8",
27
+ "@things-factory/auth-base": "^6.1.11",
28
28
  "@things-factory/env": "^6.1.8",
29
- "@things-factory/font-base": "^6.1.8",
29
+ "@things-factory/font-base": "^6.1.11",
30
30
  "content-disposition": "^0.5.3",
31
31
  "generic-pool": "^3.8.2"
32
32
  },
33
33
  "optionalDependencies": {
34
34
  "@thiagoelg/node-printer": "0.6.2",
35
- "puppeteer": "^19.11.1"
35
+ "puppeteer": "^20.7.3"
36
36
  },
37
- "gitHead": "7e9226de4f60ec179dcba405271b9ea76ac44629"
37
+ "gitHead": "484864c861289750237b70b336dfb09c83ceb65a"
38
38
  }
@@ -22,8 +22,9 @@
22
22
  height: 100%;
23
23
  }
24
24
  </style>
25
- <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
26
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
25
+
26
+ <link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
27
+
27
28
  <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
28
29
 
29
30
  <script src="/node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
@@ -18,6 +18,8 @@
18
18
  height: 100%;
19
19
  }
20
20
  </style>
21
+
22
+ <link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
21
23
  </head>
22
24
  <body>
23
25
  <div id="scene"></div>
@@ -17,6 +17,7 @@
17
17
  }
18
18
  </style>
19
19
  </head>
20
+
20
21
  <body>
21
22
  <div id="scene-container"></div>
22
23