@prismatic-io/prism 9.4.0 → 9.4.1

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/lib/index.js CHANGED
@@ -80142,7 +80142,7 @@ If you are managing your integration via git, feel free to add this to your .git
80142
80142
  }
80143
80143
  }
80144
80144
  }
80145
- `,variables:{instanceId:n,flowConfigs:t}});if(r.updateInstance.errors?.length)throw Error(`Failed to set test API keys: ${r.updateInstance.errors.map((u)=>u.messages.join(", ")).join("; ")}`)},K8i=async()=>{if(!await mN("index.js"))await rti("Code Native Integration");if(!await mN("index.js"))gNn.ux.error("Failed to find 'index.js' entrypoint file. Is the current path a Code Native Integration?",{exit:1});let n=process.cwd(),t=nna(n,"./index.js"),{default:r}=ina(t);return{integrationDefinition:r.codeNativeIntegrationYAML,componentDefinition:r,publishingMetadata:r.publishingMetadata}},gMt=async(n,t,r=0,u=10)=>{let _=await nc({document:$c`
80145
+ `,variables:{instanceId:n,flowConfigs:t}});if(r.updateInstance.errors?.length)throw Error(`Failed to set test API keys: ${r.updateInstance.errors.map((u)=>u.messages.join(", ")).join("; ")}`)},K8i=async()=>{if(!await mN("index.js"))await rti("Code Native Integration");if(!await mN("index.js"))gNn.ux.error("Failed to find 'index.js' entrypoint file. Is the current path a Code Native Integration?",{exit:1});let n=process.cwd(),t=nna(n,"./index.js"),{default:r}=ina(t);return{integrationDefinition:r.codeNativeIntegrationYAML,componentDefinition:r,publishingMetadata:r.publishingMetadata}},gMt=async(n,t,r=0,u=10)=>{if((await nc({document:$c`
80146
80146
  query component($componentKey: String!, $versionNumber: Int!) {
80147
80147
  components(
80148
80148
  key: $componentKey
@@ -80151,11 +80151,11 @@ If you are managing your integration via git, feel free to add this to your .git
80151
80151
  includeComponentsForCodeNativeIntegrations: true
80152
80152
  ) {
80153
80153
  nodes {
80154
- versionIsAvailable
80154
+ id
80155
80155
  }
80156
80156
  }
80157
80157
  }
80158
- `,variables:{componentKey:n,versionNumber:t}}),{components:{nodes:[{versionIsAvailable:l}]}}=_;if(l)return l;else if(r<u)return await new Promise((m)=>setTimeout(m,1000)),gMt(n,t,r+1,u);return!1},EMt=async(n)=>{return(await nc({document:$c`
80158
+ `,variables:{componentKey:n,versionNumber:t}})).components.nodes.length>0)return!0;else if(r<u)return await new Promise((l)=>setTimeout(l,1000)),gMt(n,t,r+1,u);return!1},EMt=async(n)=>{return(await nc({document:$c`
80159
80159
  query integration($integrationId: ID!) {
80160
80160
  integration(id: $integrationId) {
80161
80161
  definition
@@ -6307,5 +6307,5 @@
6307
6307
  "enableJsonFlag": false
6308
6308
  }
6309
6309
  },
6310
- "version": "9.4.0"
6310
+ "version": "9.4.1"
6311
6311
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/prism",
3
- "version": "9.4.0",
3
+ "version": "9.4.1",
4
4
  "description": "Build, deploy, and support integrations in Prismatic from the comfort of your command line",
5
5
  "keywords": [
6
6
  "prismatic",