@hpcc-js/observablehq-compiler 1.2.5 → 1.2.7
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/index.esm.js +23 -18
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/dist/index.js +23 -18
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/package.json +6 -6
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/compiler.d.ts +3 -3
- package/types/compiler.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/compiler.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/observablehq-compiler",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "hpcc-js - ObservableHQ Compiler (unoffical)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"observablehq",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"update": "npx --yes npm-check-updates -u -t minor"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@hpcc-js/observable-shim": "^2.5.
|
|
60
|
-
"node-fetch": "3.3.
|
|
61
|
-
"yargs": "17.
|
|
59
|
+
"@hpcc-js/observable-shim": "^2.5.1",
|
|
60
|
+
"node-fetch": "3.3.2",
|
|
61
|
+
"yargs": "17.7.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@hpcc-js/bundle": "^2.11.
|
|
64
|
+
"@hpcc-js/bundle": "^2.11.4",
|
|
65
65
|
"@observablehq/runtime": "4.28.0",
|
|
66
66
|
"tslib": "2.4.1"
|
|
67
67
|
},
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
77
77
|
},
|
|
78
78
|
"homepage": "https://github.com/hpcc-systems/Visualization/tree/trunk/packages/observablehq-compiler",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "7a3ea8b15c439f70d514c53c494027b7f619124b"
|
|
80
80
|
}
|
package/src/__package__.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export const PKG_NAME = "@hpcc-js/observablehq-compiler";
|
|
2
|
-
export const PKG_VERSION = "1.2.
|
|
3
|
-
export const BUILD_VERSION = "2.104.
|
|
2
|
+
export const PKG_VERSION = "1.2.7";
|
|
3
|
+
export const BUILD_VERSION = "2.104.27";
|
package/types/__package__.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/observablehq-compiler";
|
|
2
|
-
export declare const PKG_VERSION = "1.2.
|
|
3
|
-
export declare const BUILD_VERSION = "2.104.
|
|
2
|
+
export declare const PKG_VERSION = "1.2.7";
|
|
3
|
+
export declare const BUILD_VERSION = "2.104.27";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|
package/types/compiler.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ohq } from "@hpcc-js/observable-shim";
|
|
2
2
|
import { Writer } from "./writer";
|
|
3
|
-
export
|
|
3
|
+
export type InspectorFactoryEx = (name: string | undefined, id: string | number) => Inspector;
|
|
4
4
|
export interface Inspector {
|
|
5
5
|
_node?: HTMLDivElement;
|
|
6
6
|
pending(): any;
|
|
@@ -32,7 +32,7 @@ declare function createCell(node: ohq.Node, options: CompileOptions): Promise<{
|
|
|
32
32
|
delete(): void;
|
|
33
33
|
write(w: Writer): void;
|
|
34
34
|
}>;
|
|
35
|
-
export
|
|
35
|
+
export type CellFunc = Awaited<ReturnType<typeof createCell>>;
|
|
36
36
|
export interface CompileOptions {
|
|
37
37
|
baseUrl?: string;
|
|
38
38
|
importMode?: "recursive" | "precompiled";
|
|
@@ -155,6 +155,6 @@ export declare function compile(notebookOrOjs: ohq.Notebook | string, { baseUrl,
|
|
|
155
155
|
write(w: Writer): void;
|
|
156
156
|
toString(w?: Writer): string;
|
|
157
157
|
}>;
|
|
158
|
-
export
|
|
158
|
+
export type compileFunc = Awaited<ReturnType<typeof compile>>;
|
|
159
159
|
export {};
|
|
160
160
|
//# sourceMappingURL=compiler.d.ts.map
|
package/types/compiler.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compiler.d.ts","sourceRoot":"","sources":["../src/compiler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAe,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAIlC,
|
|
1
|
+
{"version":3,"file":"compiler.d.ts","sourceRoot":"","sources":["../src/compiler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAe,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAIlC,MAAM,MAAM,kBAAkB,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,KAAK,SAAS,CAAC;AAE9F,MAAM,WAAW,SAAS;IACtB,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,OAAO,QAAG;IACV,SAAS,CAAC,KAAK,KAAA,OAAE;IACjB,QAAQ,CAAC,KAAK,KAAA,OAAE;CACnB;AAoLD,iBAAe,UAAU,CAAC,IAAI,EAAE,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,cAAc;cA8BpC,IAAI,OAAO,QAAQ,IAAI,MAAM,cAAc,kBAAkB;;;;;;;;;;;;;;;;;;;;;;aAWnE,MAAM;GAK5B;AACD,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC;AAU9D,MAAM,WAAW,cAAc;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,WAAW,GAAG,aAAa,CAAC;CAC5C;AACD,wBAAgB,QAAQ,CAAC,MAAM,GAAE,GAAG,CAAC,IAAI,EAAO,EAAE,MAAM,GAAE,QAAQ,EAAO,EAAE,EAAE,OAAa,EAAE,UAA0B,EAAE,GAAE,cAAmB;cAKhH,IAAI,OAAO,cAAc,kBAAkB,GAAG,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;WAc1D,QAAQ,GAAG,QAAQ,QAAQ,CAAC;YAMjC,MAAM,GAAG,MAAM,GAAG,QAAQ;eAGvB,MAAM,GAAG,MAAM,GAAG,OAAO;;aAY3B,MAAM;;EAS5B;AAED,wBAAsB,OAAO,CAAC,aAAa,EAAE,GAAG,CAAC,QAAQ,GAAG,MAAM,EAAE,EAAE,OAAa,EAAE,UAA0B,EAAE,GAAE,cAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIrI;AACD,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/observablehq-compiler";
|
|
2
|
-
export declare const PKG_VERSION = "1.2.
|
|
3
|
-
export declare const BUILD_VERSION = "2.104.
|
|
2
|
+
export declare const PKG_VERSION = "1.2.7";
|
|
3
|
+
export declare const BUILD_VERSION = "2.104.27";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|
package/types-3.4/compiler.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ohq } from "@hpcc-js/observable-shim";
|
|
2
2
|
import { Writer } from "./writer";
|
|
3
|
-
export
|
|
3
|
+
export type InspectorFactoryEx = (name: string | undefined, id: string | number) => Inspector;
|
|
4
4
|
export interface Inspector {
|
|
5
5
|
_node?: HTMLDivElement;
|
|
6
6
|
pending(): any;
|
|
@@ -32,7 +32,7 @@ declare function createCell(node: ohq.Node, options: CompileOptions): Promise<{
|
|
|
32
32
|
delete(): void;
|
|
33
33
|
write(w: Writer): void;
|
|
34
34
|
}>;
|
|
35
|
-
export
|
|
35
|
+
export type CellFunc = Awaited<ReturnType<typeof createCell>>;
|
|
36
36
|
export interface CompileOptions {
|
|
37
37
|
baseUrl?: string;
|
|
38
38
|
importMode?: "recursive" | "precompiled";
|
|
@@ -155,6 +155,6 @@ export declare function compile(notebookOrOjs: ohq.Notebook | string, { baseUrl,
|
|
|
155
155
|
write(w: Writer): void;
|
|
156
156
|
toString(w?: Writer): string;
|
|
157
157
|
}>;
|
|
158
|
-
export
|
|
158
|
+
export type compileFunc = Awaited<ReturnType<typeof compile>>;
|
|
159
159
|
export {};
|
|
160
160
|
//# sourceMappingURL=compiler.d.ts.map
|