@ocenkamobi/om-oidc-client-cjs 0.1.0 → 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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocenkamobi/om-oidc-client-cjs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Клиент сервисных аккаунтов auth.ocenka.mobi с кэшем токенов — CommonJS для Node 12",
|
|
5
5
|
"homepage": "https://gitlab.com/om-misc/om-oidc-client-cjs#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -44,10 +44,6 @@
|
|
|
44
44
|
"got.js",
|
|
45
45
|
"got.d.ts"
|
|
46
46
|
],
|
|
47
|
-
"scripts": {
|
|
48
|
-
"test": "vitest run",
|
|
49
|
-
"test:node12": "docker run --rm -v \"$PWD\":/app -w /app node:12-alpine node test/node12.js"
|
|
50
|
-
},
|
|
51
47
|
"peerDependencies": {
|
|
52
48
|
"axios": ">=0.21",
|
|
53
49
|
"got": "11"
|
|
@@ -60,10 +56,13 @@
|
|
|
60
56
|
"optional": true
|
|
61
57
|
}
|
|
62
58
|
},
|
|
63
|
-
"packageManager": "pnpm@11.11.0",
|
|
64
59
|
"devDependencies": {
|
|
65
60
|
"axios": "^1.20.0",
|
|
66
61
|
"got": "^11.8.6",
|
|
67
62
|
"vitest": "^4.1.11"
|
|
63
|
+
},
|
|
64
|
+
"scripts": {
|
|
65
|
+
"test": "vitest run",
|
|
66
|
+
"test:node12": "docker run --rm -v \"$PWD\":/app -w /app node:12-alpine node test/node12.js"
|
|
68
67
|
}
|
|
69
|
-
}
|
|
68
|
+
}
|