@splpi/dms-estore-upload 1.0.1 → 1.0.2

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 +8 -4
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@splpi/dms-estore-upload",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "St. Peter DMS — eStore V2 Upload Requirements Component",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",
8
- "files": ["dist"],
9
- "scripts": { "build": "rollup -c --bundleConfigAsCjs && copy dist\\index.d.ts dist\\index.d.ts" },
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "build": "rollup -c --bundleConfigAsCjs && copy dist\\index.d.ts dist\\index.d.ts"
13
+ },
10
14
  "type": "module",
11
15
  "peerDependencies": {
12
16
  "react": ">=18.0.0",
@@ -24,4 +28,4 @@
24
28
  "@rollup/plugin-terser": "^0.4.0",
25
29
  "rollup": "^4.0.0"
26
30
  }
27
- }
31
+ }