@campnetwork/origin 1.2.6-1 → 1.2.6

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.
@@ -2971,7 +2971,7 @@ var constants = {
2971
2971
  SUPPORTED_VIDEO_FORMATS: ["video/mp4", "video/webm"],
2972
2972
  SUPPORTED_AUDIO_FORMATS: ["audio/mpeg", "audio/wav", "audio/ogg"],
2973
2973
  SUPPORTED_TEXT_FORMATS: ["text/plain"],
2974
- AVAILABLE_SOCIALS: ["twitter", "spotify", "tiktok"],
2974
+ AVAILABLE_SOCIALS: ["twitter", "spotify"], // tiktok disabled
2975
2975
  MAX_LICENSE_DURATION: 2628000, // 30 days in seconds
2976
2976
  MIN_LICENSE_DURATION: 86400, // 1 day in seconds
2977
2977
  MIN_PRICE: 1000000000000000, // 0.001 CAMP in wei
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campnetwork/origin",
3
- "version": "1.2.6-1",
3
+ "version": "1.2.6",
4
4
  "main": "dist/core.cjs",
5
5
  "exports": {
6
6
  ".": {