@sentio/protos 2.55.2 → 2.55.3-rc.1

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/lib/index.d.ts CHANGED
@@ -3,5 +3,5 @@ export * from './processor/protos/processor.js';
3
3
  export * from './google/protobuf/empty.js';
4
4
  export * from './google/protobuf/timestamp.js';
5
5
  export * from './google/protobuf/struct.js';
6
- export { CoinID, RichStruct, RichValue, RichStructList, RichValue_NullValue, BigInteger } from "./service/common/protos/common.js";
6
+ export { CoinID, RichStruct, RichValue, RichValueList, RichStructList, RichValue_NullValue, BigInteger } from "./service/common/protos/common.js";
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAE5B,cAAc,iCAAiC,CAAA;AAE/C,cAAc,4BAA4B,CAAA;AAE1C,cAAc,gCAAgC,CAAA;AAE9C,cAAc,6BAA6B,CAAA;AAE3C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,mBAAmB,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAE5B,cAAc,iCAAiC,CAAA;AAE/C,cAAc,4BAA4B,CAAA;AAE1C,cAAc,gCAAgC,CAAA;AAE9C,cAAc,6BAA6B,CAAA;AAE3C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,mBAAmB,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA"}
package/lib/index.js CHANGED
@@ -3,5 +3,5 @@ export * from './processor/protos/processor.js';
3
3
  export * from './google/protobuf/empty.js';
4
4
  export * from './google/protobuf/timestamp.js';
5
5
  export * from './google/protobuf/struct.js';
6
- export { CoinID, RichStruct, RichValue, RichStructList, RichValue_NullValue, BigInteger } from "./service/common/protos/common.js";
6
+ export { CoinID, RichStruct, RichValue, RichValueList, RichStructList, RichValue_NullValue, BigInteger } from "./service/common/protos/common.js";
7
7
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAE5B,cAAc,iCAAiC,CAAA;AAE/C,cAAc,4BAA4B,CAAA;AAE1C,cAAc,gCAAgC,CAAA;AAE9C,cAAc,6BAA6B,CAAA;AAE3C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,mBAAmB,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAE5B,cAAc,iCAAiC,CAAA;AAE/C,cAAc,4BAA4B,CAAA;AAE1C,cAAc,gCAAgC,CAAA;AAE9C,cAAc,6BAA6B,CAAA;AAE3C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,mBAAmB,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/protos",
3
- "version": "2.55.2",
3
+ "version": "2.55.3-rc.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
package/src/index.ts CHANGED
@@ -8,4 +8,4 @@ export * from './google/protobuf/timestamp.js'
8
8
 
9
9
  export * from './google/protobuf/struct.js'
10
10
 
11
- export { CoinID, RichStruct, RichValue, RichStructList, RichValue_NullValue, BigInteger } from "./service/common/protos/common.js"
11
+ export { CoinID, RichStruct, RichValue, RichValueList, RichStructList, RichValue_NullValue, BigInteger } from "./service/common/protos/common.js"