@lwc/ssr-runtime 6.6.2 → 7.0.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE.md CHANGED
@@ -15,7 +15,27 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
15
15
 
16
16
  ## @parse5/tools
17
17
 
18
- MIT license defined in package.json in v0.4.0.
18
+ The MIT License (MIT)
19
+
20
+ Copyright © 2024 James Garbutt
21
+
22
+ Permission is hereby granted, free of charge, to any person obtaining a copy
23
+ of this software and associated documentation files (the “Software”), to deal
24
+ in the Software without restriction, including without limitation the rights
25
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26
+ copies of the Software, and to permit persons to whom the Software is
27
+ furnished to do so, subject to the following conditions:
28
+
29
+ The above copyright notice and this permission notice shall be included in
30
+ all copies or substantial portions of the Software.
31
+
32
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
38
+ THE SOFTWARE.
19
39
 
20
40
  ## entities
21
41
 
package/dist/index.cjs.js CHANGED
@@ -140,5 +140,5 @@ exports.LightningElement = LightningElement;
140
140
  exports.fallbackTmpl = fallbackTmpl;
141
141
  exports.renderAttrs = renderAttrs;
142
142
  exports.serverSideRenderComponent = serverSideRenderComponent;
143
- /** version: 6.6.2 */
143
+ /** version: 7.0.0-alpha.0 */
144
144
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -133,5 +133,5 @@ async function serverSideRenderComponent(tagName, compiledGenerateMarkup, props)
133
133
  }
134
134
 
135
135
  export { LightningElement, fallbackTmpl, renderAttrs, serverSideRenderComponent };
136
- /** version: 6.6.2 */
136
+ /** version: 7.0.0-alpha.0 */
137
137
  //# sourceMappingURL=index.js.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": "6.6.2",
7
+ "version": "7.0.0-alpha.0",
8
8
  "description": "Runtime complement to @lwc/ssr-compiler",
9
9
  "keywords": [
10
10
  "lwc",
@@ -44,4 +44,4 @@
44
44
  }
45
45
  },
46
46
  "dependencies": {}
47
- }
47
+ }