brass-runtime 1.13.5 → 1.13.7

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/dist/index.mjs CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  unwrapScoped,
19
19
  widenOpt,
20
20
  zip
21
- } from "./chunk-QRPYH5J7.mjs";
21
+ } from "./chunk-XNOTJSMZ.mjs";
22
22
  import {
23
23
  Async,
24
24
  Cause,
@@ -86,7 +86,7 @@ import {
86
86
  withScope,
87
87
  withScopeAsync,
88
88
  zipPar
89
- } from "./chunk-T5XJDGTQ.mjs";
89
+ } from "./chunk-7F2R7A2V.mjs";
90
90
 
91
91
  // src/core/types/cancel.ts
92
92
  function makeCancelToken() {
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "brass-runtime",
3
- "version": "1.13.5",
3
+ "version": "1.13.7",
4
4
  "description": "Effect runtime utilities for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Augusto Vivaldelli",
7
7
  "main": "./dist/index.cjs",
8
- "module": "./dist/index.js",
8
+ "module": "./dist/index.mjs",
9
9
  "types": "./dist/index.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
12
  "types": "./dist/index.d.ts",
13
- "import": "./dist/index.js",
13
+ "import": "./dist/index.mjs",
14
14
  "require": "./dist/index.cjs"
15
15
  },
16
16
  "./http": {
17
17
  "types": "./dist/http/index.d.ts",
18
- "import": "./dist/http/index.js",
18
+ "import": "./dist/http/index.mjs",
19
19
  "require": "./dist/http/index.cjs"
20
20
  },
21
21
  "./agent": {
22
22
  "types": "./dist/agent/index.d.ts",
23
- "import": "./dist/agent/index.js",
23
+ "import": "./dist/agent/index.mjs",
24
24
  "require": "./dist/agent/index.cjs"
25
25
  },
26
26
  "./package.json": "./package.json",
@@ -86,7 +86,8 @@
86
86
  "benchmark:json": "tsx src/benchmarks/runner.ts --json",
87
87
  "test:coverage:html": "vitest run --coverage --reporter=default",
88
88
  "build:wasm": "cd crates/brass-runtime-wasm-engine && wasm-pack build --target nodejs --out-dir ../../wasm/pkg",
89
- "build:ts": "tsup"
89
+ "build:ts": "tsup",
90
+ "validate:cjs": "node scripts/validate-cjs.mjs"
90
91
  },
91
92
  "devDependencies": {
92
93
  "@types/node": "^22.15.0",
@@ -1 +0,0 @@
1
- #!/usr/bin/env node