@objectstack/objectql 4.0.3 → 4.0.5

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": "@objectstack/objectql",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Isomorphic ObjectQL Engine for ObjectStack",
6
6
  "main": "dist/index.js",
@@ -13,13 +13,39 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "4.0.3",
17
- "@objectstack/spec": "4.0.3",
18
- "@objectstack/types": "4.0.3"
16
+ "@objectstack/core": "4.0.5",
17
+ "@objectstack/formula": "4.0.5",
18
+ "@objectstack/spec": "4.0.5",
19
+ "@objectstack/types": "4.0.5"
19
20
  },
20
21
  "devDependencies": {
21
- "typescript": "^6.0.2",
22
- "vitest": "^4.1.4"
22
+ "typescript": "^6.0.3",
23
+ "vitest": "^4.1.5"
24
+ },
25
+ "keywords": [
26
+ "objectstack",
27
+ "objectql",
28
+ "query-engine",
29
+ "orm",
30
+ "data-access"
31
+ ],
32
+ "author": "ObjectStack",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "https://github.com/objectstack-ai/framework.git",
36
+ "directory": "packages/objectql"
37
+ },
38
+ "homepage": "https://objectstack.ai/docs",
39
+ "bugs": "https://github.com/objectstack-ai/framework/issues",
40
+ "publishConfig": {
41
+ "access": "public"
42
+ },
43
+ "files": [
44
+ "dist",
45
+ "README.md"
46
+ ],
47
+ "engines": {
48
+ "node": ">=18.0.0"
23
49
  },
24
50
  "scripts": {
25
51
  "build": "tsup --config ../../tsup.config.ts",
@@ -1,22 +0,0 @@
1
-
2
- > @objectstack/objectql@4.0.3 build /home/runner/work/framework/framework/packages/objectql
3
- > tsup --config ../../tsup.config.ts
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Using tsup config: /home/runner/work/framework/framework/tsup.config.ts
9
- CLI Target: es2020
10
- CLI Cleaning output folder
11
- ESM Build start
12
- CJS Build start
13
- ESM dist/index.mjs 112.91 KB
14
- ESM dist/index.mjs.map 230.31 KB
15
- ESM ⚡️ Build success in 125ms
16
- CJS dist/index.js 114.81 KB
17
- CJS dist/index.js.map 231.61 KB
18
- CJS ⚡️ Build success in 160ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 21312ms
21
- DTS dist/index.d.mts 78.76 KB
22
- DTS dist/index.d.ts 78.76 KB