Skip to content

Commit df679d0

Browse files
author
Mauro Stepanoski
committed
chore(release): publish 1.3.1
1 parent f14c796 commit df679d0

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.3.1",
33
"npmClient": "npm",
44
"packages": [
55
"packages/*"

package-lock.json

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@legible-sync/core",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Core framework for LegibleSync - What You See Is What It Does",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/example-console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@legible-sync/example-console",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Console example application using LegibleSync framework",
55
"main": "dist/index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"dependencies": {
33-
"@legible-sync/core": "^1.3.0",
33+
"@legible-sync/core": "^1.3.1",
3434
"bcrypt": "^5.1.0",
3535
"jsonwebtoken": "^9.0.0",
3636
"rdflib": "^2.2.0",

packages/example-eda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@legible-sync/example-eda",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Event-Driven Architecture example with plugin-based modules",
55
"main": "dist/index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"test:coverage": "jest --coverage"
1515
},
1616
"dependencies": {
17-
"@legible-sync/core": "^1.3.0"
17+
"@legible-sync/core": "^1.3.1"
1818
},
1919
"repository": {
2020
"type": "git",

packages/example-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@legible-sync/example-express",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Express.js REST API example using LegibleSync framework",
55
"main": "dist/server.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"dependencies": {
34-
"@legible-sync/core": "^1.3.0",
34+
"@legible-sync/core": "^1.3.1",
3535
"bcrypt": "^5.1.0",
3636
"express": "^4.18.0",
3737
"jsonwebtoken": "^9.0.0"

packages/example-nextjs-sse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@legible-sync/example-nextjs-sse",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Next.js SSE example using LegibleSync framework",
55
"main": "src/index.ts",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"dependencies": {
34-
"@legible-sync/core": "^1.3.0",
34+
"@legible-sync/core": "^1.3.1",
3535
"next": "^14.0.0",
3636
"papaparse": "^5.4.1",
3737
"react": "^18.0.0",

0 commit comments

Comments
 (0)