@sudoplatform/sudo-user 15.1.1 → 15.1.2

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.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudoplatform/sudo-user",
3
- "version": "15.1.1",
3
+ "version": "15.1.2",
4
4
  "author": "Anonyome Labs, Inc.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,11 +13,12 @@
13
13
  "lint:eslint": "eslint \"{bin,test,src}/**/*.{ts,tsx}\"",
14
14
  "lint:prettier": "prettier -l \"{bin,test,src}/**/*.{js,json,jsx,ts,tsx}\"",
15
15
  "codegen": "graphql-codegen -c codegen.yml",
16
- "verify": "yarn audit-with-suppressions && yarn lint",
16
+ "verify": "./node_modules/.bin/audit-with-suppressions && yarn lint",
17
17
  "unit-test": "yarn jest test/unit --verbose --coverage",
18
18
  "integration-test": "/bin/bash -c 'jest test/integration'",
19
19
  "test": "yarn unit-test",
20
20
  "build": "yarn codegen && yarn verify && yarn build:transpile && yarn build:docs",
21
+ "build:report-dependencies": "report-dependencies",
21
22
  "build:transpile": "concurrently \"yarn build:transpile:declarations\" \"yarn build:transpile:cjs\" \"yarn build:transpile:esm\"",
22
23
  "build:transpile:cjs": "tsc --project tsconfig.commonjs.json",
23
24
  "build:transpile:esm": "tsc",
@@ -47,7 +48,7 @@
47
48
  "dependencies": {
48
49
  "@aws-sdk/client-cognito-identity-provider": "<3.633.0",
49
50
  "@graphql-typed-document-node/core": "^3.2.0",
50
- "@sudoplatform/sudo-web-crypto-provider": "^10.0.0",
51
+ "@sudoplatform/sudo-web-crypto-provider": "^11.0.1",
51
52
  "amazon-cognito-auth-js": "^1.3.3",
52
53
  "apollo-cache-inmemory": "^1.6.6",
53
54
  "aws-appsync": "^4.1.10",
@@ -107,5 +108,6 @@
107
108
  },
108
109
  "engines": {
109
110
  "node": ">=20"
110
- }
111
- }
111
+ },
112
+ "packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"
113
+ }