@singi-labs/sifa-sdk 0.12.17 → 0.12.18
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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3519,6 +3519,7 @@ var GENERIC_TEXT_ORDER = [
|
|
|
3519
3519
|
"name",
|
|
3520
3520
|
"description",
|
|
3521
3521
|
"content",
|
|
3522
|
+
"excerpt",
|
|
3522
3523
|
"body",
|
|
3523
3524
|
"message",
|
|
3524
3525
|
"note",
|
|
@@ -4565,7 +4566,7 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
|
|
|
4565
4566
|
});
|
|
4566
4567
|
|
|
4567
4568
|
// src/index.ts
|
|
4568
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
4569
|
+
var SIFA_SDK_VERSION = "0.12.18";
|
|
4569
4570
|
|
|
4570
4571
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
4571
4572
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|