@objectql/create 4.2.1 → 4.2.2
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/package.json +1 -1
- package/templates/enterprise/CHANGELOG.md +10 -0
- package/templates/enterprise/package.json +1 -1
- package/templates/enterprise/src/plugins/audit/audit.plugin.ts +1 -2
- package/templates/hello-world/CHANGELOG.md +8 -0
- package/templates/hello-world/package.json +1 -1
- package/templates/starter/CHANGELOG.md +10 -0
- package/templates/starter/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @objectql/starter-enterprise
|
|
2
2
|
|
|
3
|
+
## 4.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9a30c50]
|
|
8
|
+
- @objectql/core@4.2.2
|
|
9
|
+
- @objectql/driver-sql@4.2.2
|
|
10
|
+
- @objectql/platform-node@4.2.2
|
|
11
|
+
- @objectql/types@4.2.2
|
|
12
|
+
|
|
3
13
|
## 4.2.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
//
|
|
10
|
-
// to avoid ESM/CJS compatibility issues
|
|
9
|
+
// Plugin types defined locally to avoid ESM/CJS compatibility issues
|
|
11
10
|
type RuntimeContext = any;
|
|
12
11
|
|
|
13
12
|
interface ObjectQLPlugin {
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @objectql/starter-basic
|
|
2
2
|
|
|
3
|
+
## 4.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9a30c50]
|
|
8
|
+
- @objectql/core@4.2.2
|
|
9
|
+
- @objectql/driver-sql@4.2.2
|
|
10
|
+
- @objectql/platform-node@4.2.2
|
|
11
|
+
- @objectql/types@4.2.2
|
|
12
|
+
|
|
3
13
|
## 4.2.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|