@stencil/core 4.9.0-dev.1704732849.0900a06 → 4.9.0-dev.1704733313.0900a06

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.9.0-dev.1704732849.0900a06 | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI (CommonJS) v4.9.0-dev.1704733313.0900a06 | 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.9.0-dev.1704732849.0900a06 | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI v4.9.0-dev.1704733313.0900a06 | 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.9.0-dev.1704732849.0900a06",
3
+ "version": "4.9.0-dev.1704733313.0900a06",
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.9.0-dev.1704732849.0900a06",
3
+ "version": "4.9.0-dev.1704733313.0900a06",
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.9.0-dev.1704732849.0900a06 | MIT Licensed | https://stenciljs.com
2
+ Stencil Compiler v4.9.0-dev.1704733313.0900a06 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  (function(exports) {
5
5
  'use strict';
@@ -173913,7 +173913,7 @@ ${options.prefix}` : "\n" : options.prefix
173913
173913
  return require_typescript();
173914
173914
  })();
173915
173915
 
173916
- const buildId = '1704732849';
173916
+ const buildId = '1704733313';
173917
173917
  const minfyJsId = 'terser5.26.0_7';
173918
173918
  const optimizeCssId = 'autoprefixer10.4.16_postcss8.4.32_7';
173919
173919
  const parse5Version = '7.1.2';
@@ -173921,8 +173921,8 @@ const rollupVersion = '2.42.3';
173921
173921
  const jqueryVersion = '4.0.0-pre';
173922
173922
  const terserVersion = '5.26.0';
173923
173923
  const typescriptVersion = '5.2.2';
173924
- const vermoji = '📺';
173925
- const version$3 = '4.9.0-dev.1704732849.0900a06';
173924
+ const vermoji = '🐁';
173925
+ const version$3 = '4.9.0-dev.1704733313.0900a06';
173926
173926
  const versions = {
173927
173927
  stencil: version$3,
173928
173928
  parse5: parse5Version,