@apollosproject/web-embeds 0.1.934 → 0.1.936

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ Add the following script tag before the closing `</body>` tag:
28
28
  document,
29
29
  "script",
30
30
  "apollos",
31
- "https://embed.apollos.com/v2/embed.js"
31
+ "https://cdn.jsdelivr.net/npm/@apollosproject/web-embeds@latest/widget/embed.js"
32
32
  );
33
33
 
34
34
  apollos("init", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollosproject/web-embeds",
3
- "version": "0.1.934",
3
+ "version": "0.1.936",
4
4
  "description": "Next-generation embeddable widget system for Apollos",
5
5
  "type": "module",
6
6
  "main": "./widget/embed.js",