@stencil/core 3.2.0-dev.1680670920.a0dc405 → 3.2.0-dev.1680757320.b308c4d

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) v3.2.0-dev.1680670920.a0dc405 | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI (CommonJS) v3.2.0-dev.1680757320.b308c4d | 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 v3.2.0-dev.1680670920.a0dc405 | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI v3.2.0-dev.1680757320.b308c4d | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  /**
5
5
  * Convert a string from dash-case / kebab-case to PascalCase (or CamelCase,
package/cli/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/cli",
3
- "version": "3.2.0-dev.1680670920.a0dc405",
3
+ "version": "3.2.0-dev.1680757320.b308c4d",
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": "3.2.0-dev.1680670920.a0dc405",
3
+ "version": "3.2.0-dev.1680757320.b308c4d",
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 v3.2.0-dev.1680670920.a0dc405 | MIT Licensed | https://stenciljs.com
2
+ Stencil Compiler v3.2.0-dev.1680757320.b308c4d | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  (function(exports) {
5
5
  'use strict';
@@ -2155,7 +2155,7 @@ const process$3 = /*#__PURE__*/Object.assign(/*#__PURE__*/Object.create(null), p
2155
2155
  'default': process_1
2156
2156
  });
2157
2157
 
2158
- const buildId = '1680670920';
2158
+ const buildId = '1680757320';
2159
2159
  const minfyJsId = 'terser5.16.8_7';
2160
2160
  const optimizeCssId = 'autoprefixer10.4.14_postcss8.4.21_7';
2161
2161
  const parse5Version = '7.1.2';
@@ -2163,8 +2163,8 @@ const rollupVersion = '2.42.3';
2163
2163
  const sizzleVersion = '2.42.3';
2164
2164
  const terserVersion = '5.16.8';
2165
2165
  const typescriptVersion = '4.9.5';
2166
- const vermoji = '📍';
2167
- const version$3 = '3.2.0-dev.1680670920.a0dc405';
2166
+ const vermoji = '🌙';
2167
+ const version$3 = '3.2.0-dev.1680757320.b308c4d';
2168
2168
  const versions = {
2169
2169
  stencil: version$3,
2170
2170
  parse5: parse5Version,