cesr-ts 0.9.0 → 0.9.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.
@@ -6,9 +6,9 @@
6
6
  * `src/version.ts` files by hand; edit this template instead.
7
7
  */
8
8
  /** Package semantic version copied from the owning package manifest. */
9
- export const PACKAGE_VERSION = "0.9.0";
9
+ export const PACKAGE_VERSION = "0.9.1";
10
10
  /** Optional build metadata stamp injected by release/CI workflows. */
11
- export const BUILD_METADATA = "build.9.a6b6e2ba5a202ef9b6cd9eaeb62fabdb904cc8f3";
11
+ export const BUILD_METADATA = "build.12.8e87c5ce81dece1fb6ce6abbe904707a36a6b012";
12
12
  /** User-facing version string with build metadata appended when present. */
13
13
  export const DISPLAY_VERSION = BUILD_METADATA
14
14
  ? `${PACKAGE_VERSION}+${BUILD_METADATA}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cesr-ts",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "CESR parser, primitives, and annotation tooling for TypeScript/JavaScript",
5
5
  "homepage": "https://github.com/kentbull/keri-ts/tree/main/packages/cesr",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "@noble/hashes": "1.8.0",
46
46
  "cbor-x": "^1.6.0",
47
47
  "effection": "^3.6.0",
48
- "libsodium-wrappers": "^0.8.2"
48
+ "libsodium-wrappers": "0.8.4"
49
49
  },
50
50
  "_generatedBy": "dnt@dev"
51
51
  }
@@ -6,9 +6,9 @@
6
6
  * `src/version.ts` files by hand; edit this template instead.
7
7
  */
8
8
  /** Package semantic version copied from the owning package manifest. */
9
- export declare const PACKAGE_VERSION = "0.9.0";
9
+ export declare const PACKAGE_VERSION = "0.9.1";
10
10
  /** Optional build metadata stamp injected by release/CI workflows. */
11
- export declare const BUILD_METADATA = "build.9.a6b6e2ba5a202ef9b6cd9eaeb62fabdb904cc8f3";
11
+ export declare const BUILD_METADATA = "build.12.8e87c5ce81dece1fb6ce6abbe904707a36a6b012";
12
12
  /** User-facing version string with build metadata appended when present. */
13
13
  export declare const DISPLAY_VERSION: string;
14
14
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/src/version.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,wEAAwE;AACxE,eAAO,MAAM,eAAe,UAAU,CAAC;AACvC,sEAAsE;AACtE,eAAO,MAAM,cAAc,qDAAqD,CAAC;AACjF,4EAA4E;AAC5E,eAAO,MAAM,eAAe,QAET,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/src/version.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,wEAAwE;AACxE,eAAO,MAAM,eAAe,UAAU,CAAC;AACvC,sEAAsE;AACtE,eAAO,MAAM,cAAc,sDAAsD,CAAC;AAClF,4EAA4E;AAC5E,eAAO,MAAM,eAAe,QAET,CAAC"}