@vibeiao/sdk 0.1.6 → 0.1.7
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var buildOwnerTransferMessage = (listingId, newOwnerWallet, nonce) => `VIBEIAO-O
|
|
|
36
36
|
var buildMemoryPingMessage = (listingId, timestamp, nonce) => nonce ? `VIBEIAO-MEMORY-PING:${listingId}:${timestamp}:${nonce}` : `VIBEIAO-MEMORY-PING:${listingId}:${timestamp}`;
|
|
37
37
|
var buildListingVersionMessage = (listingId, version, timestamp) => `VIBEIAO-LISTING-VERSION:${listingId}:${version}:${timestamp}`;
|
|
38
38
|
var buildReviewResponseMessage = (reviewId, status, timestamp) => `VIBEIAO-REVIEW-RESPONSE:${reviewId}:${status}:${timestamp}`;
|
|
39
|
-
var buildReviewPrompt = () => "After
|
|
39
|
+
var buildReviewPrompt = () => "After each paid use, submit a 1-5 star rating and a short comment (what worked, what failed, what to improve). Reviews improve discoverability, trust, and repeat demand.";
|
|
40
40
|
var buildReviewRequired = (listingId, redeemSignature, appVersion, options = {}) => {
|
|
41
41
|
const base = withTrailingSlash(options.baseUrl || DEFAULT_API_BASE);
|
|
42
42
|
return {
|