@rindo/core 2.16.0-beta.1 → 2.16.0
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 +2 -2
- package/cli/index.js +2 -2
- package/cli/package.json +1 -1
- package/compiler/package.json +1 -1
- package/compiler/rindo.js +5 -5
- package/compiler/rindo.min.js +2 -2
- package/dependencies.json +1 -1
- 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/css-shim.js +1 -1
- package/internal/client/dom.js +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/patch-esm.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/index.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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Rindo CLI (CommonJS)
|
|
2
|
+
Rindo CLI (CommonJS) v2.16.0 | MIT Licensed | https://rindojs.web.app
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
@@ -530,7 +530,7 @@ const getNpmConfigEnvArgs = (sys) => {
|
|
|
530
530
|
const dependencies = [
|
|
531
531
|
{
|
|
532
532
|
name: "@rindo/core",
|
|
533
|
-
version: "
|
|
533
|
+
version: "2.16.0",
|
|
534
534
|
main: "compiler/rindo.js",
|
|
535
535
|
resources: [
|
|
536
536
|
"package.json",
|
package/cli/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Rindo CLI
|
|
2
|
+
Rindo CLI v2.16.0 | MIT Licensed | https://rindojs.web.app
|
|
3
3
|
*/
|
|
4
4
|
const toLowerCase = (str) => str.toLowerCase();
|
|
5
5
|
const dashToPascalCase = (str) => toLowerCase(str)
|
|
@@ -506,7 +506,7 @@ const getNpmConfigEnvArgs = (sys) => {
|
|
|
506
506
|
const dependencies = [
|
|
507
507
|
{
|
|
508
508
|
name: "@rindo/core",
|
|
509
|
-
version: "
|
|
509
|
+
version: "2.16.0",
|
|
510
510
|
main: "compiler/rindo.js",
|
|
511
511
|
resources: [
|
|
512
512
|
"package.json",
|
package/cli/package.json
CHANGED
package/compiler/package.json
CHANGED
package/compiler/rindo.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Rindo Compiler
|
|
2
|
+
Rindo Compiler v2.16.0 | MIT Licensed | https://rindojs.web.app
|
|
3
3
|
*/
|
|
4
4
|
(function(exports) {
|
|
5
5
|
'use strict';
|
|
@@ -4523,7 +4523,7 @@ const createCustomResolverAsync = (sys, inMemoryFs, exts) => {
|
|
|
4523
4523
|
};
|
|
4524
4524
|
};
|
|
4525
4525
|
|
|
4526
|
-
const buildId = '
|
|
4526
|
+
const buildId = '20220811102824';
|
|
4527
4527
|
const minfyJsId = 'terser5.6.1_7';
|
|
4528
4528
|
const optimizeCssId = 'autoprefixer10.2.5_postcss8.4.16_7';
|
|
4529
4529
|
const parse5Version = '6.0.1';
|
|
@@ -4531,8 +4531,8 @@ const rollupVersion = '2.42.3';
|
|
|
4531
4531
|
const sizzleVersion = '2.42.3';
|
|
4532
4532
|
const terserVersion = '5.6.1';
|
|
4533
4533
|
const typescriptVersion = '4.5.4';
|
|
4534
|
-
const vermoji = '
|
|
4535
|
-
const version$3 = '
|
|
4534
|
+
const vermoji = '🍤';
|
|
4535
|
+
const version$3 = '2.16.0';
|
|
4536
4536
|
const versions = {
|
|
4537
4537
|
rindo: version$3,
|
|
4538
4538
|
parse5: parse5Version,
|
|
@@ -65061,7 +65061,7 @@ const getComponentPathContent = (componentGraph, outputTarget) => {
|
|
|
65061
65061
|
const dependencies = [
|
|
65062
65062
|
{
|
|
65063
65063
|
name: "@rindo/core",
|
|
65064
|
-
version: "
|
|
65064
|
+
version: "2.16.0",
|
|
65065
65065
|
main: "compiler/rindo.js",
|
|
65066
65066
|
resources: [
|
|
65067
65067
|
"package.json",
|