@objectql/driver-fs 4.1.0 → 4.2.1
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 +38 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +13 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a0aa26a: Unify all package versions and release a patch
|
|
8
|
+
- Updated dependencies [a0aa26a]
|
|
9
|
+
- @objectql/types@4.2.1
|
|
10
|
+
- @objectql/driver-memory@4.2.1
|
|
11
|
+
|
|
12
|
+
## 4.2.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- Release v4.2.0
|
|
17
|
+
- Protocol layer: Added GraphQL, JSON-RPC, and OData v4 protocol adapters
|
|
18
|
+
- Drivers: Added Excel, filesystem, and Redis drivers
|
|
19
|
+
- Plugins: Added formula engine, security RBAC, and validator plugins
|
|
20
|
+
- CLI: Added `objectql create` scaffolding tool
|
|
21
|
+
- Core: Performance improvements and strict type enforcement
|
|
22
|
+
- Testing: Added Driver TCK and Protocol TCK conformance suites
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @objectql/types@4.2.0
|
|
28
|
+
- @objectql/driver-memory@4.2.0
|
|
29
|
+
|
|
3
30
|
## 4.0.6
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -25,6 +52,7 @@
|
|
|
25
52
|
This patch release includes bug fixes, driver improvements, and enhanced test coverage:
|
|
26
53
|
|
|
27
54
|
### Driver Improvements
|
|
55
|
+
|
|
28
56
|
- **MongoDB Driver**: Fixed bulk operations, transaction support, and type safety improvements
|
|
29
57
|
- **FileSystem Driver**: Fixed TCK test compatibility with dataDir parameter
|
|
30
58
|
- **SQL Driver**: Enhanced TCK test compatibility and fixed test failures
|
|
@@ -32,22 +60,26 @@
|
|
|
32
60
|
- **Driver Utils**: Added shared utilities package for cross-driver functionality
|
|
33
61
|
|
|
34
62
|
### Testing & Quality
|
|
63
|
+
|
|
35
64
|
- Added comprehensive TCK (Technology Compatibility Kit) compliance tests for all drivers
|
|
36
65
|
- Expanded TCK test suite to 30+ comprehensive tests
|
|
37
66
|
- Enhanced test infrastructure with better error handling
|
|
38
67
|
- Added --passWithNoTests flag for packages without tests
|
|
39
68
|
|
|
40
69
|
### Type Safety
|
|
70
|
+
|
|
41
71
|
- Improved type safety in MongoDB driver update methods
|
|
42
72
|
- Better handling of atomic operators in MongoDB driver
|
|
43
73
|
- Enhanced type definitions across driver layer
|
|
44
74
|
|
|
45
75
|
### Documentation
|
|
76
|
+
|
|
46
77
|
- Added comprehensive driver documentation
|
|
47
78
|
- Enhanced official documentation with Phase 2 implementation summaries
|
|
48
79
|
- Improved protocol layer documentation
|
|
49
80
|
|
|
50
81
|
### Infrastructure
|
|
82
|
+
|
|
51
83
|
- Standardized driver layer implementation
|
|
52
84
|
- Enhanced protocol layer with better abstraction
|
|
53
85
|
- Improved GitHub Actions workflow configurations
|
|
@@ -66,6 +98,7 @@
|
|
|
66
98
|
- **Patch Release v4.0.3**
|
|
67
99
|
|
|
68
100
|
This patch release includes infrastructure improvements and development experience enhancements:
|
|
101
|
+
|
|
69
102
|
- Refactored dev server setup for improved configuration handling
|
|
70
103
|
- Enhanced example scripts and development workflow
|
|
71
104
|
- Updated build and test infrastructure
|
|
@@ -83,6 +116,7 @@
|
|
|
83
116
|
- **Patch Release v4.0.2**
|
|
84
117
|
|
|
85
118
|
This patch release includes:
|
|
119
|
+
|
|
86
120
|
- Infrastructure improvements and maintenance updates
|
|
87
121
|
- Enhanced stability and reliability
|
|
88
122
|
- Bug fixes and performance optimizations
|
|
@@ -97,6 +131,7 @@
|
|
|
97
131
|
- **Release Version 4.0.1**
|
|
98
132
|
|
|
99
133
|
This patch release includes the latest repository improvements and infrastructure updates:
|
|
134
|
+
|
|
100
135
|
- Added comprehensive GitHub workflows for CI/CD, testing, and quality assurance
|
|
101
136
|
- Enhanced documentation and developer experience
|
|
102
137
|
- Improved build and release processes with Changesets
|
|
@@ -114,6 +149,7 @@
|
|
|
114
149
|
- 79d04e1: Patch release for January 2026 updates
|
|
115
150
|
|
|
116
151
|
This patch includes minor improvements and maintenance updates:
|
|
152
|
+
|
|
117
153
|
- Enhanced type safety across core packages
|
|
118
154
|
- Improved error handling in drivers
|
|
119
155
|
- Documentation updates
|
|
@@ -136,6 +172,7 @@
|
|
|
136
172
|
This is a coordinated major release that unifies all ObjectQL packages to version 2.0.0, establishing a synchronized versioning strategy across the entire ecosystem.
|
|
137
173
|
|
|
138
174
|
### 🎯 Key Changes
|
|
175
|
+
|
|
139
176
|
- **Unified Versioning**: All core packages now share the same version number (2.0.0)
|
|
140
177
|
- **Fixed Group Management**: Updated changeset configuration to include all @objectql packages in the fixed versioning group
|
|
141
178
|
- **Simplified Maintenance**: Future releases will automatically maintain version consistency across the entire monorepo
|
|
@@ -143,6 +180,7 @@
|
|
|
143
180
|
### 📦 Packages Included
|
|
144
181
|
|
|
145
182
|
All ObjectQL packages are now synchronized at version 2.0.0:
|
|
183
|
+
|
|
146
184
|
- Foundation: `@objectql/types`, `@objectql/core`, `@objectql/platform-node`
|
|
147
185
|
- Drivers: `@objectql/driver-sql`, `@objectql/driver-mongo`, `@objectql/driver-redis`, `@objectql/driver-fs`, `@objectql/driver-memory`, `@objectql/driver-localstorage`, `@objectql/driver-excel`, `@objectql/sdk`
|
|
148
186
|
- Runtime: `@objectql/server`
|
package/dist/index.js
CHANGED
|
@@ -139,7 +139,7 @@ class FileSystemDriver extends driver_memory_1.MemoryDriver {
|
|
|
139
139
|
}
|
|
140
140
|
return JSON.parse(content);
|
|
141
141
|
}
|
|
142
|
-
catch (
|
|
142
|
+
catch (_error) {
|
|
143
143
|
throw new types_1.ObjectQLError({
|
|
144
144
|
code: 'INVALID_JSON_FORMAT',
|
|
145
145
|
message: `Failed to parse ${filePath}: invalid JSON format`
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectql/driver-fs",
|
|
3
|
-
"version": "4.1
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "File system driver for ObjectQL - JSON file-based storage with one file per table",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"objectql",
|
|
@@ -14,6 +14,13 @@
|
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"main": "dist/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
|
+
"default": "./dist/index.js"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
17
24
|
"files": [
|
|
18
25
|
"dist",
|
|
19
26
|
"README.md",
|
|
@@ -21,14 +28,13 @@
|
|
|
21
28
|
"package.json"
|
|
22
29
|
],
|
|
23
30
|
"dependencies": {
|
|
24
|
-
"@objectstack/spec": "^
|
|
25
|
-
"
|
|
26
|
-
"@objectql/driver-memory": "4.1
|
|
31
|
+
"@objectstack/spec": "^3.0.2",
|
|
32
|
+
"zod": "^4.3.6",
|
|
33
|
+
"@objectql/driver-memory": "4.2.1",
|
|
34
|
+
"@objectql/types": "4.2.1"
|
|
27
35
|
},
|
|
28
36
|
"devDependencies": {
|
|
29
|
-
"@types/jest": "^29.0.0",
|
|
30
37
|
"@types/node": "^20.0.0",
|
|
31
|
-
"jest": "^29.0.0",
|
|
32
38
|
"typescript": "^5.0.0"
|
|
33
39
|
},
|
|
34
40
|
"repository": {
|
|
@@ -38,6 +44,6 @@
|
|
|
38
44
|
},
|
|
39
45
|
"scripts": {
|
|
40
46
|
"build": "tsc",
|
|
41
|
-
"test": "
|
|
47
|
+
"test": "vitest run"
|
|
42
48
|
}
|
|
43
49
|
}
|