@sudoplatform/sudo-notification 1.0.0 → 1.0.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.
- package/package.json +28 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudoplatform/sudo-notification",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"author": "Anonyome Labs, Inc.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,12 +8,13 @@
|
|
|
8
8
|
},
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"scripts": {
|
|
11
|
+
"audit": "./node_modules/.bin/audit-with-suppressions",
|
|
11
12
|
"prepare": "husky",
|
|
12
13
|
"lint": "yarn lint:eslint && yarn lint:prettier",
|
|
13
14
|
"lint:eslint": "eslint \"{bin,test,src}/**/*.{js,ts,tsx}\"",
|
|
14
15
|
"lint:prettier": "prettier -l \"{bin,test,src}/**/*.{js,json,jsx,ts,tsx}\"",
|
|
15
16
|
"codegen": "graphql-codegen -c codegen.yml",
|
|
16
|
-
"verify": "yarn audit
|
|
17
|
+
"verify": "yarn audit && yarn lint && yarn unit-test",
|
|
17
18
|
"unit-test": "jest --coverage test/unit",
|
|
18
19
|
"integration-test": "jest test/integration",
|
|
19
20
|
"clean": "rm -rf esm lib docs",
|
|
@@ -46,44 +47,40 @@
|
|
|
46
47
|
"@sudoplatform/sudo-user": "^15.1.1"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"fp-ts": "^2.16.
|
|
50
|
-
"graphql": "^15.
|
|
51
|
-
"io-ts": "^2.2.
|
|
50
|
+
"fp-ts": "^2.16.10",
|
|
51
|
+
"graphql": "^15.10.1",
|
|
52
|
+
"io-ts": "^2.2.22",
|
|
52
53
|
"monocle-ts": "^2.3.13",
|
|
53
54
|
"newtype-ts": "^0.3.5",
|
|
54
|
-
"tslib": "^2.
|
|
55
|
-
},
|
|
56
|
-
"resolutions": {
|
|
57
|
-
"**/apollo-link": "^1.2.14",
|
|
58
|
-
"**/apollo-cache-inmemory": "^1.6.6"
|
|
55
|
+
"tslib": "^2.8.1"
|
|
59
56
|
},
|
|
60
57
|
"devDependencies": {
|
|
61
|
-
"@eslint/compat": "^1.2.
|
|
62
|
-
"@eslint/eslintrc": "^3.3.
|
|
63
|
-
"@eslint/js": "^9.
|
|
58
|
+
"@eslint/compat": "^1.2.9",
|
|
59
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
60
|
+
"@eslint/js": "^9.27.0",
|
|
64
61
|
"@graphql-codegen/add": "^5.0.3",
|
|
65
|
-
"@graphql-codegen/cli": "^5.0.
|
|
66
|
-
"@graphql-codegen/typed-document-node": "^5.1.
|
|
67
|
-
"@graphql-codegen/typescript": "^4.
|
|
68
|
-
"@graphql-codegen/typescript-operations": "^4.
|
|
62
|
+
"@graphql-codegen/cli": "^5.0.6",
|
|
63
|
+
"@graphql-codegen/typed-document-node": "^5.1.1",
|
|
64
|
+
"@graphql-codegen/typescript": "^4.1.6",
|
|
65
|
+
"@graphql-codegen/typescript-operations": "^4.6.1",
|
|
69
66
|
"@graphql-typed-document-node/apollo-client-2": "^1.0.0",
|
|
70
67
|
"@sudoplatform/sudo-api-client": "^15.0.0",
|
|
71
|
-
"@sudoplatform/sudo-common": "^10.0.
|
|
68
|
+
"@sudoplatform/sudo-common": "^10.0.5",
|
|
72
69
|
"@sudoplatform/sudo-user": "^15.1.1",
|
|
73
70
|
"@types/jest": "^29.5.14",
|
|
74
|
-
"@types/lodash": "^4.17.
|
|
75
|
-
"@types/node": "^20.17.
|
|
71
|
+
"@types/lodash": "^4.17.17",
|
|
72
|
+
"@types/node": "^20.17.50",
|
|
76
73
|
"@types/uuid": "^10.0.0",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
78
|
-
"@typescript-eslint/parser": "^8.
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
75
|
+
"@typescript-eslint/parser": "^8.32.1",
|
|
79
76
|
"apollo-client": "^2.6.10",
|
|
80
77
|
"aws-appsync": "^4.1.10",
|
|
81
78
|
"concurrently": "^9.1.2",
|
|
82
|
-
"eslint": "^9.
|
|
83
|
-
"eslint-config-prettier": "^10.1.
|
|
84
|
-
"eslint-plugin-import": "^2.
|
|
79
|
+
"eslint": "^9.27.0",
|
|
80
|
+
"eslint-config-prettier": "^10.1.5",
|
|
81
|
+
"eslint-plugin-import": "^2.31.0",
|
|
85
82
|
"eslint-plugin-jest": "^28.11.0",
|
|
86
|
-
"eslint-plugin-prettier": "^5.
|
|
83
|
+
"eslint-plugin-prettier": "^5.4.0",
|
|
87
84
|
"eslint-plugin-tree-shaking": "^1.12.2",
|
|
88
85
|
"husky": "^9.1.7",
|
|
89
86
|
"isomorphic-fetch": "^3.0.0",
|
|
@@ -92,16 +89,16 @@
|
|
|
92
89
|
"lodash": "^4.17.21",
|
|
93
90
|
"prettier": "^3.5.3",
|
|
94
91
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
95
|
-
"ts-jest": "^29.
|
|
92
|
+
"ts-jest": "^29.3.4",
|
|
96
93
|
"ts-mockito": "^2.6.1",
|
|
97
94
|
"ts-node": "^10.9.2",
|
|
98
|
-
"typedoc": "^0.28.
|
|
99
|
-
"typescript": "^5.8.
|
|
95
|
+
"typedoc": "^0.28.4",
|
|
96
|
+
"typescript": "^5.8.3",
|
|
100
97
|
"uuid": "^11.1.0",
|
|
101
98
|
"wait-for-expect": "^3.0.2"
|
|
102
99
|
},
|
|
103
100
|
"engines": {
|
|
104
101
|
"node": ">=20"
|
|
105
102
|
},
|
|
106
|
-
"packageManager": "yarn@
|
|
107
|
-
}
|
|
103
|
+
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
|
|
104
|
+
}
|