@stencil/core 4.12.0-dev.1707109313.cf9554d → 4.12.1-dev.1707195697.147dfe6
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/open-in-editor-api.js +1 -1
- package/dev-server/package.json +1 -1
- package/dev-server/server-process.js +2 -2
- package/dev-server/ws.js +1 -1
- package/internal/app-data/package.json +1 -1
- package/internal/client/index.js +1 -1
- 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/package.json +1 -1
- package/internal/package.json +1 -1
- 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 +1 -1
- package/screenshot/package.json +1 -1
- package/sys/node/{713.node-fetch.js → 488.node-fetch.js} +7 -7
- package/sys/node/autoprefixer.js +2 -2
- package/sys/node/glob.js +1 -1
- package/sys/node/graceful-fs.js +1 -1
- package/sys/node/index.js +1 -1
- package/sys/node/node-fetch.js +3 -3
- package/sys/node/package.json +1 -1
- package/sys/node/prompts.js +1 -1
- package/sys/node/worker.js +1 -1
- package/testing/index.js +2 -2
- package/testing/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal/app-data",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.1-dev.1707195697.147dfe6",
|
|
4
4
|
"description": "Used for default app data and build conditionals within builds.",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.js",
|
package/internal/client/index.js
CHANGED
|
@@ -19,7 +19,7 @@ let renderingRef = null;
|
|
|
19
19
|
let queueCongestion = 0;
|
|
20
20
|
let queuePending = false;
|
|
21
21
|
/*
|
|
22
|
-
Stencil Client Platform v4.12.
|
|
22
|
+
Stencil Client Platform v4.12.1-dev.1707195697.147dfe6 | MIT Licensed | https://stenciljs.com
|
|
23
23
|
*/
|
|
24
24
|
import { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';
|
|
25
25
|
const Build = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal/client",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.1-dev.1707195697.147dfe6",
|
|
4
4
|
"description": "Stencil internal client platform to be imported by the Stencil Compiler and internal runtime. Breaking changes can and will happen at any time.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"private": true,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Stencil Client Patch Browser v4.12.
|
|
2
|
+
Stencil Client Patch Browser v4.12.1-dev.1707195697.147dfe6 | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
import { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';
|
|
5
5
|
import { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Stencil Client Platform v4.12.
|
|
2
|
+
Stencil Client Platform v4.12.1-dev.1707195697.147dfe6 | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Utility function that will escape all regular expression special characters in a string.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal/hydrate",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.1-dev.1707195697.147dfe6",
|
|
4
4
|
"description": "Stencil internal hydrate platform to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"private": true
|
package/internal/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.1-dev.1707195697.147dfe6",
|
|
4
4
|
"description": "Stencil internals only to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal/testing",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.1-dev.1707195697.147dfe6",
|
|
4
4
|
"description": "Stencil internal testing platform to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"private": true
|
package/mock-doc/index.cjs
CHANGED
package/mock-doc/index.js
CHANGED
package/mock-doc/package.json
CHANGED
package/package.json
CHANGED
package/screenshot/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
exports.id =
|
|
3
|
-
exports.ids = [
|
|
2
|
+
exports.id = 488;
|
|
3
|
+
exports.ids = [488];
|
|
4
4
|
exports.modules = {
|
|
5
5
|
|
|
6
|
-
/***/
|
|
6
|
+
/***/ 488:
|
|
7
7
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
8
8
|
|
|
9
9
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10
10
|
/* harmony export */ toFormData: () => (/* binding */ toFormData)
|
|
11
11
|
/* harmony export */ });
|
|
12
|
-
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13
|
-
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
12
|
+
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(324);
|
|
13
|
+
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(356);
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -366,7 +366,7 @@ async function toFormData(Body, ct) {
|
|
|
366
366
|
let contentType;
|
|
367
367
|
let filename;
|
|
368
368
|
const entryChunks = [];
|
|
369
|
-
const formData = new formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__/* .FormData */ .
|
|
369
|
+
const formData = new formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__/* .FormData */ .kx();
|
|
370
370
|
|
|
371
371
|
const onPartData = ui8a => {
|
|
372
372
|
entryValue += decoder.decode(ui8a, {stream: true});
|
|
@@ -377,7 +377,7 @@ async function toFormData(Body, ct) {
|
|
|
377
377
|
};
|
|
378
378
|
|
|
379
379
|
const appendFileToFormData = () => {
|
|
380
|
-
const file = new fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__/* .File */
|
|
380
|
+
const file = new fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__/* .File */ .SS(entryChunks, filename, {type: contentType});
|
|
381
381
|
formData.append(entryName, file);
|
|
382
382
|
};
|
|
383
383
|
|