@things-factory/board-service 7.0.48 → 7.0.55

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": "7.0.48",
3
+ "version": "7.0.55",
4
4
  "main": "dist-server/index.js",
5
5
  "things-factory": true,
6
6
  "author": "",
@@ -20,14 +20,14 @@
20
20
  "build:server": "npm run clean:server && tsc",
21
21
  "clean:server": "rm -rf dist-server",
22
22
  "clean": "npm run clean:server",
23
- "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
23
+ "migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/auth-base": "^7.0.48",
26
+ "@things-factory/auth-base": "^7.0.55",
27
27
  "@things-factory/env": "^7.0.33",
28
- "@things-factory/fav-base": "^7.0.48",
29
- "@things-factory/font-base": "^7.0.48",
30
- "@things-factory/integration-base": "^7.0.48",
28
+ "@things-factory/fav-base": "^7.0.55",
29
+ "@things-factory/font-base": "^7.0.55",
30
+ "@things-factory/integration-base": "^7.0.55",
31
31
  "@things-factory/operato-license-checker": "^4.0.4",
32
32
  "content-disposition": "^0.5.3",
33
33
  "generic-pool": "^3.8.2"
@@ -36,5 +36,5 @@
36
36
  "@thiagoelg/node-printer": "0.6.2",
37
37
  "puppeteer": "22.12.1"
38
38
  },
39
- "gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
39
+ "gitHead": "20eb64e468407b2044e76d9c7019a837281141ad"
40
40
  }
@@ -61,7 +61,7 @@ function getPdfHtmlTemplate() {
61
61
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
62
62
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
63
63
 
64
- <style>
64
+ <style nonce="<%= nonce %>">
65
65
  body {
66
66
  width: 100vw;
67
67
  height: 100vh;
@@ -8,7 +8,7 @@
8
8
  <link rel="icon" href="/assets/favicon.ico" />
9
9
  <base href="<%= base ? base : '' %>" />
10
10
 
11
- <style>
11
+ <style nonce="<%= nonce %>">
12
12
  html,
13
13
  body {
14
14
  margin: 0;
@@ -8,7 +8,7 @@
8
8
  <link rel="icon" href="/assets/favicon.ico" />
9
9
  <base href="<%= base ? base : '' %>" />
10
10
 
11
- <style>
11
+ <style nonce="<%= nonce %>">
12
12
  html,
13
13
  body {
14
14
  margin: 0;
@@ -8,7 +8,7 @@
8
8
  <link rel="icon" href="/assets/favicon.ico" />
9
9
  <base href="<%= base ? base : '' %>" />
10
10
 
11
- <style>
11
+ <style nonce="<%= nonce %>">
12
12
  html,
13
13
  body {
14
14
  margin: 0;
@@ -7,7 +7,7 @@
7
7
 
8
8
  <link rel="icon" href="/assets/favicon.ico" />
9
9
 
10
- <style>
10
+ <style nonce="<%= nonce %>">
11
11
  html,
12
12
  body {
13
13
  margin: 0;
@@ -1,11 +1,11 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <meta name="google" content="notranslate" />
6
6
  <link rel="icon" href="/assets/favicon.ico" />
7
7
 
8
- <style>
8
+ <style nonce="<%= nonce %>">
9
9
  html,
10
10
  body {
11
11
  margin: 0;