@sudoplatform/sudo-user 15.1.3 → 15.1.4

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 CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@sudoplatform/sudo-user",
3
- "version": "15.1.3",
3
+ "version": "15.1.4",
4
4
  "author": "Anonyome Labs, Inc.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/sudoplatform/sudo-user-js.git"
7
+ "url": "git+https://github.com/sudoplatform/sudo-user-js.git"
8
8
  },
9
9
  "license": "Apache-2.0",
10
10
  "scripts": {
@@ -13,12 +13,13 @@
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": "./node_modules/.bin/audit-with-suppressions && yarn lint",
16
+ "verify": "true",
17
17
  "unit-test": "yarn jest test/unit --verbose --coverage",
18
18
  "integration-test": "/bin/bash -c 'jest test/integration'",
19
+ "smoketest": "yarn unit-test && yarn integration-test",
19
20
  "test": "yarn unit-test",
20
21
  "build": "yarn codegen && yarn verify && yarn build:transpile && yarn build:docs",
21
- "build:report-dependencies": "report-dependencies",
22
+ "build:report-dependencies": "true",
22
23
  "build:transpile": "concurrently \"yarn build:transpile:declarations\" \"yarn build:transpile:cjs\" \"yarn build:transpile:esm\"",
23
24
  "build:transpile:cjs": "tsc --project tsconfig.commonjs.json",
24
25
  "build:transpile:esm": "tsc",
@@ -110,4 +111,4 @@
110
111
  "node": ">=20"
111
112
  },
112
113
  "packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"
113
- }
114
+ }