@objectql/create 4.0.0 → 4.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectql/create",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
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.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @objectql/core@4.0.1
9
+ - @objectql/driver-sql@4.0.1
10
+ - @objectql/platform-node@4.0.1
11
+ - @objectql/types@4.0.1
12
+
3
13
  ## 3.0.1
4
14
 
5
15
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectql/example-enterprise-erp",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "ObjectQL Enterprise Example - CRM & HR Demo",
5
5
  "private": true,
6
6
  "keywords": [
@@ -43,7 +43,7 @@
43
43
  "@objectql/cli": "workspace:*",
44
44
  "@objectql/driver-sql": "workspace:*",
45
45
  "@objectql/platform-node": "workspace:*",
46
- "@objectstack/spec": "^0.2.0",
46
+ "@objectstack/spec": "^0.3.1",
47
47
  "@types/jest": "^30.0.0",
48
48
  "@types/node": "^20.0.0",
49
49
  "jest": "^30.2.0",
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
 
9
- // Import RuntimePlugin types from @objectql/core instead of @objectstack/runtime
9
+ // Import RuntimePlugin types from @objectql/core instead of @objectql/runtime
10
10
  // to avoid ESM/CJS compatibility issues
11
11
  interface RuntimeContext {
12
12
  engine: any; // ObjectStackKernel