@oronts/vendure-data-hub-plugin 0.1.0 → 0.1.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/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to the Data Hub Plugin are documented here.
4
4
 
5
+ ## [0.1.1] - 2026-02-24
6
+
7
+ ### Fixed
8
+ - Fixed package.json entry points: Updated `main` and `types` paths from `dist/index.js` to `dist/src/index.js` to match actual build output structure
9
+
5
10
  ## [0.1.0] - 2026-02-24
6
11
 
7
12
  Initial production release of the Data Hub Plugin for Vendure.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oronts/vendure-data-hub-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ETL data integration plugin for Vendure e-commerce",
5
5
  "author": {
6
6
  "name": "Oronts Website",
@@ -14,8 +14,8 @@
14
14
  }
15
15
  ],
16
16
  "license": "PolyForm-Noncommercial-1.0.0",
17
- "main": "dist/index.js",
18
- "types": "dist/index.d.ts",
17
+ "main": "dist/src/index.js",
18
+ "types": "dist/src/index.d.ts",
19
19
  "files": [
20
20
  "dist",
21
21
  "shared",