@squiz/render-runtime-lib 1.2.1-alpha.89 → 1.2.1-alpha.93
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 +1 @@
|
|
|
1
|
-
export declare function getPreviewFilePath(
|
|
1
|
+
export declare function getPreviewFilePath(manifestPath: string): string;
|
|
@@ -8079,6 +8079,12 @@ var require_v1 = __commonJS({
|
|
|
8079
8079
|
maxLength: 14,
|
|
8080
8080
|
pattern: "^(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)$"
|
|
8081
8081
|
},
|
|
8082
|
+
environment: {
|
|
8083
|
+
type: "array",
|
|
8084
|
+
items: {
|
|
8085
|
+
type: "string"
|
|
8086
|
+
}
|
|
8087
|
+
},
|
|
8082
8088
|
"static-files": {
|
|
8083
8089
|
type: "object",
|
|
8084
8090
|
properties: {
|
|
@@ -8102,12 +8108,6 @@ var require_v1 = __commonJS({
|
|
|
8102
8108
|
description: "Function name, this will be used as part of the url to access this function. It must be a valid url"
|
|
8103
8109
|
},
|
|
8104
8110
|
entry: { type: "string" },
|
|
8105
|
-
environment: {
|
|
8106
|
-
type: "array",
|
|
8107
|
-
items: {
|
|
8108
|
-
type: "string"
|
|
8109
|
-
}
|
|
8110
|
-
},
|
|
8111
8111
|
input: {
|
|
8112
8112
|
type: "object"
|
|
8113
8113
|
},
|
|
@@ -8138,6 +8138,7 @@ var require_v1 = __commonJS({
|
|
|
8138
8138
|
filepath: { type: "string" },
|
|
8139
8139
|
defer: { type: "boolean" },
|
|
8140
8140
|
async: { type: "boolean" },
|
|
8141
|
+
integrity: { type: "string" },
|
|
8141
8142
|
crossorigin: { oneOf: [{ const: "anonymous" }, { const: "use-credentials" }] },
|
|
8142
8143
|
referrerpolicy: {
|
|
8143
8144
|
oneOf: [
|