@prismatic-io/prism 5.0.0-preview1 → 5.0.0-preview3

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.
@@ -150,7 +150,7 @@ const waitForCodeNativeComponentAvailable = async (componentKey, versionNumber,
150
150
  key: $componentKey
151
151
  versionNumber: $versionNumber
152
152
  public: false
153
- forCodeNativeIntegration: true
153
+ includeComponentsForCodeNativeIntegrations: true
154
154
  ) {
155
155
  nodes {
156
156
  versionIsAvailable
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.0.0-preview1",
2
+ "version": "5.0.0-preview3",
3
3
  "commands": {
4
4
  "login": {
5
5
  "id": "login",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/prism",
3
- "version": "5.0.0-preview1",
3
+ "version": "5.0.0-preview3",
4
4
  "description": "Build, deploy, and support integrations in Prismatic from the comfort of your command line",
5
5
  "keywords": [
6
6
  "prismatic",
@@ -45,8 +45,8 @@
45
45
  "@oclif/plugin-autocomplete": "2.3.6",
46
46
  "@oclif/plugin-help": "5.2.17",
47
47
  "@oclif/plugin-warn-if-update-available": "2.0.48",
48
- "@prismatic-io/generator-spectral": "3.0.0-preview1",
49
- "@prismatic-io/spectral": "8.0.0-preview7",
48
+ "@prismatic-io/generator-spectral": "3.0.0-preview2",
49
+ "@prismatic-io/spectral": "8.0.0-preview8",
50
50
  "archiver": "3.1.1",
51
51
  "axios": "0.21.4",
52
52
  "camelcase": "6.2.0",