Skip to content

Commit e16f9cb

Browse files
committed
Publish
- bbop-client-barista@0.1.0 - bbop-core@0.1.0 - bbop-graph@0.1.0 - bbop-graph-noctua@0.1.0 - bbop-layout@0.1.0 - bbop-manager-golr@0.1.0 - bbop-manager-minerva@0.1.0 - bbop-manager-sparql@0.1.0 - bbop-registry@0.1.0 - bbop-response-barista@0.1.0 - bbop-response-golr@0.1.0 - bbop-rest-manager@0.1.0 - bbop-rest-response@0.1.0 - class-expression@0.1.0 - golr-conf@0.1.0 - minerva-requests@0.1.0
1 parent 9532630 commit e16f9cb

17 files changed

Lines changed: 127 additions & 94 deletions

File tree

package-lock.json

Lines changed: 80 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bbop-client-barista/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbop-client-barista",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "Manager for handling per-model client-to-client and server-to-client communication via Barista.",
55
"keywords": [
66
"Berkeley BOP",
@@ -41,8 +41,8 @@
4141
"test": "node --test"
4242
},
4343
"dependencies": {
44-
"bbop-core": "^0.0.6",
45-
"bbop-registry": "^0.0.3",
44+
"bbop-core": "^0.1.0",
45+
"bbop-registry": "^0.1.0",
4646
"socket.io-client": "^1.4.6"
4747
},
4848
"devDependencies": {

packages/bbop-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbop-core",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "A set of useful and common JavaScript functions to supplement other more basic utility libraries.",
55
"keywords": [
66
"Berkeley BOP",

packages/bbop-graph-noctua/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbop-graph-noctua",
3-
"version": "0.0.35",
3+
"version": "0.1.0",
44
"description": "A subclass of bbop-graph that layers on a complete annotation and graph editing model for the Noctua set of tools.",
55
"keywords": [
66
"Berkeley BOP",
@@ -43,8 +43,8 @@
4343
"test": "node --test"
4444
},
4545
"dependencies": {
46-
"bbop-core": "^0.0.6",
47-
"bbop-graph": "^0.0.21",
46+
"bbop-core": "^0.1.0",
47+
"bbop-graph": "^0.1.0",
4848
"class-expression": "^0.0.13",
4949
"underscore": "^1.13.8"
5050
},

packages/bbop-graph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbop-graph",
3-
"version": "0.0.21",
3+
"version": "0.1.0",
44
"description": "General purpose (mathematical) graph library in JavaScript.",
55
"keywords": [
66
"Berkeley BOP",
@@ -41,7 +41,7 @@
4141
"test": "node --test"
4242
},
4343
"dependencies": {
44-
"bbop-core": "^0.0.6",
44+
"bbop-core": "^0.1.0",
4545
"underscore": "^1.13.8"
4646
},
4747
"devDependencies": {

packages/bbop-layout/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbop-layout",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "A collection of external and in-house layout engines producing an abstract common output for JavaScript graphs.",
55
"keywords": [
66
"Berkeley BOP",
@@ -41,8 +41,8 @@
4141
"test": "node --test"
4242
},
4343
"dependencies": {
44-
"bbop-core": "^0.0.6",
45-
"bbop-graph": "^0.0.21",
44+
"bbop-core": "^0.1.0",
45+
"bbop-graph": "^0.1.0",
4646
"cytoscape": "^3.30.0",
4747
"underscore": "^1.13.8"
4848
},

packages/bbop-manager-golr/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbop-manager-golr",
3-
"version": "0.0.13",
3+
"version": "0.1.0",
44
"description": "Manager for handling communication and callbacks with GOlr instances.",
55
"keywords": [
66
"AmiGO",
@@ -41,13 +41,13 @@
4141
"test": "node --test"
4242
},
4343
"dependencies": {
44-
"bbop-core": "^0.0.6",
45-
"bbop-registry": "^0.0.3",
44+
"bbop-core": "^0.1.0",
45+
"bbop-registry": "^0.1.0",
4646
"underscore": "^1.13.8"
4747
},
4848
"devDependencies": {
4949
"chai": "^6.2.2",
50-
"golr-conf": "^0.0.3"
50+
"golr-conf": "^0.1.0"
5151
},
5252
"engines": {
5353
"node": ">=22 <25"

0 commit comments

Comments
 (0)