@objectql/platform-node 1.6.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @objectql/platform-node
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Release version 1.7.0 with improvements and bug fixes:
|
|
8
|
+
- Updated default port for ObjectQL Studio to 5555
|
|
9
|
+
- Improved port listening logic in Studio
|
|
10
|
+
- Enhanced stability and performance
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
3
14
|
## 1.6.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectql/platform-node",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"fast-glob": "^3.3.2",
|
|
8
8
|
"js-yaml": "^4.1.1",
|
|
9
|
-
"@objectql/types": "1.
|
|
10
|
-
"@objectql/core": "1.
|
|
9
|
+
"@objectql/types": "1.7.0",
|
|
10
|
+
"@objectql/core": "1.7.0"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"typescript": "^5.3.0"
|