mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-18 19:14:26 -04:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 4.0.1
|
||||
|
||||
- Enhancement: Fix channel info for image loader to 4 to avoid processing errors
|
||||
|
||||
## 4.0.0
|
||||
|
||||
- Feature: Add ability to move/focus/resize windows [(#172)](https://github.com/nut-tree/nut.js/issues/172)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nut-tree/configs",
|
||||
"private": true,
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "Shared configs for nut.js",
|
||||
"author": {
|
||||
"name": "dry Software UG (haftungsbeschränkt)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/nut-js",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/index",
|
||||
"typings": "dist/index",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/provider-interfaces",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "Public provider interfaces for @nut-tree/nut-js",
|
||||
"main": "dist/index",
|
||||
"typings": "dist/index",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/shared",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"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.0.0",
|
||||
"version": "4.0.1",
|
||||
"private": true,
|
||||
"description": "Integration tests to verify window handling",
|
||||
"main": "main.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sample-jest",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"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.0.0",
|
||||
"version": "4.0.1",
|
||||
"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.0.0",
|
||||
"version": "4.0.1",
|
||||
"private": true,
|
||||
"description": "A simple nut.js test example which tests mouse control",
|
||||
"author": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sample-screen",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"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.0.0",
|
||||
"version": "4.0.1",
|
||||
"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.0.0",
|
||||
"version": "4.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "pnpm -r test",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nut-tree/default-clipboard-provider",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"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.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "libnut is an N-API module for desktop automation with node",
|
||||
"main": "dist/index",
|
||||
"typings": "dist/index",
|
||||
|
||||
Reference in New Issue
Block a user