@stencil/core 4.0.3 → 4.0.4
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 +1 -1
- package/cli/index.js +1 -1
- package/cli/package.json +1 -1
- package/compiler/package.json +1 -1
- package/compiler/stencil.js +4 -4
- package/compiler/stencil.min.js +2 -2
- package/dev-server/client/index.js +1 -1
- package/dev-server/client/package.json +1 -1
- package/dev-server/connector.html +2 -2
- package/dev-server/index.js +1 -1
- package/dev-server/package.json +1 -1
- package/dev-server/server-process.js +2 -2
- package/internal/app-data/package.json +1 -1
- package/internal/client/index.js +2 -2
- package/internal/client/package.json +1 -1
- package/internal/client/patch-browser.js +1 -1
- package/internal/client/shadow-css.js +1 -1
- package/internal/hydrate/index.js +1 -1
- package/internal/hydrate/package.json +1 -1
- package/internal/package.json +1 -1
- package/internal/stencil-public-runtime.d.ts +6 -0
- package/internal/testing/index.js +9 -9
- package/internal/testing/package.json +1 -1
- package/mock-doc/index.cjs +1 -1
- package/mock-doc/index.js +1 -1
- package/mock-doc/package.json +1 -1
- package/package.json +2 -2
- package/screenshot/package.json +1 -1
- package/sys/node/index.js +1 -1
- package/sys/node/node-fetch.js +1 -1
- package/sys/node/package.json +1 -1
- package/sys/node/worker.js +1 -1
- package/testing/index.js +2 -2
- package/testing/package.json +1 -1
package/cli/index.cjs
CHANGED
package/cli/index.js
CHANGED
package/cli/package.json
CHANGED
package/compiler/package.json
CHANGED
package/compiler/stencil.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Stencil Compiler v4.0.
|
|
2
|
+
Stencil Compiler v4.0.4 | 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 = '
|
|
169530
|
+
const buildId = '1691405536';
|
|
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.
|
|
169538
|
+
const vermoji = '🍧';
|
|
169539
|
+
const version$3 = '4.0.4';
|
|
169540
169540
|
const versions = {
|
|
169541
169541
|
stencil: version$3,
|
|
169542
169542
|
parse5: parse5Version,
|