pray-cli 1.7.0 → 1.8.0
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/lockfile/types.d.ts
CHANGED
|
@@ -44,6 +44,6 @@ export interface Lockfile {
|
|
|
44
44
|
managed_span: ManagedSpanRecord[];
|
|
45
45
|
}
|
|
46
46
|
export declare function canonicalLockfile(lockfile: Lockfile): Lockfile;
|
|
47
|
-
export declare const PACKAGE_VERSION = "1.
|
|
48
|
-
export declare const GENERATED_BY = "pray 1.
|
|
47
|
+
export declare const PACKAGE_VERSION = "1.8.0";
|
|
48
|
+
export declare const GENERATED_BY = "pray 1.8.0 (typescript)";
|
|
49
49
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/lockfile/types.js
CHANGED
|
@@ -11,6 +11,6 @@ export function canonicalLockfile(lockfile) {
|
|
|
11
11
|
left.id.localeCompare(right.id)),
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
-
export const PACKAGE_VERSION = "1.
|
|
14
|
+
export const PACKAGE_VERSION = "1.8.0";
|
|
15
15
|
export const GENERATED_BY = `pray ${PACKAGE_VERSION} (typescript)`;
|
|
16
16
|
//# sourceMappingURL=types.js.map
|
package/package.json
CHANGED