@adminide-stack/core 13.2.2-alpha.43 → 13.3.1-alpha.0
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 {OVERRIDE_PROPERTY_REGEX
|
|
1
|
+
import {overrideIdentifiersFromKey,OVERRIDE_PROPERTY_REGEX}from'../configuration.js';import {ConfigurationModel}from'../models/ConfigurationModel.js';/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
2
|
// ============================================================================
|
|
3
3
|
// Core Utility Functions (Reusing existing utilities)
|
|
4
4
|
// ============================================================================
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {URI}from'@vscode-alt/monaco-editor/esm/vs/base/common/uri.js';import {
|
|
1
|
+
import {URI}from'@vscode-alt/monaco-editor/esm/vs/base/common/uri.js';import {ContributionSchemaId,SystemContributionExtensionNames,Scheme,ResourceAuthority}from'common';import'sort-keys';import'query-string';/* eslint-disable import/no-extraneous-dependencies */
|
|
2
2
|
/**
|
|
3
3
|
* Settings file names mapped to ConfigurationTarget
|
|
4
4
|
* These are the canonical file names used in URIs to identify the target
|
|
@@ -176,4 +176,4 @@ const pubSub = PubSubUtility.getInstance();
|
|
|
176
176
|
// console.log('Timestamp:', new Date().toISOString());
|
|
177
177
|
// console.groupEnd();
|
|
178
178
|
// });
|
|
179
|
-
export{pubSub
|
|
179
|
+
export{pubSub};//# sourceMappingURL=pubsub-utility.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminide-stack/core",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.3.1-alpha.0",
|
|
4
4
|
"description": "AdminIDE core for higher packages to depend on",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "adminide-stack-user",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"vscode-uri": "^3.0.8"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"common": "13.
|
|
33
|
+
"common": "13.3.1-alpha.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@common-stack/server-core": ">=0.5.21",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"typescript": {
|
|
40
40
|
"definition": "lib/index.d.ts"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a5b4ed1ae4b276c3d445890885018cc586c76d25"
|
|
43
43
|
}
|