@fintekkers/ledger-models 0.0.100 → 0.0.102

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fintekkers/ledger-models",
3
3
  "todo" : "Replace the version with build script version number",
4
- "version": "0.0.100",
4
+ "version": "0.0.102",
5
5
  "description": "ledger model protos ",
6
6
  "author": "Sam Sheridan",
7
7
  "license": "ISC",
@@ -15,7 +15,7 @@
15
15
  "google-protobuf": "^3.21.2",
16
16
  "grpc-web": "^1.4.2"
17
17
  },
18
-
18
+ "publishConfigNotes": "This package.json does not have a publish config defining the registry because we currently publish to both Github packages & npmjs, so the registry is in the ../.github/workflows/publish.yml files at runtime",
19
19
  "scripts": {
20
20
  "test": "jest",
21
21
  "start": "node index.js"