@t-0/provider-starter-ts 0.4.9 → 0.4.10
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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@t-0/provider-sdk": "1.0.
|
|
12
|
+
"@t-0/provider-sdk": "^1.0.50",
|
|
13
13
|
"dotenv": "^16.3.1",
|
|
14
14
|
"tiny-invariant": "^1.3.3"
|
|
15
15
|
},
|
|
@@ -23,15 +23,13 @@
|
|
|
23
23
|
"version": "2.10.0",
|
|
24
24
|
"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.10.0.tgz",
|
|
25
25
|
"integrity": "sha512-fdRs9PSrBF7QUntpZpq6BTw58fhgGJojgg39m9oFOJGZT+nip9b0so5cYY1oWl5pvemDLr0cPPsH46vwThEbpQ==",
|
|
26
|
-
"license": "(Apache-2.0 AND BSD-3-Clause)"
|
|
27
|
-
"peer": true
|
|
26
|
+
"license": "(Apache-2.0 AND BSD-3-Clause)"
|
|
28
27
|
},
|
|
29
28
|
"node_modules/@connectrpc/connect": {
|
|
30
29
|
"version": "2.1.0",
|
|
31
30
|
"resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.1.0.tgz",
|
|
32
31
|
"integrity": "sha512-xhiwnYlJNHzmFsRw+iSPIwXR/xweTvTw8x5HiwWp10sbVtd4OpOXbRgE7V58xs1EC17fzusF1f5uOAy24OkBuA==",
|
|
33
32
|
"license": "Apache-2.0",
|
|
34
|
-
"peer": true,
|
|
35
33
|
"peerDependencies": {
|
|
36
34
|
"@bufbuild/protobuf": "^2.7.0"
|
|
37
35
|
}
|
|
@@ -122,9 +120,9 @@
|
|
|
122
120
|
}
|
|
123
121
|
},
|
|
124
122
|
"node_modules/@t-0/provider-sdk": {
|
|
125
|
-
"version": "1.0.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@t-0/provider-sdk/-/provider-sdk-1.0.
|
|
127
|
-
"integrity": "sha512-
|
|
123
|
+
"version": "1.0.50",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@t-0/provider-sdk/-/provider-sdk-1.0.50.tgz",
|
|
125
|
+
"integrity": "sha512-8Lb2mqGBB9aOOpocbXNql6dWBCl7iuqSU/o49E1qXtvuzUwzer3hu5QqKg6YBAegH/RU5VjbzNwQHz1Pu2svlg==",
|
|
128
126
|
"dependencies": {
|
|
129
127
|
"@bufbuild/protobuf": "^2.10.0",
|
|
130
128
|
"@connectrpc/connect": "^2.1.0",
|
|
@@ -168,7 +166,6 @@
|
|
|
168
166
|
"integrity": "sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==",
|
|
169
167
|
"dev": true,
|
|
170
168
|
"license": "MIT",
|
|
171
|
-
"peer": true,
|
|
172
169
|
"dependencies": {
|
|
173
170
|
"undici-types": "~6.21.0"
|
|
174
171
|
}
|
|
@@ -298,7 +295,6 @@
|
|
|
298
295
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
299
296
|
"dev": true,
|
|
300
297
|
"license": "Apache-2.0",
|
|
301
|
-
"peer": true,
|
|
302
298
|
"bin": {
|
|
303
299
|
"tsc": "bin/tsc",
|
|
304
300
|
"tsserver": "bin/tsserver"
|