@pie-api/pie-api-live-components
Advanced tools
Comparing version 1.14.0 to 1.14.1
@@ -28,3 +28,3 @@ export class Api { | ||
const query = ` | ||
mutation createSession($itemId: ID!) { | ||
mutation createSession($itemId: VersionedID!) { | ||
createSession(itemId: $itemId){ | ||
@@ -31,0 +31,0 @@ id |
@@ -38,3 +38,3 @@ import { Api } from './gql.js'; | ||
loadPieApiLive(document) { | ||
if (this.token && this.host) { | ||
if (this.token) { | ||
const pieApiLive = document.createElement('pie-api-live'); | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "@pie-api/pie-api-live-components", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Custom Elements that work with PIE Api Live services", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
1724876