@adminide-stack/core
Advanced tools
Comparing version 9.2.1-alpha.19 to 9.2.1-alpha.21
@@ -45,3 +45,3 @@ import {URI}from'@vscode-alt/monaco-editor/esm/vs/base/common/uri.js';import {Schemas}from'@workbench-stack/core/lib/core/network.js';import sortKeys from'sort-keys';import queryString from'query-string';import {IConfigCollectionName}from'../interfaces/generated/generated-models.js';import'../interfaces/configuration/configuration.js';import'../interfaces/organization/organization-context.js';import'@workbench-stack/core/lib/constants/extensions.js';import'@workbench-stack/core/lib/interfaces/lifecycle/lifecycle.js';import'../interfaces/permissions.js';/* eslint-disable prefer-destructuring */ | ||
// Conditionally include the leading slash | ||
const path = pathSegments.length > 0 ? `/${pathSegments.join('/')}` : ''; | ||
const path = pathSegments.length > 0 ? `/${pathSegments.join('/')}` : '/'; | ||
return URI.from({ | ||
@@ -48,0 +48,0 @@ scheme: Schemas.cdecode, |
{ | ||
"name": "@adminide-stack/core", | ||
"version": "9.2.1-alpha.19", | ||
"version": "9.2.1-alpha.21", | ||
"description": "AdminIDE core for higher packages to depend on", | ||
@@ -37,3 +37,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "9f1bb5ba19c2e49d27ccfb89022bca7263646d89", | ||
"gitHead": "6ada5715c50b6244c49dc5c1dee1e1a4f3affae7", | ||
"typescript": { | ||
@@ -40,0 +40,0 @@ "definition": "lib/index.d.ts" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1721701