@sa2-movie-ticket/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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +5 -7
package/README.md CHANGED
@@ -113,6 +113,9 @@ If you need to generate code locally:
113
113
  bun run generate
114
114
  ```
115
115
 
116
+ ---
117
+ ---
118
+
116
119
  # Details
117
120
 
118
121
  Shared Protobuf contracts and TypeScript definitions for the Movie Ticket microservices.
package/package.json CHANGED
@@ -1,12 +1,9 @@
1
1
  {
2
2
  "name": "@sa2-movie-ticket/contracts",
3
3
  "description": "Contracts for movie ticket microservices",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "license": "ISC",
6
6
  "type": "commonjs",
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
7
  "main": "dist/index.js",
11
8
  "module": "dist/index.mjs",
12
9
  "scripts": {
@@ -25,10 +22,11 @@
25
22
  "email": "sa2avroo@gmail.com",
26
23
  "url": "https://github.com/sa3akash"
27
24
  },
28
- "repository": {
29
- "type": "git",
30
- "url": "git+https://github.com/sa2-movie-ticket/contracts.git"
25
+ "publishConfig": {
26
+ "registry": "https://npm.pkg.github.com",
27
+ "access": "public"
31
28
  },
29
+ "repository": "sa2-movie-ticket/contracts",
32
30
  "devDependencies": {
33
31
  "@types/bun": "latest",
34
32
  "protoc": "^33.5.0",