@objectstack/runtime 4.0.4 → 4.1.0

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/runtime",
3
- "version": "4.0.4",
3
+ "version": "4.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "ObjectStack Core Runtime & Query Engine",
6
6
  "type": "module",
@@ -14,18 +14,54 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "zod": "^4.3.6",
18
- "@objectstack/core": "4.0.4",
19
- "@objectstack/rest": "4.0.4",
20
- "@objectstack/spec": "4.0.4",
21
- "@objectstack/types": "4.0.4"
17
+ "quickjs-emscripten": "^0.32.0",
18
+ "zod": "^4.4.3",
19
+ "@objectstack/core": "4.1.0",
20
+ "@objectstack/formula": "4.1.0",
21
+ "@objectstack/plugin-auth": "4.1.0",
22
+ "@objectstack/plugin-security": "4.1.0",
23
+ "@objectstack/rest": "4.1.0",
24
+ "@objectstack/service-i18n": "4.1.0",
25
+ "@objectstack/spec": "4.1.0",
26
+ "@objectstack/types": "4.1.0"
22
27
  },
23
28
  "devDependencies": {
24
- "typescript": "^6.0.2",
25
- "vitest": "^4.1.4"
29
+ "typescript": "^6.0.3",
30
+ "vitest": "^4.1.7",
31
+ "@objectstack/driver-memory": "4.1.0",
32
+ "@objectstack/driver-mongodb": "4.1.0",
33
+ "@objectstack/driver-sql": "4.1.0",
34
+ "@objectstack/driver-turso": "4.1.0",
35
+ "@objectstack/metadata": "4.1.0",
36
+ "@objectstack/objectql": "4.1.0"
37
+ },
38
+ "keywords": [
39
+ "objectstack",
40
+ "runtime",
41
+ "bootstrap",
42
+ "driver",
43
+ "app-plugin"
44
+ ],
45
+ "author": "ObjectStack",
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "https://github.com/objectstack-ai/framework.git",
49
+ "directory": "packages/runtime"
50
+ },
51
+ "homepage": "https://objectstack.ai/docs",
52
+ "bugs": "https://github.com/objectstack-ai/framework/issues",
53
+ "publishConfig": {
54
+ "access": "public"
55
+ },
56
+ "files": [
57
+ "dist",
58
+ "README.md"
59
+ ],
60
+ "engines": {
61
+ "node": ">=18.0.0"
26
62
  },
27
63
  "scripts": {
28
- "build": "tsup --config ../../tsup.config.ts",
64
+ "build": "tsup --config tsup.config.ts",
29
65
  "dev": "tsc -w",
30
66
  "test": "vitest run"
31
67
  }
@@ -1,22 +0,0 @@
1
-
2
- > @objectstack/runtime@4.0.4 build /home/runner/work/framework/framework/packages/runtime
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
- CJS dist/index.cjs 97.58 KB
14
- CJS dist/index.cjs.map 206.05 KB
15
- CJS ⚡️ Build success in 196ms
16
- ESM dist/index.js 94.96 KB
17
- ESM dist/index.js.map 205.98 KB
18
- ESM ⚡️ Build success in 200ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 3990ms
21
- DTS dist/index.d.ts 25.96 KB
22
- DTS dist/index.d.cts 25.96 KB