@tabcinema/contracts 1.0.3 → 1.0.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/gen/auth.ts +0 -0
- package/package.json +9 -2
- package/proto/auth.proto +0 -0
- package/proto/auth.theory.txt +0 -0
package/gen/auth.ts
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabcinema/contracts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Protobuf definitions and generated TypeScript types",
|
|
5
|
+
"main": "./dist/index.json",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
5
7
|
"scripts": {
|
|
6
|
-
"generate": "protoc -I ./proto/ ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit"
|
|
8
|
+
"generate": "protoc -I ./proto/ ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit",
|
|
9
|
+
"build": "tsc -p tsconfig.build.json"
|
|
7
10
|
},
|
|
8
11
|
"files": [
|
|
9
12
|
"proto",
|
|
@@ -16,5 +19,9 @@
|
|
|
16
19
|
"@nestjs/microservices": "^11.1.11",
|
|
17
20
|
"rxjs": "^7.8.2",
|
|
18
21
|
"ts-proto": "^2.10.1"
|
|
22
|
+
},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@types/node": "^25.0.5",
|
|
25
|
+
"typescript": "^5.9.3"
|
|
19
26
|
}
|
|
20
27
|
}
|
package/proto/auth.proto
CHANGED
|
File without changes
|
package/proto/auth.theory.txt
CHANGED
|
File without changes
|