session-sync-auth-site 4.0.5 → 4.0.6
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 +3 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "session-sync-auth-site",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -14,9 +14,6 @@
|
|
|
14
14
|
"url": "https://github.com/educational-resources-and-services/session-sync-auth-site/issues"
|
|
15
15
|
},
|
|
16
16
|
"homepage": "https://github.com/educational-resources-and-services/session-sync-auth-site#readme",
|
|
17
|
-
"engines": {
|
|
18
|
-
"node": ">=20"
|
|
19
|
-
},
|
|
20
17
|
"scripts": {
|
|
21
18
|
"dev": "npm run go-dev -s",
|
|
22
19
|
"go-dev": "concurrently -k 'node ./test/dummySite.js 3001' 'node ./test/dummySite.js 3002 dummy1' 'node ./test/dummySite.js 3003 dummy2'",
|
|
@@ -37,17 +34,12 @@
|
|
|
37
34
|
"go-update-major": "echo '-------------------------------------------\nUpdate version (MAJOR) and deploy to npm...\n-------------------------------------------\n' && npm run confirm && npm i && npm version major && npm run publish-to-npm",
|
|
38
35
|
"publish-to-npm": "npm publish --access public && echo '\nSUCCESS!\n'"
|
|
39
36
|
},
|
|
40
|
-
"peerDependencies": {
|
|
41
|
-
"express": ">= 4"
|
|
42
|
-
},
|
|
43
37
|
"devDependencies": {
|
|
44
38
|
"body-parser": "^1.19.0",
|
|
45
39
|
"concurrently": "^6.0.2",
|
|
46
|
-
"cors": "^2.8.5",
|
|
47
|
-
"express": "^4.17.1"
|
|
48
|
-
},
|
|
49
|
-
"dependencies": {
|
|
50
40
|
"connection-string": "^4.3.2",
|
|
41
|
+
"cors": "^2.8.5",
|
|
42
|
+
"express": "^4.17.1",
|
|
51
43
|
"jsonwebtoken": "^8.5.1",
|
|
52
44
|
"mysql2": "^3.16.0"
|
|
53
45
|
}
|