@rindo/core 4.18.2-dev.1733699480.1e6d201 → 4.18.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/internal/testing",
3
- "version": "4.18.2-dev.1733699480.1e6d201",
3
+ "version": "4.18.3",
4
4
  "description": "Rindo internal testing platform to be imported by the Rindo Compiler. 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
- Rindo Mock Doc (CommonJS) v4.18.2-dev.1733699480.1e6d201 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Mock Doc (CommonJS) v4.18.3 | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
  "use strict";
5
5
  var __defProp = Object.defineProperty;
package/mock-doc/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Rindo Mock Doc v4.18.2-dev.1733699480.1e6d201 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Mock Doc v4.18.3 | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
 
5
5
  // src/runtime/runtime-constants.ts
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/mock-doc",
3
- "version": "4.18.2-dev.1733699480.1e6d201",
3
+ "version": "4.18.3",
4
4
  "description": "Mock window, document and DOM outside of a browser environment.",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core",
3
- "version": "4.18.2-dev.1733699480.1e6d201",
3
+ "version": "4.18.3",
4
4
  "license": "MIT",
5
5
  "main": "./internal/rindo-core/index.cjs",
6
6
  "module": "./internal/rindo-core/index.js",
@@ -23,25 +23,23 @@
23
23
  "testing/"
24
24
  ],
25
25
  "scripts": {
26
- "build": "npm run clean && npm run tsc.scripts && npm run tsc.prod && node scripts/build --prod --ci",
26
+ "build": "npm run clean && npm run tsc.prod && npm run ts scripts/index.ts -- --prod --ci",
27
27
  "build.watch": "npm run build -- --watch",
28
- "build.updateSelectorEngine": "node scripts/build/updateSelectorEngine.js",
29
- "clean": "rm -rf build/ cli/ compiler/ dev-server/ internal/ mock-doc/ sys/ testing/ && npm run clean.scripts && npm run clean.screenshots",
30
- "clean.scripts": "rm -rf scripts/build",
28
+ "build.updateSelectorEngine": "npm run ts scripts/updateSelectorEngine.ts",
29
+ "clean": "rm -rf build/ cli/ compiler/ dev-server/ internal/ mock-doc/ sys/ testing/ && npm run clean:scripts && npm run clean.screenshots",
31
30
  "clean.screenshots": "rm -rf test/end-to-end/screenshot/builds test/end-to-end/screenshot/images",
31
+ "clean:scripts": "rm -rf scripts/build",
32
32
  "lint": "eslint \"bin/*\" \"scripts/*.ts\" \"scripts/**/*.ts\" \"src/*.ts\" \"src/**/*.ts\" \"src/**/*.tsx\"",
33
33
  "install.jest": "bash ./src/testing/jest/install-dependencies.sh",
34
34
  "prettier": "npm run prettier.base -- --write",
35
35
  "prettier.base": "prettier --cache \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/rindo|.github/(**/)?*.(yml|yaml)|*.js\"",
36
36
  "prettier.dry-run": "npm run prettier.base -- --list-different",
37
- "release.ci.prepare": "npm run tsc.scripts && node scripts/build --release --ci-prepare",
38
- "release.ci": "npm run tsc.scripts && NODE_OPTIONS=--max-old-space-size=4096 node scripts/build --release --ci-publish",
39
- "rollup.prod.ci": "rollup --config --config-prod --config-ci",
40
- "rollup.watch": "rollup --watch --config",
37
+ "release.ci.prepare": "npm run ts scripts/index.ts -- --release --ci-prepare",
38
+ "release.ci": "NODE_OPTIONS=--max-old-space-size=4096 npm run ts scripts/index.ts -- --release --ci-publish",
41
39
  "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
42
40
  "test.analysis": "cd test && npm run analysis.build-and-analyze",
43
41
  "test.bundlers": "cd test && npm run bundlers",
44
- "test.dist": "node scripts/build --validate-build",
42
+ "test.dist": "npm run ts scripts/index.ts -- --validate-build",
45
43
  "test.end-to-end": "cd test/end-to-end && npm ci && npm test && npm run test.dist",
46
44
  "test.jest": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
47
45
  "test.prod": "npm run test.dist && npm run test.end-to-end && npm run test.jest && npm run test.testing && npm run test.analysis",
@@ -49,10 +47,8 @@
49
47
  "test.docs-build": "cd test && npm run build.docs-json && npm run build.docs-readme",
50
48
  "test.watch": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
51
49
  "test.watch-all": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watchAll --coverage",
52
- "tsc": "tsc --incremental",
53
50
  "tsc.prod": "tsc",
54
- "tsc.scripts": "tsc --build --force scripts/tsconfig.json",
55
- "tsc.watch": "tsc --incremental --watch"
51
+ "ts": "tsc --noEmit --project scripts/tsconfig.json && tsx"
56
52
  },
57
53
  "devDependencies": {
58
54
  "@familyjs/prettier-config": "^4.0.0",
@@ -79,7 +75,7 @@
79
75
  "@yarnpkg/lockfile": "^1.1.0",
80
76
  "ansi-colors": "4.1.3",
81
77
  "autoprefixer": "10.4.19",
82
- "conventional-changelog-cli": "^4.0.0",
78
+ "conventional-changelog-cli": "^5.0.0",
83
79
  "dts-bundle-generator": "~9.5.0",
84
80
  "esbuild": "^0.21.0",
85
81
  "esbuild-plugin-replace": "^1.4.0",
@@ -114,6 +110,7 @@
114
110
  "rollup": "2.56.3",
115
111
  "semver": "^7.3.7",
116
112
  "terser": "5.31.0",
113
+ "tsx": "^4.10.3",
117
114
  "typescript": "~5.4.0",
118
115
  "webpack": "^5.75.0",
119
116
  "ws": "8.17.0"
@@ -1,5 +1,5 @@
1
1
  /*
2
- Rindo Screenshot v4.18.2-dev.1733699480.1e6d201 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Screenshot v4.18.3 | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
  "use strict";
5
5
  var __create = Object.create;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/screenshot",
3
- "version": "4.18.2-dev.1733699480.1e6d201",
3
+ "version": "4.18.3",
4
4
  "description": "Rindo Screenshot.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -1,5 +1,5 @@
1
1
  /*
2
- Rindo Screenshot Pixel Match v4.18.2-dev.1733699480.1e6d201 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Screenshot Pixel Match v4.18.3 | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
  "use strict";
5
5
  var __create = Object.create;