Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "2.0.25",
"version": "2.0.26",
"name": "@synsci/openscience",
"type": "module",
"description": "AI-powered CLI for ML research and development workflows",
Expand Down
16 changes: 8 additions & 8 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@synsci/docs",
"private": true,
"type": "module",
"version": "2.0.25",
"version": "2.0.26",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion frontend/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openscience-landing",
"private": true,
"version": "2.0.25",
"version": "2.0.26",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion frontend/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synsci/ui",
"version": "2.0.25",
"version": "2.0.26",
"type": "module",
"license": "Apache-2.0",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synsci/workspace",
"version": "2.0.25",
"version": "2.0.26",
"description": "",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synsci",
"version": "2.0.25",
"version": "2.0.26",
"description": "Install wizard for OpenScience, the open-source AI research workspace (optionally with Atlas)",
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion tooling/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@synsci/plugin",
"version": "2.0.25",
"version": "2.0.26",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@synsci/sdk",
"version": "2.0.25",
"version": "2.0.26",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synsci/util",
"version": "2.0.25",
"version": "2.0.26",
"private": true,
"type": "module",
"license": "Apache-2.0",
Expand Down