@holo-js/core 0.2.4 → 0.2.6

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.
@@ -2058,7 +2058,7 @@ async function registerProjectQueueJobs(projectRoot, registry, queueModule) {
2058
2058
  if (!job) {
2059
2059
  throw new Error(`Discovered job "${entry.sourcePath}" does not export a Holo job.`);
2060
2060
  }
2061
- queueModule.registerQueueJob(queueModule.normalizeQueueJobDefinition(job), {
2061
+ queueModule.registerQueueJob(job, {
2062
2062
  name: entry.name,
2063
2063
  sourcePath: entry.sourcePath,
2064
2064
  replaceExisting: !!existing?.sourcePath
@@ -2677,7 +2677,7 @@ async function createHolo(projectRoot, options = {}) {
2677
2677
  );
2678
2678
  runtimeOwnedAuthorizationPolicyNames.splice(0, runtimeOwnedAuthorizationPolicyNames.length, ...authorizationRegistration.policyNames);
2679
2679
  runtimeOwnedAuthorizationAbilityNames.splice(0, runtimeOwnedAuthorizationAbilityNames.length, ...authorizationRegistration.abilityNames);
2680
- if (options.registerProjectQueueJobs === true && registryHasJobs(registry)) {
2680
+ if (options.registerProjectQueueJobs !== false && registryHasJobs(registry)) {
2681
2681
  if (!activeQueueModule) {
2682
2682
  throw new Error("[@holo-js/core] Project jobs require @holo-js/queue to be installed.");
2683
2683
  }
package/dist/index.mjs CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  resolveGeneratedProjectRegistryPath,
18
18
  resolveRuntimeConnectionManagerOptions,
19
19
  resolveStorageKeyPath
20
- } from "./chunk-F423SU6D.mjs";
20
+ } from "./chunk-H43SANQQ.mjs";
21
21
 
22
22
  // src/adapter.ts
23
23
  import { readdir, stat } from "node:fs/promises";
@@ -22,7 +22,7 @@ import {
22
22
  resetOptionalHoloSubsystems,
23
23
  resolveGeneratedProjectRegistryPath,
24
24
  resolveRuntimeConnectionManagerOptions
25
- } from "../chunk-F423SU6D.mjs";
25
+ } from "../chunk-H43SANQQ.mjs";
26
26
  export {
27
27
  configureHoloRenderingRuntime,
28
28
  createAdapter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holo-js/core",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Holo-JS Framework - Portable runtime core",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -33,26 +33,26 @@
33
33
  "test": "vitest --run"
34
34
  },
35
35
  "dependencies": {
36
- "@holo-js/config": "^0.2.4",
37
- "@holo-js/db": "^0.2.4",
36
+ "@holo-js/config": "^0.2.6",
37
+ "@holo-js/db": "^0.2.6",
38
38
  "esbuild": "^0.27.4"
39
39
  },
40
40
  "peerDependencies": {
41
- "@holo-js/auth": "^0.2.4",
42
- "@holo-js/auth-clerk": "^0.2.4",
43
- "@holo-js/auth-social": "^0.2.4",
44
- "@holo-js/auth-workos": "^0.2.4",
45
- "@holo-js/authorization": "^0.2.4",
46
- "@holo-js/broadcast": "^0.2.4",
47
- "@holo-js/cache": "^0.2.4",
48
- "@holo-js/events": "^0.2.4",
49
- "@holo-js/mail": "^0.2.4",
50
- "@holo-js/notifications": "^0.2.4",
51
- "@holo-js/queue": "^0.2.4",
52
- "@holo-js/queue-db": "^0.2.4",
53
- "@holo-js/security": "^0.2.4",
54
- "@holo-js/session": "^0.2.4",
55
- "@holo-js/storage": "^0.2.4"
41
+ "@holo-js/auth": "^0.2.6",
42
+ "@holo-js/auth-clerk": "^0.2.6",
43
+ "@holo-js/auth-social": "^0.2.6",
44
+ "@holo-js/auth-workos": "^0.2.6",
45
+ "@holo-js/authorization": "^0.2.6",
46
+ "@holo-js/broadcast": "^0.2.6",
47
+ "@holo-js/cache": "^0.2.6",
48
+ "@holo-js/events": "^0.2.6",
49
+ "@holo-js/mail": "^0.2.6",
50
+ "@holo-js/notifications": "^0.2.6",
51
+ "@holo-js/queue": "^0.2.6",
52
+ "@holo-js/queue-db": "^0.2.6",
53
+ "@holo-js/security": "^0.2.6",
54
+ "@holo-js/session": "^0.2.6",
55
+ "@holo-js/storage": "^0.2.6"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "@holo-js/auth": {
@@ -102,15 +102,15 @@
102
102
  }
103
103
  },
104
104
  "devDependencies": {
105
- "@holo-js/auth": "^0.2.4",
106
- "@holo-js/auth-social-google": "^0.2.4",
107
- "@holo-js/authorization": "^0.2.4",
108
- "@holo-js/events": "^0.2.4",
109
- "@holo-js/mail": "^0.2.4",
110
- "@holo-js/notifications": "^0.2.4",
111
- "@holo-js/queue-db": "^0.2.4",
112
- "@holo-js/session": "^0.2.4",
113
- "@holo-js/storage": "^0.2.4",
105
+ "@holo-js/auth": "^0.2.6",
106
+ "@holo-js/auth-social-google": "^0.2.6",
107
+ "@holo-js/authorization": "^0.2.6",
108
+ "@holo-js/events": "^0.2.6",
109
+ "@holo-js/mail": "^0.2.6",
110
+ "@holo-js/notifications": "^0.2.6",
111
+ "@holo-js/queue-db": "^0.2.6",
112
+ "@holo-js/session": "^0.2.6",
113
+ "@holo-js/storage": "^0.2.6",
114
114
  "@types/node": "^22.10.2",
115
115
  "tsup": "^8.3.5",
116
116
  "typescript": "^5.7.2",