-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
"packages/*" | ||
], | ||
"npmClient": "yarn", | ||
"version": "2.1.0" | ||
"version": "2.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@baklavajs/core", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
@@ -26,7 +26,7 @@ | |
"url": "https://github.com/newcat/baklavajs/issues" | ||
}, | ||
"dependencies": { | ||
"@baklavajs/events": "^2.1.0", | ||
"@baklavajs/events": "^2.1.1", | ||
"uuid": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@baklavajs/engine", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Execute BaklavaJS graphs", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
@@ -26,8 +26,8 @@ | |
"url": "https://github.com/newcat/baklavajs/issues" | ||
}, | ||
"dependencies": { | ||
"@baklavajs/core": "^2.1.0", | ||
"@baklavajs/events": "^2.1.0" | ||
"@baklavajs/core": "^2.1.1", | ||
"@baklavajs/events": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@baklavajs/events", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Implementation of the Baklava event system. Mainly intended for internal use in the Baklava ecosystem", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://github.com/newcat/baklavajs#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "baklavajs", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Full installation of BaklavaJS including the core and all plugins", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
@@ -29,11 +29,11 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@baklavajs/core": "^2.1.0", | ||
"@baklavajs/engine": "^2.1.0", | ||
"@baklavajs/interface-types": "^2.1.0", | ||
"@baklavajs/renderer-vue": "^2.1.0", | ||
"@baklavajs/themes": "^2.1.0" | ||
"@baklavajs/core": "^2.1.1", | ||
"@baklavajs/engine": "^2.1.1", | ||
"@baklavajs/interface-types": "^2.1.1", | ||
"@baklavajs/renderer-vue": "^2.1.1", | ||
"@baklavajs/themes": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"esbuild": "^0.19.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@baklavajs/interface-types", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Add types to node interfaces for BaklavaJS", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
@@ -26,9 +26,9 @@ | |
"url": "https://github.com/newcat/baklavajs/issues" | ||
}, | ||
"dependencies": { | ||
"@baklavajs/core": "^2.1.0", | ||
"@baklavajs/engine": "^2.1.0", | ||
"@baklavajs/renderer-vue": "^2.1.0" | ||
"@baklavajs/core": "^2.1.1", | ||
"@baklavajs/engine": "^2.1.1", | ||
"@baklavajs/renderer-vue": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@baklavajs/renderer-vue", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Vue frontend for BaklavaJS", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
@@ -30,8 +30,8 @@ | |
"url": "https://github.com/newcat/baklavajs/issues" | ||
}, | ||
"dependencies": { | ||
"@baklavajs/core": "^2.1.0", | ||
"@baklavajs/events": "^2.1.0" | ||
"@baklavajs/core": "^2.1.1", | ||
"@baklavajs/events": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/resize-observer-browser": "^0.1.9", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@baklavajs/themes", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Themes for BaklavaJS", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters