@microtronics/studio-cli 1.2.0-alpha.8 → 1.2.0-rc.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.
- package/dist/main.js +53 -53
- package/dist/studio-cli.d.ts +8 -0
- package/out/api.js +49 -49
- package/out/studio-cli.d.ts +8 -0
- package/package.json +2 -2
package/out/studio-cli.d.ts
CHANGED
|
@@ -2321,6 +2321,12 @@ export declare class DevSession extends EventEmitter {
|
|
|
2321
2321
|
private get atHandler();
|
|
2322
2322
|
/** Assemble the {@link LocalApiContext} and bind the router to it. */
|
|
2323
2323
|
private buildApiHandler;
|
|
2324
|
+
/**
|
|
2325
|
+
* Synthesize a {@link SiteBlueprint} from the parsed DDE, standing in for the site
|
|
2326
|
+
* blueprint a real myDatanet backend would serve. Restores each container's fields'
|
|
2327
|
+
* original-case DDE alias/name — the only thing `resolveBlueprintNameMap` reads.
|
|
2328
|
+
*/
|
|
2329
|
+
private buildBlueprint;
|
|
2324
2330
|
/**
|
|
2325
2331
|
* Serve one `/api/**` request. A successful write additionally triggers an immediate
|
|
2326
2332
|
* poll tick and waits (bounded by `waitMs`) until the device's own stamp for the
|
|
@@ -5912,7 +5918,9 @@ declare namespace YamlPreCompiler {
|
|
|
5912
5918
|
parsedYaml: null | Document_2.Parsed<ParsedNode, true>;
|
|
5913
5919
|
};
|
|
5914
5920
|
private yamlDocToDdeJson;
|
|
5921
|
+
private reservedTopLevelKeys;
|
|
5915
5922
|
private getRealContainerInformation;
|
|
5923
|
+
private findContainerKeyRange;
|
|
5916
5924
|
private findNextFreeContainer;
|
|
5917
5925
|
private findPreviousUsedContainer;
|
|
5918
5926
|
private createDDEJsonFields;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microtronics/studio-cli",
|
|
3
|
-
"version": "1.2.0-
|
|
3
|
+
"version": "1.2.0-rc.0",
|
|
4
4
|
"description": "Microtronics Studio CLI Tool",
|
|
5
5
|
"main": "./out/api.js",
|
|
6
6
|
"typings": "./out/studio-cli.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@microsoft/api-extractor": "^7.47.11",
|
|
60
|
-
"@microtronics/device-master": "bitbucket:microtronics-core/device-master#v4.1.0
|
|
60
|
+
"@microtronics/device-master": "bitbucket:microtronics-core/device-master#v4.1.0",
|
|
61
61
|
"@types/chai": "^4.3.6",
|
|
62
62
|
"@types/chai-as-promised": "^7.1.5",
|
|
63
63
|
"@types/ini": "^4.1.1",
|