kaafil-js 0.3.0 → 0.3.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.
- package/dist/client-entry.cjs +1 -0
- package/dist/client-entry.cjs.map +1 -1
- package/dist/client-entry.d.cts +2 -2
- package/dist/client-entry.d.ts +2 -2
- package/dist/client-entry.js +1 -1
- package/dist/client-entry.js.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/{vocabulary-uZXjYsxn.d.cts → vocabulary-DFjpj3M4.d.cts} +28 -1
- package/dist/{vocabulary-uZXjYsxn.d.ts → vocabulary-DFjpj3M4.d.ts} +28 -1
- package/package.json +1 -1
package/dist/client-entry.cjs
CHANGED
|
@@ -7650,6 +7650,7 @@ exports.isRoomingHeuristicKey = isRoomingHeuristicKey;
|
|
|
7650
7650
|
exports.isShareBatchPushAvailable = isShareBatchPushAvailable;
|
|
7651
7651
|
exports.isTombstone = isTombstone;
|
|
7652
7652
|
exports.mergeDeltaRows = mergeDeltaRows;
|
|
7653
|
+
exports.normalizeDateTimeInput = normalizeDateTimeInput;
|
|
7653
7654
|
exports.parseRoomingTone = parseRoomingTone;
|
|
7654
7655
|
exports.readCurrentVersion = readCurrentVersion;
|
|
7655
7656
|
exports.reconcileConflict = reconcileConflict;
|