@bitwarden/sdk-internal 0.2.0-main.141 → 0.2.0-main.142
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/VERSION +1 -1
- package/bitwarden_wasm_internal.d.ts +4 -4
- package/bitwarden_wasm_internal_bg.js +2 -2
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +4 -4
- package/node/bitwarden_wasm_internal.js +2 -2
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1972351dae1cd4bdc15e498f5a662d04d0de9cec
|
|
@@ -669,13 +669,13 @@ export interface SshKey {
|
|
|
669
669
|
}
|
|
670
670
|
|
|
671
671
|
export interface LocalDataView {
|
|
672
|
-
lastUsedDate:
|
|
673
|
-
lastLaunched:
|
|
672
|
+
lastUsedDate: DateTime<Utc> | undefined;
|
|
673
|
+
lastLaunched: DateTime<Utc> | undefined;
|
|
674
674
|
}
|
|
675
675
|
|
|
676
676
|
export interface LocalData {
|
|
677
|
-
lastUsedDate:
|
|
678
|
-
lastLaunched:
|
|
677
|
+
lastUsedDate: DateTime<Utc> | undefined;
|
|
678
|
+
lastLaunched: DateTime<Utc> | undefined;
|
|
679
679
|
}
|
|
680
680
|
|
|
681
681
|
export interface IdentityView {
|
|
@@ -2496,8 +2496,8 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
2496
2496
|
return ret;
|
|
2497
2497
|
}
|
|
2498
2498
|
|
|
2499
|
-
export function
|
|
2500
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2499
|
+
export function __wbindgen_closure_wrapper2561(arg0, arg1, arg2) {
|
|
2500
|
+
const ret = makeMutClosure(arg0, arg1, 633, __wbg_adapter_50);
|
|
2501
2501
|
return addHeapObject(ret);
|
|
2502
2502
|
}
|
|
2503
2503
|
|
|
Binary file
|