@stencil/core 4.0.5-dev.1692075741.b217b96 → 4.0.5-dev.1692162139.b217b96

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/cli/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Stencil CLI (CommonJS) v4.0.5-dev.1692075741.b217b96 | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI (CommonJS) v4.0.5-dev.1692162139.b217b96 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  'use strict';
5
5
 
package/cli/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Stencil CLI v4.0.5-dev.1692075741.b217b96 | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI v4.0.5-dev.1692162139.b217b96 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  import { parse, join, relative } from 'path';
5
5
 
package/cli/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/cli",
3
- "version": "4.0.5-dev.1692075741.b217b96",
3
+ "version": "4.0.5-dev.1692162139.b217b96",
4
4
  "description": "Stencil CLI.",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/compiler",
3
- "version": "4.0.5-dev.1692075741.b217b96",
3
+ "version": "4.0.5-dev.1692162139.b217b96",
4
4
  "description": "Stencil Compiler.",
5
5
  "main": "./stencil.js",
6
6
  "types": "./stencil.d.ts",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Stencil Compiler v4.0.5-dev.1692075741.b217b96 | MIT Licensed | https://stenciljs.com
2
+ Stencil Compiler v4.0.5-dev.1692162139.b217b96 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  (function(exports) {
5
5
  'use strict';
@@ -169527,7 +169527,7 @@ ${options.prefix}` : "\n" : options.prefix
169527
169527
  return require_typescript();
169528
169528
  })();
169529
169529
 
169530
- const buildId = '1692075741';
169530
+ const buildId = '1692162139';
169531
169531
  const minfyJsId = 'terser5.19.2_7';
169532
169532
  const optimizeCssId = 'autoprefixer10.4.14_postcss8.4.27_7';
169533
169533
  const parse5Version = '7.1.2';
@@ -169535,8 +169535,8 @@ const rollupVersion = '2.42.3';
169535
169535
  const sizzleVersion = '2.42.3';
169536
169536
  const terserVersion = '5.19.2';
169537
169537
  const typescriptVersion = '5.0.4';
169538
- const vermoji = '🍸';
169539
- const version$3 = '4.0.5-dev.1692075741.b217b96';
169538
+ const vermoji = '🌼';
169539
+ const version$3 = '4.0.5-dev.1692162139.b217b96';
169540
169540
  const versions = {
169541
169541
  stencil: version$3,
169542
169542
  parse5: parse5Version,