asherah 1.2.8 → 1.2.9

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/asherah.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  /// <reference types="ref-napi" />
3
- export declare type AsherahConfig = {
3
+ export type AsherahConfig = {
4
4
  /** The name of this service (Required) */
5
5
  ServiceName: string;
6
6
  /** The name of the product that owns this service (Required) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asherah",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Asherah envelope encryption and key rotation library",
5
5
  "main": "dist/asherah.js",
6
6
  "repository": {