@lwc/ssr-runtime 8.12.6-alpha.0 → 8.12.7-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/styles.d.ts CHANGED
@@ -4,4 +4,3 @@ type ForgivingStylesheets = Stylesheets | Stylesheet | undefined | null | Array<
4
4
  export declare function hasScopedStaticStylesheets(Component: LightningElementConstructor): boolean;
5
5
  export declare function renderStylesheets(defaultStylesheets: ForgivingStylesheets, defaultScopedStylesheets: ForgivingStylesheets, staticStylesheets: ForgivingStylesheets, scopeToken: string, Component: LightningElementConstructor, hasScopedTemplateStyles: boolean): string;
6
6
  export {};
7
- //# sourceMappingURL=styles.d.ts.map
@@ -8,4 +8,3 @@ export declare function toIteratorDirective<T>(iterable: Iterable<T>): Generator
8
8
  first: boolean;
9
9
  last: boolean;
10
10
  }>;
11
- //# sourceMappingURL=to-iterator-directive.d.ts.map
package/dist/types.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export type Attributes = Record<string, string>;
2
2
  export type Properties = Record<string, unknown>;
3
- //# sourceMappingURL=types.d.ts.map
@@ -19,4 +19,3 @@
19
19
  * validateStyleTextContents('</style><script>alert("pwned")</script>') // Throws
20
20
  */
21
21
  export declare function validateStyleTextContents(contents: string): void;
22
- //# sourceMappingURL=validate-style-text-contents.d.ts.map
package/dist/wire.d.ts CHANGED
@@ -6,4 +6,3 @@ export declare function getContextfulStack(le: LightningElement): LightningEleme
6
6
  export declare function connectContext(adapter: WireAdapterConstructor, contextConsumer: LightningElement, onNewValue: (newValue: any) => void): void;
7
7
  export declare function createContextProvider(adapter: WireAdapterConstructor): SsrContextProvider;
8
8
  export {};
9
- //# sourceMappingURL=wire.d.ts.map
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
5
5
  ],
6
6
  "name": "@lwc/ssr-runtime",
7
- "version": "8.12.6-alpha.0",
7
+ "version": "8.12.7-alpha.0",
8
8
  "description": "Runtime complement to @lwc/ssr-compiler",
9
9
  "keywords": [
10
10
  "lwc",
@@ -48,8 +48,8 @@
48
48
  }
49
49
  },
50
50
  "devDependencies": {
51
- "@lwc/shared": "8.12.6-alpha.0",
52
- "@lwc/engine-core": "8.12.6-alpha.0",
51
+ "@lwc/shared": "8.12.7-alpha.0",
52
+ "@lwc/engine-core": "8.12.7-alpha.0",
53
53
  "observable-membrane": "2.0.0"
54
54
  }
55
55
  }