boperators 0.2.0 → 0.2.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ Operator overloading is a common programming feature that JavaScript lacks. Just
14
14
  This is the core library and API, and isn't designed to be used directly. Instead, you can use:
15
15
  - The [Boperators CLI](https://www.npmjs.com/package/@boperators/cli);
16
16
  - The [`tsc`](https://www.npmjs.com/package/@boperators/plugin-tsc) plugin;
17
- - The [webpack loader](https://www.npmjs.com/package/@boperators/webpack-loader);
17
+ - The [NextJS/Webpack loader](https://www.npmjs.com/package/@boperators/webpack-loader);
18
18
  - The [Vite plugin](https://www.npmjs.com/package/@boperators/plugin-vite);
19
19
  - The [ESBuild plugin](https://www.npmjs.com/package/@boperators/plugin-esbuild);
20
20
  - The [Bun plugin](https://www.npmjs.com/package/@boperators/plugin-bun) for running directly with Bun.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boperators",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "license": "MIT",
5
5
  "description": "Operator overloading for TypeScript.",
6
6
  "repository": {