@soapjs/soap-auth 0.4.4 → 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.
@@ -1,20 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(npm run *)",
5
- "Bash(npx tsc *)",
6
- "Bash(npm audit *)",
7
- "Bash(npm uninstall *)",
8
- "Bash(npm install *)",
9
- "Bash(echo \"=== SOAP-EXPRESS src ===\" && find /Users/rad/git/soapjs/soap-express/src -type f -name \"*.ts\" | grep -v __tests__ | grep -v \".test.\" | sort && echo \"\" && echo \"=== SOAP-EXPRESS package.json ===\" && cat /Users/rad/git/soapjs/soap-express/package.json)",
10
- "Bash(echo \"=== SOAP src \\(http + common\\) ===\" && find /Users/rad/git/soapjs/soap/src -type f -name \"*.ts\" | grep -v __tests__ | grep -v \".test.\" | grep -E \"\\(http|common|config\\)\" | sort)",
11
- "Bash(cat /Users/rad/git/soapjs/soap/package.json | grep '\"version\"' | head -1)",
12
- "Bash(grep -rln \"AuthStrategy\\\\|\\\\.configure\\(\\\\|\\\\.middleware\\(\\\\|serializeUser\\\\|AuthConfig\\\\b\" src --include=\"*.test.ts\")",
13
- "Bash(grep -rln \"AuthStrategy\\\\|AuthConfig\" src/**/__tests__)",
14
- "Bash(npm pack *)",
15
- "Read(//Users/rad/git/soapjs/**)",
16
- "Bash(npm view *)",
17
- "Bash(grep -v \"^$\")"
18
- ]
19
- }
20
- }
@@ -1,10 +0,0 @@
1
- {
2
- "preset": "ts-jest",
3
- "testEnvironment": "node",
4
- "clearMocks": true,
5
- "collectCoverage": true,
6
- "coverageDirectory": "coverage",
7
- "coverageProvider": "v8",
8
- "testMatch": ["**/__tests__/**/*.test.ts"],
9
- "testTimeout": 10000
10
- }