@zntc/rspack-loader 0.1.4 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zntc/rspack-loader",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Use ZNTC as the TypeScript/JSX/Flow transformer in Rspack and Webpack (drop-in alternative to swc-loader / esbuild-loader / babel-loader)",
5
5
  "keywords": [
6
6
  "babel-loader",
@@ -50,14 +50,14 @@
50
50
  }
51
51
  },
52
52
  "scripts": {
53
- "build:bundle": "node ../core/bin/zntc.mjs --bundle src/index.ts --outfile dist/index.js --format=esm --target=node --conditions=source --external @zntc/core && node ../core/bin/zntc.mjs --bundle src/index.ts --outfile dist/index.cjs --format=cjs --target=node --conditions=source --external @zntc/core",
53
+ "build:bundle": "node ../core/bin/zntc.mjs --bundle src/index.ts --outfile dist/index.js --format=esm --conditions=source --external @zntc/core && node ../core/bin/zntc.mjs --bundle src/index.ts --outfile dist/index.cjs --format=cjs --conditions=source --external @zntc/core",
54
54
  "build:dts": "bun x tsc -b && cp dist/index.d.ts dist/index.d.cts",
55
55
  "build": "bun run build:bundle && bun run build:dts",
56
56
  "test": "bun test",
57
57
  "prepublishOnly": "bun run build && bunx publint --strict --level error ."
58
58
  },
59
59
  "dependencies": {
60
- "@zntc/core": "0.1.4"
60
+ "@zntc/core": "0.1.6"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@rspack/core": "^2.0.1",