@onylab/common-api 0.1.234 → 1.0.0
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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Common API",
|
|
4
4
|
"main": "dist/common-api.node.min.js",
|
|
5
5
|
"types": "dist/common-api.d.ts",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "1.0.0",
|
|
7
7
|
"author": "Paul M.",
|
|
8
8
|
"license": "NO LICENSE",
|
|
9
9
|
"engines": {
|
|
@@ -24,71 +24,67 @@
|
|
|
24
24
|
"validate": "(npm run compile --silent && npm run lint --silent && npm run test || { exit 1; })"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@sentry/
|
|
28
|
-
"@sentry/node": "
|
|
29
|
-
"@
|
|
30
|
-
"@types/
|
|
31
|
-
"@types/
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"clean-css": "^5.3.1",
|
|
27
|
+
"@sentry/node": "^8.35.0",
|
|
28
|
+
"@sentry/profiling-node": "^8.35.0",
|
|
29
|
+
"@types/clean-css": "^4.2.11",
|
|
30
|
+
"@types/compression": "^1.7.5",
|
|
31
|
+
"@types/html-minifier-terser": "^7.0.2",
|
|
32
|
+
"axios": "^1.7.7",
|
|
33
|
+
"clean-css": "^5.3.3",
|
|
35
34
|
"color-name": "^1.1.4",
|
|
36
35
|
"compression": "^1.7.4",
|
|
37
36
|
"connect-timeout": "^1.9.0",
|
|
38
37
|
"cors": "^2.8.5",
|
|
39
|
-
"emoji-regex": "^10.
|
|
40
|
-
"express": "4.
|
|
41
|
-
"express-session": "1.
|
|
42
|
-
"fast-diff": "^1.
|
|
43
|
-
"helmet": "^
|
|
44
|
-
"html-minifier-terser": "^7.
|
|
38
|
+
"emoji-regex": "^10.4.0",
|
|
39
|
+
"express": "^4.21.1",
|
|
40
|
+
"express-session": "^1.18.1",
|
|
41
|
+
"fast-diff": "^1.3.0",
|
|
42
|
+
"helmet": "^8.0.0",
|
|
43
|
+
"html-minifier-terser": "^7.2.0",
|
|
44
|
+
"iconv-lite": "^0.6.3",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
|
-
"luxon": "^
|
|
46
|
+
"luxon": "^3.5.0",
|
|
47
47
|
"mustache": "^4.2.0",
|
|
48
|
-
"node-mailjet": "^
|
|
49
|
-
"prettyjson": "^1.2.
|
|
48
|
+
"node-mailjet": "^6.0.6",
|
|
49
|
+
"prettyjson": "^1.2.5",
|
|
50
50
|
"retry": "^0.13.1",
|
|
51
|
-
"shopify-api-node": "^3.
|
|
52
|
-
"shopify-token": "^4.0
|
|
53
|
-
"typeorm": "^0.
|
|
54
|
-
"urlencode": "^1.1.0"
|
|
51
|
+
"shopify-api-node": "^3.14.0",
|
|
52
|
+
"shopify-token": "^4.1.0",
|
|
53
|
+
"typeorm": "^0.3.20"
|
|
55
54
|
},
|
|
56
55
|
"devDependencies": {
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@types/
|
|
60
|
-
"@types/
|
|
61
|
-
"@types/
|
|
62
|
-
"@types/
|
|
63
|
-
"@types/express
|
|
64
|
-
"@types/
|
|
65
|
-
"@types/glob": "^
|
|
66
|
-
"@types/lodash": "^4.
|
|
67
|
-
"@types/luxon": "^
|
|
68
|
-
"@types/mocha": "^
|
|
69
|
-
"@types/mustache": "^4.
|
|
70
|
-
"@types/node": "^
|
|
71
|
-
"@types/node-mailjet": "^3.3.
|
|
72
|
-
"@types/prettyjson": "0.0.
|
|
73
|
-
"@types/retry": "^0.12.
|
|
74
|
-
"@types/sinon": "^10.0.
|
|
75
|
-
"@types/
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"typescript": "^4.4.3",
|
|
90
|
-
"webpack": "^5.52.1",
|
|
91
|
-
"webpack-cli": "^4.8.0",
|
|
56
|
+
"@faker-js/faker": "^9.1.0",
|
|
57
|
+
"@pamls/eslint-config": "^0.2.24",
|
|
58
|
+
"@types/chai": "^4.3.20",
|
|
59
|
+
"@types/color-name": "^1.1.5",
|
|
60
|
+
"@types/connect-timeout": "^0.0.39",
|
|
61
|
+
"@types/cors": "^2.8.17",
|
|
62
|
+
"@types/express": "^5.0.0",
|
|
63
|
+
"@types/express-session": "^1.18.0",
|
|
64
|
+
"@types/glob": "^8.1.0",
|
|
65
|
+
"@types/lodash": "^4.17.12",
|
|
66
|
+
"@types/luxon": "^3.4.2",
|
|
67
|
+
"@types/mocha": "^10.0.9",
|
|
68
|
+
"@types/mustache": "^4.2.5",
|
|
69
|
+
"@types/node": "^22.8.2",
|
|
70
|
+
"@types/node-mailjet": "^3.3.12",
|
|
71
|
+
"@types/prettyjson": "^0.0.33",
|
|
72
|
+
"@types/retry": "^0.12.5",
|
|
73
|
+
"@types/sinon": "^10.0.20",
|
|
74
|
+
"@types/webpack-env": "^1.18.5",
|
|
75
|
+
"chai": "^4.5.0",
|
|
76
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
77
|
+
"mocha": "^10.7.3",
|
|
78
|
+
"nock": "^13.5.5",
|
|
79
|
+
"sinon": "^15.2.0",
|
|
80
|
+
"source-map-support": "^0.5.21",
|
|
81
|
+
"ts-loader": "^9.5.1",
|
|
82
|
+
"ts-node": "^10.9.2",
|
|
83
|
+
"tsconfig-paths": "^4.2.0",
|
|
84
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
85
|
+
"typescript": "^5.6.3",
|
|
86
|
+
"webpack": "^5.95.0",
|
|
87
|
+
"webpack-cli": "^5.1.4",
|
|
92
88
|
"webpack-node-externals": "^3.0.0"
|
|
93
89
|
},
|
|
94
90
|
"directories": {
|