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 +1 -1
- package/package.json +1 -1
package/dist/asherah.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
/// <reference types="ref-napi" />
|
|
3
|
-
export
|
|
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) */
|