@ibgib/ts-gib 0.5.12 → 0.5.13
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/dist/V1/types.d.mts +1 -1
- package/package.json +1 -1
- package/src/V1/types.mts +1 -1
package/dist/V1/types.d.mts
CHANGED
|
@@ -43,7 +43,7 @@ export declare type IbGibData_V1 = {
|
|
|
43
43
|
/**
|
|
44
44
|
* the ms component of {@link timestamp}
|
|
45
45
|
*/
|
|
46
|
-
timestampMs?:
|
|
46
|
+
timestampMs?: number;
|
|
47
47
|
/**
|
|
48
48
|
* if given, this is the unique identification for the ibgib. note that
|
|
49
49
|
* there is often a good use case for this when linking multiple ibgibs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibgib/ts-gib",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.13",
|
|
4
4
|
"description": "ibgib library with low-level graphing-related substrate functionality, e.g. creating raw ibgibs and transformations. node19+ needed for heavily-used webcrypto hashing isomorphically consumed in node and browsers (apps).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://gitlab.com/ibgib/ts-gib",
|
package/src/V1/types.mts
CHANGED
|
@@ -46,7 +46,7 @@ export declare type IbGibData_V1 = {
|
|
|
46
46
|
/**
|
|
47
47
|
* the ms component of {@link timestamp}
|
|
48
48
|
*/
|
|
49
|
-
timestampMs?:
|
|
49
|
+
timestampMs?: number;
|
|
50
50
|
/**
|
|
51
51
|
* if given, this is the unique identification for the ibgib. note that
|
|
52
52
|
* there is often a good use case for this when linking multiple ibgibs
|