@payloadcms/live-preview
Advanced tools
Comparing version 3.0.0-canary.4de9e42 to 3.0.0-canary.518fabe
@@ -31,3 +31,3 @@ import { traverseFields } from './traverseFields.js'; | ||
apiPath: apiRoute || '/api', | ||
endpoint: `${collection}?depth=${depth}&where[id][in]=${Array.from(ids).join(',')}`, | ||
endpoint: encodeURI(`${collection}?depth=${depth}&where[id][in]=${Array.from(ids).join(',')}`), | ||
serverURL | ||
@@ -34,0 +34,0 @@ }).then((res)=>res.json()); |
{ | ||
"name": "@payloadcms/live-preview", | ||
"version": "3.0.0-canary.4de9e42", | ||
"version": "3.0.0-canary.518fabe", | ||
"description": "The official live preview JavaScript SDK for Payload", | ||
@@ -27,4 +27,4 @@ "homepage": "https://payloadcms.com", | ||
"devDependencies": { | ||
"@payloadcms/eslint-config": "3.0.0-beta.59", | ||
"payload": "3.0.0-canary.4de9e42" | ||
"@payloadcms/eslint-config": "3.0.0-beta.97", | ||
"payload": "3.0.0-canary.518fabe" | ||
}, | ||
@@ -39,4 +39,6 @@ "publishConfig": { | ||
"clean": "rimraf {dist,*.tsbuildinfo}", | ||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/" | ||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
63848