@ibgib/core-gib 0.1.1 → 0.1.2

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.
@@ -7,5 +7,5 @@ export declare const DEFAULT_COMMENT_TEXT_IB_SUBSTRING_LENGTH = 20;
7
7
  *
8
8
  * @example "comment thisisacomm here_is_addl_metadata"
9
9
  */
10
- export declare const DEFAULT_COMMENT_METADATA_IB_SUBSTRING_LENGTH = 64;
10
+ export declare const DEFAULT_COMMENT_METADATA_IB_SUBSTRING_LENGTH = 128;
11
11
  //# sourceMappingURL=comment-constants.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"comment-constants.d.mts","sourceRoot":"","sources":["../../../src/common/comment/comment-constants.mts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,wCAAwC,KAAK,CAAC;AAC3D;;;;GAIG;AACH,eAAO,MAAM,4CAA4C,KAAK,CAAC"}
1
+ {"version":3,"file":"comment-constants.d.mts","sourceRoot":"","sources":["../../../src/common/comment/comment-constants.mts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,wCAAwC,KAAK,CAAC;AAC3D;;;;GAIG;AACH,eAAO,MAAM,4CAA4C,MAAM,CAAC"}
@@ -7,5 +7,5 @@ export const DEFAULT_COMMENT_TEXT_IB_SUBSTRING_LENGTH = 20;
7
7
  *
8
8
  * @example "comment thisisacomm here_is_addl_metadata"
9
9
  */
10
- export const DEFAULT_COMMENT_METADATA_IB_SUBSTRING_LENGTH = 64;
10
+ export const DEFAULT_COMMENT_METADATA_IB_SUBSTRING_LENGTH = 128;
11
11
  //# sourceMappingURL=comment-constants.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"comment-constants.mjs","sourceRoot":"","sources":["../../../src/common/comment/comment-constants.mts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,EAAE,CAAC;AAC3D;;;;GAIG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"comment-constants.mjs","sourceRoot":"","sources":["../../../src/common/comment/comment-constants.mts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,EAAE,CAAC;AAC3D;;;;GAIG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAG,GAAG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibgib/core-gib",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "ibgib core functionality, including base architecture for witnesses, spaces, apps, robbots, etc., as well as shared utility functions. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.",
5
5
  "funding": {
6
6
  "type": "individual",
@@ -7,4 +7,4 @@ export const DEFAULT_COMMENT_TEXT_IB_SUBSTRING_LENGTH = 20;
7
7
  *
8
8
  * @example "comment thisisacomm here_is_addl_metadata"
9
9
  */
10
- export const DEFAULT_COMMENT_METADATA_IB_SUBSTRING_LENGTH = 64;
10
+ export const DEFAULT_COMMENT_METADATA_IB_SUBSTRING_LENGTH = 128;