@rindo/core 4.1.0-dev.1706073402.1d5044b → 4.1.0-dev.1706246104.1d5044b

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
- Rindo CLI (CommonJS) v4.1.0-dev.1706073402.1d5044b | MIT Licensed | https://rindojs.web.app
2
+ Rindo CLI (CommonJS) v4.1.0-dev.1706246104.1d5044b | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
  'use strict';
5
5
 
package/cli/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Rindo CLI v4.1.0-dev.1706073402.1d5044b | MIT Licensed | https://rindojs.web.app
2
+ Rindo CLI v4.1.0-dev.1706246104.1d5044b | MIT Licensed | https://rindojs.web.app
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": "@rindo/core/cli",
3
- "version": "4.1.0-dev.1706073402.1d5044b",
3
+ "version": "4.1.0-dev.1706246104.1d5044b",
4
4
  "description": "Rindo CLI.",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/compiler",
3
- "version": "4.1.0-dev.1706073402.1d5044b",
3
+ "version": "4.1.0-dev.1706246104.1d5044b",
4
4
  "description": "Rindo Compiler.",
5
5
  "main": "./rindo.js",
6
6
  "types": "./rindo.d.ts",
package/compiler/rindo.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Rindo Compiler v4.1.0-dev.1706073402.1d5044b | MIT Licensed | https://rindojs.web.app
2
+ Rindo Compiler v4.1.0-dev.1706246104.1d5044b | MIT Licensed | https://rindojs.web.app
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 = '1706073402';
169530
+ const buildId = '1706246104';
169531
169531
  const minfyJsId = 'terser5.19.2_7';
169532
169532
  const optimizeCssId = 'autoprefixer10.4.15_postcss8.4.26_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.1.0-dev.1706073402.1d5044b';
169538
+ const vermoji = '📻';
169539
+ const version$3 = '4.1.0-dev.1706246104.1d5044b';
169540
169540
  const versions = {
169541
169541
  rindo: version$3,
169542
169542
  parse5: parse5Version,