@juniyadi/cognito 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juniyadi/cognito",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {
@@ -38,15 +38,13 @@
38
38
  "typedoc": "^0.24.8",
39
39
  "typescript": "^5.1.6",
40
40
  "@juniyadi/config-typedoc": "0.0.0",
41
+ "@juniyadi/random-string": "0.1.0",
41
42
  "@juniyadi/tsconfig": "0.0.0",
42
43
  "eslint-config-juniyadi": "0.0.1"
43
44
  },
44
45
  "publishConfig": {
45
46
  "access": "public"
46
47
  },
47
- "dependencies": {
48
- "@juniyadi/random-string": "0.1.0"
49
- },
50
48
  "peerDependencies": {
51
49
  "@aws-sdk/client-cognito-identity": "^3.388.0",
52
50
  "@aws-sdk/client-cognito-identity-provider": "^3.388.0",