@rindo/core 2.22.2 → 2.22.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core",
3
- "version": "2.22.2",
3
+ "version": "2.22.3",
4
4
  "license": "MIT",
5
5
  "main": "./internal/rindo-core/index.cjs",
6
6
  "module": "./internal/rindo-core/index.js",
@@ -29,12 +29,12 @@
29
29
  "clean": "rm -rf build/ cli/ compiler/ dev-server/ internal/ mock-doc/ sys/ testing/ && npm run clean-scripts",
30
30
  "clean-scripts": "rm -rf scripts/build",
31
31
  "license": "node scripts/build --license",
32
- "lint": "eslint 'bin/*' 'scripts/*.ts' 'scripts/**/*.ts' 'src/*.ts' 'src/**/*.ts' 'src/**/*.tsx'",
32
+ "lint": "eslint \"bin/*\" \"scripts/*.ts\" \"scripts/**/*.ts\" \"src/*.ts\" \"src/**/*.ts\"",
33
33
  "prettier": "npm run prettier.base -- --write",
34
- "prettier.base": "prettier --cache \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/rindo|.github/(**/)?*.(yml|yaml)|*.js\"",
34
+ "prettier.base": "prettier --cache \"./({bin,scripts,src}/**/*.{ts,tsx,js,jsx})|bin/rindo|.github/(**/)?*.(yml|yaml)|*.js\"",
35
35
  "prettier.dry-run": "npm run prettier.base -- --list-different",
36
- "release": "npm run tsc.scripts && node scripts/build --release --publish",
37
- "release.prepare": "npm run tsc.scripts && node scripts/build --release --prepare",
36
+ "release": "npm run tsc.scripts && node scripts/build --any-branch --release --publish",
37
+ "release.prepare": "npm run tsc.scripts && node scripts/build --any-branch --release --prepare",
38
38
  "rollup": "rollup --config",
39
39
  "rollup.prod": "rollup --config --config-prod",
40
40
  "rollup.prod.ci": "rollup --config --config-prod --config-ci",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/screenshot",
3
- "version": "2.22.2",
3
+ "version": "2.22.3",
4
4
  "description": "Rindo Screenshot.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
package/sys/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Rindo Node System v2.22.2 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Node System v2.22.3 | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
  function _interopDefaultLegacy(e) {
5
5
  return e && "object" == typeof e && "default" in e ? e : {
@@ -1282,7 +1282,7 @@ lockfile = createCommonjsModule((function(e) {
1282
1282
  }
1283
1283
  })), function e(t, r) {
1284
1284
  return R.apply(this, arguments);
1285
- }), z = t.walk = (N = (0, (d || n()).default)((function*(e, t, r = new Set) {
1285
+ }), W = t.walk = (N = (0, (d || n()).default)((function*(e, t, r = new Set) {
1286
1286
  var n, i, o, a;
1287
1287
  let l = [], c = yield ne(e);
1288
1288
  for (r.size && (c = c.filter((function(e) {
@@ -1301,7 +1301,7 @@ lockfile = createCommonjsModule((function(e) {
1301
1301
  basename: c,
1302
1302
  absolute: f,
1303
1303
  mtime: +h.mtime
1304
- }), h.isDirectory() && (l = l.concat(yield z(f, u, r)));
1304
+ }), h.isDirectory() && (l = l.concat(yield W(f, u, r)));
1305
1305
  }
1306
1306
  return l;
1307
1307
  })), function e(t, r) {
@@ -1313,7 +1313,7 @@ lockfile = createCommonjsModule((function(e) {
1313
1313
  })), function e(t) {
1314
1314
  return I.apply(this, arguments);
1315
1315
  });
1316
- let W = (P = (0, (d || n()).default)((function*(e) {
1316
+ let z = (P = (0, (d || n()).default)((function*(e) {
1317
1317
  if (!(yield se(e))) return;
1318
1318
  const t = yield J(e);
1319
1319
  for (let e = 0; e < t.length; ++e) {
@@ -1324,7 +1324,7 @@ lockfile = createCommonjsModule((function(e) {
1324
1324
  return P.apply(this, arguments);
1325
1325
  });
1326
1326
  t.writeFilePreservingEol = (j = (0, (d || n()).default)((function*(e, t) {
1327
- const r = (yield W(e)) || (y || o()).default.EOL;
1327
+ const r = (yield z(e)) || (y || o()).default.EOL;
1328
1328
  "\n" !== r && (t = t.replace(/\n/g, r)), yield ee(e, t);
1329
1329
  })), function e(t, r) {
1330
1330
  return j.apply(this, arguments);
@@ -5989,7 +5989,10 @@ exports.createNodeLogger = e => {
5989
5989
  e = normalizePath(e), n === t.FileWatcherEventKind.Created ? (r(e, "fileAdd"), f.events.emit("fileAdd", e)) : n === t.FileWatcherEventKind.Changed ? (r(e, "fileUpdate"),
5990
5990
  f.events.emit("fileUpdate", e)) : n === t.FileWatcherEventKind.Deleted && (r(e, "fileDelete"),
5991
5991
  f.events.emit("fileDelete", e));
5992
- })), o = () => {
5992
+ }), 250, {
5993
+ watchFile: t.WatchFileKind.FixedPollingInterval,
5994
+ fallbackPolling: t.PollingWatchKind.FixedInterval
5995
+ }), o = () => {
5993
5996
  i.close();
5994
5997
  };
5995
5998
  return f.addDestory(o), {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/sys/node",
3
- "version": "2.22.2",
3
+ "version": "2.22.3",
4
4
  "description": "Rindo Node System.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Rindo Node System Worker v2.22.2 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Node System Worker v2.22.3 | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
  function _interopNamespace(e) {
5
5
  if (e && e.__esModule) return e;
package/testing/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Rindo Testing v2.22.2 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Testing v2.22.3 | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
  function _lazyRequire(e) {
5
5
  return new Proxy({}, {
@@ -2961,7 +2961,7 @@ const COMMON_DIR_MODULE_EXTS = [ ".tsx", ".ts", ".mjs", ".js", ".jsx", ".json",
2961
2961
  d("/");
2962
2962
  const S = {
2963
2963
  name: "in-memory",
2964
- version: "2.22.2",
2964
+ version: "2.22.3",
2965
2965
  events: a,
2966
2966
  access: async e => u(e),
2967
2967
  accessSync: u,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/testing",
3
- "version": "2.22.2",
3
+ "version": "2.22.3",
4
4
  "description": "Rindo testing suite.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",