@rindo/core 4.27.2 → 4.28.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/mock-doc",
3
- "version": "4.27.2",
3
+ "version": "4.28.0",
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.27.2",
3
+ "version": "4.28.0",
4
4
  "license": "MIT",
5
5
  "main": "./internal/rindo-core/index.cjs",
6
6
  "module": "./internal/rindo-core/index.js",
@@ -123,11 +123,12 @@
123
123
  },
124
124
  "devDependencies": {
125
125
  "@familyjs/prettier-config": "^4.0.0",
126
- "@rollup/plugin-commonjs": "21.1.0",
126
+ "@jridgewell/source-map": "^0.3.6",
127
+ "@rollup/plugin-commonjs": "28.0.2",
127
128
  "@rollup/plugin-json": "6.1.0",
128
- "@rollup/plugin-node-resolve": "9.0.0",
129
- "@rollup/plugin-replace": "5.0.7",
130
- "@rollup/pluginutils": "5.1.3",
129
+ "@rollup/plugin-node-resolve": "16.0.0",
130
+ "@rollup/plugin-replace": "6.0.2",
131
+ "@rollup/pluginutils": "5.1.4",
131
132
  "@types/eslint": "^8.4.6",
132
133
  "@types/exit": "^0.1.31",
133
134
  "@types/fs-extra": "^11.0.0",
@@ -172,21 +173,24 @@
172
173
  "node-fetch": "3.3.2",
173
174
  "open": "^9.0.0",
174
175
  "open-in-editor": "2.2.0",
175
- "parse5": "7.1.2",
176
+ "parse5": "7.2.1",
176
177
  "pixelmatch": "5.3.0",
177
178
  "postcss": "^8.2.8",
178
179
  "prettier": "3.3.1",
179
180
  "prompts": "2.4.2",
180
181
  "puppeteer": "^24.1.0",
181
182
  "rimraf": "^6.0.1",
182
- "rollup": "2.56.3",
183
+ "rollup": "4.34.9",
183
184
  "semver": "^7.3.7",
184
- "terser": "5.31.1",
185
+ "terser": "5.37.0",
185
186
  "tsx": "^4.19.2",
186
187
  "typescript": "~5.5.4",
187
188
  "webpack": "^5.75.0",
188
189
  "ws": "8.17.1"
189
190
  },
191
+ "optionalDependencies": {
192
+ "@rollup/rollup-linux-x64-gnu": "4.34.9"
193
+ },
190
194
  "engines": {
191
195
  "node": ">=16.0.0",
192
196
  "npm": ">=7.10.0"
@@ -1,5 +1,5 @@
1
1
  /*
2
- Rindo Screenshot v4.27.2 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Screenshot v4.28.0 | 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.27.2",
3
+ "version": "4.28.0",
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.27.2 | MIT Licensed | https://rindojs.web.app
2
+ Rindo Screenshot Pixel Match v4.28.0 | MIT Licensed | https://rindojs.web.app
3
3
  */
4
4
  "use strict";
5
5
  var __create = Object.create;