@rss3/js-sdk
Advanced tools
Comparing version 0.6.35 to 0.6.36
@@ -115,3 +115,3 @@ import createClient from 'openapi-fetch'; | ||
throw error; | ||
const list = data.data.map((a) => a); | ||
const list = data.data?.map((a) => a) || []; | ||
return { | ||
@@ -118,0 +118,0 @@ data: list, |
@@ -427,4 +427,2 @@ import { getSummaryActions } from '../../utils.js'; | ||
tokenPost(action), | ||
tokenText('to a post of'), | ||
tokenAddr(m.target?.handle || m.target?.profile_id), | ||
...tokenPlatform(action), | ||
@@ -431,0 +429,0 @@ ]); |
{ | ||
"name": "@rss3/js-sdk", | ||
"description": "RSS3 JavaScript SDK, the Turbocharger🌪️ for Your Next Open Web Development.", | ||
"version": "0.6.35", | ||
"version": "0.6.36", | ||
"author": "Natural Selection Labs and RSS3 Contributors", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
349625
9103