@intuned/runtime-dev 1.0.6-cli-auth.0.1.3-test → 1.0.6-cli-auth.0.1.4-test

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.
@@ -385,7 +385,7 @@ async function mapToIDEParams(tree) {
385
385
  name: parameterKey.replace(".json", ""),
386
386
  lastUsed: false,
387
387
  id: (0, _uuid.v4)(),
388
- value: parameterValue
388
+ value: JSON.stringify(parameterValue)
389
389
  };
390
390
  if (!apiParametersMap[api]) {
391
391
  apiParametersMap[api] = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.6-cli-auth.0.1.3-test",
3
+ "version": "1.0.6-cli-auth.0.1.4-test",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",