pwi-plata-type 0.4.95 → 0.4.96

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.
@@ -11,7 +11,7 @@ const node_cluster_1 = __importDefault(require("node:cluster"));
11
11
  const _setupRuntime_1 = require("./runtime/_setupRuntime");
12
12
  const fs_1 = require("../libs/fs");
13
13
  const env_1 = require("../libs/env");
14
- const build_1 = require("++/libs/build");
14
+ const build_1 = require("../libs/build");
15
15
  async function compile() {
16
16
  if (!node_cluster_1.default.isPrimary)
17
17
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pwi-plata-type",
3
- "version": "0.4.95",
3
+ "version": "0.4.96",
4
4
  "main": "__BUILD__/index",
5
5
  "types": "src/@types/exported.d.ts",
6
6
  "bin": {
@@ -6,7 +6,7 @@ import cluster from 'node:cluster'
6
6
  import { loadRuntimeLibs } from './runtime/_setupRuntime'
7
7
  import { PlataFs } from '../libs/fs'
8
8
  import { PlataEnvLoader } from '../libs/env'
9
- import { PlataBuild } from '++/libs/build'
9
+ import { PlataBuild } from '../libs/build'
10
10
 
11
11
  export async function compile() {
12
12
  if (!cluster.isPrimary) return