@singi-labs/sifa-sdk 0.12.71 → 0.12.72
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 +6 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1659,6 +1659,11 @@ var activity_tiers_default = {
|
|
|
1659
1659
|
app: "streamplace",
|
|
1660
1660
|
notes: "Stream configuration metadata."
|
|
1661
1661
|
},
|
|
1662
|
+
"pub.chive.eprint.submission": {
|
|
1663
|
+
tier: "creation",
|
|
1664
|
+
app: "chive",
|
|
1665
|
+
notes: "An authored preprint: title, ordered authors with affiliations, abstract."
|
|
1666
|
+
},
|
|
1662
1667
|
"pub.leaflet.authFullPermissions": {
|
|
1663
1668
|
tier: "filtered",
|
|
1664
1669
|
app: "leaflet",
|
|
@@ -5774,7 +5779,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5774
5779
|
}
|
|
5775
5780
|
|
|
5776
5781
|
// src/index.ts
|
|
5777
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5782
|
+
var SIFA_SDK_VERSION = "0.12.72";
|
|
5778
5783
|
|
|
5779
5784
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5780
5785
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|