@adminide-stack/core 6.0.3-alpha.30 → 6.0.3-alpha.49
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.
@@ -1,4 +1,4 @@
|
|
1
|
-
import {Schemas}from'@workbench-stack/core';import {URI}from'@vscode-alt/monaco-editor/esm/vs/base/common/uri.js';import sortKeys from'sort-keys';import querystring from'
|
1
|
+
import {Schemas}from'@workbench-stack/core';import {URI}from'@vscode-alt/monaco-editor/esm/vs/base/common/uri.js';import sortKeys from'sort-keys';import querystring from'query-string';import {IConfigCollectionName,IConfigFragmentName}from'../interfaces/generated/generated-models.js';import'../interfaces/configuration/configuration.js';import'../interfaces/organization/organization-context.js';import {flatten}from'./flatten-utils.js';/**
|
2
2
|
* Generate URI, it sorts the params in order to generate URI.
|
3
3
|
* @param collectionName Schema Name to be used
|
4
4
|
* @param params Params to use as query
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adminide-stack/core",
|
3
|
-
"version": "6.0.3-alpha.
|
3
|
+
"version": "6.0.3-alpha.49",
|
4
4
|
"description": "AdminIDE core for higher packages to depend on",
|
5
5
|
"license": "ISC",
|
6
6
|
"author": "CDMBase LLC",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"dependencies": {
|
24
24
|
"@vscode-alt/monaco-editor": "^0.21.4",
|
25
25
|
"@workbench-stack/core": "3.3.0",
|
26
|
-
"
|
26
|
+
"query-string": "^9.0.0",
|
27
27
|
"sort-keys": "^5.0.0"
|
28
28
|
},
|
29
29
|
"peerDependencies": {
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"typescript": {
|
37
37
|
"definition": "lib/index.d.ts"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "d926b7e5c134cf86d851545a758782593e83b79b"
|
40
40
|
}
|