@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectql/create",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Create ObjectQL apps with one command",
5
5
  "bin": {
6
6
  "create-objectql": "./dist/bin.js"
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectql/example-enterprise-erp",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "ObjectQL Enterprise Example - CRM & HR Demo",
5
5
  "private": true,
6
6
  "keywords": [
@@ -6,8 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
 
9
- // Import ObjectQLPlugin types from @objectql/core instead of @objectstack/runtime
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,13 @@
1
1
  # @example/hello-world
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
+
3
11
  ## 4.2.1
4
12
 
5
13
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectql/example-hello-world",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "private": true,
5
5
  "repository": {
6
6
  "type": "git",
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectql/example-project-tracker",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "ObjectQL Basic Example Project",
5
5
  "private": true,
6
6
  "keywords": [