@squiz/render-runtime-lib 1.2.1-alpha.90 → 1.2.1-alpha.92

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(componentName: string, version: string): string;
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: [
@@ -41209,7 +41210,7 @@ var require_lib6 = __commonJS({
41209
41210
  __createBinding(exports2, m, p);
41210
41211
  };
41211
41212
  Object.defineProperty(exports, "__esModule", { value: true });
41212
- exports.test = exports.ComponentSetService = exports.ComponentService = exports.transformResponseForLogging = exports.transformRequestForLogging = exports.errorMiddleware = exports.schemaVersions = void 0;
41213
+ exports.ComponentSetService = exports.ComponentService = exports.transformResponseForLogging = exports.transformRequestForLogging = exports.errorMiddleware = exports.schemaVersions = void 0;
41213
41214
  __exportStar(require_validateManifest(), exports);
41214
41215
  var schemas_1 = require_schemas();
41215
41216
  Object.defineProperty(exports, "schemaVersions", { enumerable: true, get: function() {
@@ -41249,10 +41250,6 @@ var require_lib6 = __commonJS({
41249
41250
  Object.defineProperty(exports, "ComponentSetService", { enumerable: true, get: function() {
41250
41251
  return services_1.ComponentSetService;
41251
41252
  } });
41252
- function test() {
41253
- console.log("a");
41254
- }
41255
- exports.test = test;
41256
41253
  }
41257
41254
  });
41258
41255