@signageos/lib 14.3.0 → 14.4.0-master.2750

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.
Files changed (1) hide show
  1. package/package.json +27 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "14.3.0",
3
+ "version": "14.4.0-master.2750",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "scripts": {
18
18
  "build": "npm run build-es5 && npm run build-es6",
19
- "build-es5": "tsc --target es5 --outDir dist",
20
- "build-es6": "tsc --target es6 --outDir es6",
19
+ "build-es5": "tsc --target es5 --outDir dist && npm run escheck:5",
20
+ "build-es6": "tsc --target es6 --outDir es6 && npm run escheck:6",
21
21
  "lint": "tsc --noEmit -p tsconfig.json && tslint --project tsconfig.json",
22
22
  "lint:prettier": "prettier \"**/*.+(ts|tsx|json|js)\" --check",
23
23
  "lint:prettier:fix": "prettier \"**/*.+(ts|tsx|json|js)\" --write",
@@ -29,8 +29,10 @@
29
29
  "test-rabbit-connection": "NODE_ENV=test mocha --config .mocharc.connections-rabbit.js",
30
30
  "watch": "tsc --watch",
31
31
  "check": "npm run depcheck && tools/check-deps.js",
32
+ "check:forbidden-dependencies": "node tools/check-forbidden-dependencies.js",
32
33
  "depcheck": "depcheck --config .depcheckrc.json",
33
- "check:forbidden-dependencies": "node tools/check-forbidden-dependencies.js"
34
+ "escheck:5": "es-check --module es5 dist/**/*.js",
35
+ "escheck:6": "es-check --module es6 es6/**/*.js"
34
36
  },
35
37
  "author": "Michael Zabka <zabka.michael@gmail.com>",
36
38
  "license": "MIT",
@@ -65,18 +67,24 @@
65
67
  "@faker-js/faker": "8.3.1",
66
68
  "@influxdata/influxdb-client": "1.16.0",
67
69
  "@istanbuljs/nyc-config-typescript": "1.0.2",
68
- "@signageos/codestyle": "0.0.23",
70
+ "@signageos/codestyle": "0.2.1",
71
+ "@svgr/core": "8.1.0",
72
+ "@svgr/plugin-jsx": "8.1.0",
73
+ "@swc/core": "1.3.102",
69
74
  "@types/amqplib": "0.5.13",
70
75
  "@types/async-lock": "1.4.2",
71
76
  "@types/auth0": "3.3.2",
77
+ "@types/css-tree": "2.3.5",
72
78
  "@types/debug": "0.0.29",
73
79
  "@types/express": "4.16.1",
74
- "@types/fs-extra": "4.0.5",
80
+ "@types/fs-extra": "11.0.4",
81
+ "@types/glob": "8.1.0",
75
82
  "@types/http-status": "0.2.30",
76
83
  "@types/lodash": "4.14.158",
77
84
  "@types/mocha": "10.0.6",
78
85
  "@types/node": "12.12.28",
79
86
  "@types/node-fetch": "2.6.4",
87
+ "@types/path-browserify": "1.0.2",
80
88
  "@types/raven": "2.5.1",
81
89
  "@types/redis": "2.8.32",
82
90
  "@types/rsync": "0.4.30",
@@ -91,20 +99,31 @@
91
99
  "@types/webpack": "5.28.1",
92
100
  "@types/ws": "8.5.10",
93
101
  "amqplib": "0.10.3",
102
+ "assert": "2.1.0",
94
103
  "aws-sdk": "2.1472.0",
104
+ "buffer": "6.0.3",
95
105
  "c8": "8.0.1",
106
+ "core-js-compat": "3.35.0",
107
+ "css-tree": "2.3.1",
96
108
  "debug": "4.3.4",
97
109
  "depcheck": "1.4.7",
110
+ "es-check": "7.1.1",
111
+ "esbuild": "0.19.3",
112
+ "fs-extra": "11.2.0",
113
+ "glob": "10.3.10",
114
+ "html5test": "9.0.1",
98
115
  "minio": "7.1.3",
99
116
  "mocha": "10.2.0",
100
117
  "mongodb": "6.2.0",
101
118
  "mongoose": "8.0.0",
102
119
  "npm": "8.19.4",
120
+ "path-browserify": "1.0.1",
103
121
  "pg": "7.12.1",
104
122
  "pg-promise": "10.11.0",
105
123
  "prettier": "2.5.1",
106
124
  "raven": "2.6.4",
107
125
  "redis": "3.1.2",
126
+ "sass": "1.69.7",
108
127
  "should": "11.2.1",
109
128
  "should-sinon": "0.0.6",
110
129
  "sinon": "15.2.0",
@@ -114,7 +133,8 @@
114
133
  "ts-node": "10.9.2",
115
134
  "tslint": "6.1.2",
116
135
  "typescript": "4.9.4",
117
- "verdaccio": "5.26.3",
136
+ "util": "0.12.5",
137
+ "verdaccio": "5.29.0",
118
138
  "verdaccio-auth-memory": "10.2.2",
119
139
  "verdaccio-memory": "10.3.2",
120
140
  "webpack": "5.84.0",