mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-01 20:04:00 -04:00
@@ -2,6 +2,10 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 4.2.0
|
||||
|
||||
- Feature: Extend `Window` class with `minimize` and `restore` methods
|
||||
|
||||
## 4.1.0
|
||||
|
||||
- Enhancement: Extend `WindowProviderInterface` with `minimizeWindow` and `restoreWindow` functions
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nut-tree/configs",
|
||||
"private": true,
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"description": "Shared configs for nut.js",
|
||||
"author": {
|
||||
"name": "dry Software UG (haftungsbeschränkt)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/nut-js",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/index",
|
||||
"typings": "dist/index",
|
||||
@@ -70,4 +70,4 @@
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/provider-interfaces",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"description": "Public provider interfaces for @nut-tree/nut-js",
|
||||
"main": "dist/index",
|
||||
"typings": "dist/index",
|
||||
@@ -28,4 +28,4 @@
|
||||
"devDependencies": {
|
||||
"@nut-tree/configs": "workspace:*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/shared",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"description": "Shared objects, data types and functions for @nut-tree/nut-js",
|
||||
"main": "dist/index",
|
||||
"typings": "dist/index",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sample-window",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"private": true,
|
||||
"description": "Integration tests to verify window handling",
|
||||
"main": "main.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sample-jest",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"private": true,
|
||||
"description": "A simple nut.js test example which demos Jest integration",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sample-keyboard",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"private": true,
|
||||
"description": "A simple nut.js test example which tests keyboard control",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sample-mouse",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"private": true,
|
||||
"description": "A simple nut.js test example which tests mouse control",
|
||||
"author": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sample-screen",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"private": true,
|
||||
"description": "A simple nut.js test example which tests screen control",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sample-typescript",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"private": true,
|
||||
"description": "A simple nut.js test example which demos usage with TypeScript",
|
||||
"main": "index.ts",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/monorepo",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "pnpm -r test",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/default-clipboard-provider",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"description": "The @nut-tree/nut-js default clipboard provider based on clipboardy",
|
||||
"main": "dist/index",
|
||||
"typings": "dist/index",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/libnut",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"description": "libnut is an N-API module for desktop automation with node",
|
||||
"main": "dist/index",
|
||||
"typings": "dist/index",
|
||||
@@ -54,4 +54,4 @@
|
||||
"peerDependencies": {
|
||||
"@nut-tree/nut-js": "^3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user