@zntc/rspack-loader 0.1.5 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zntc/rspack-loader",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
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",
@@ -57,7 +57,7 @@
57
57
  "prepublishOnly": "bun run build && bunx publint --strict --level error ."
58
58
  },
59
59
  "dependencies": {
60
- "@zntc/core": "0.1.5"
60
+ "@zntc/core": "0.1.7"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@rspack/core": "^2.0.1",