@sphereon/ui-components.core 0.4.1-next.7 → 0.4.1-next.9

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.core",
3
3
  "private": false,
4
- "version": "0.4.1-next.7+bbe56cb",
4
+ "version": "0.4.1-next.9+44754a2",
5
5
  "description": "SSI UI components Core",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -12,10 +12,16 @@
12
12
  "Self-sovereign identity (SSI)"
13
13
  ],
14
14
  "scripts": {
15
- "build": "tsc && pnpm run copy-css",
16
- "copy-css": "cpy src/**/*.css dist --parents",
15
+ "build": "pnpm run copy-css && tsc",
16
+ "copy-css": "copy-files-from-to",
17
17
  "build:clean": "tsc --build --clean && tsc --build"
18
18
  },
19
+ "copyFiles": [
20
+ {
21
+ "from": "src/**/*.css",
22
+ "to": "dist"
23
+ }
24
+ ],
19
25
  "source": "src/index.ts",
20
26
  "main": "dist/index.js",
21
27
  "types": "dist/index.d.ts",
@@ -36,6 +42,7 @@
36
42
  "@types/i18n-js": "^3.8.4",
37
43
  "@types/lodash.memoize": "^4.1.7",
38
44
  "@types/react": "~18.2.67",
45
+ "copy-files-from-to": "^3.12.1",
39
46
  "cpy-cli": "^5.0.0",
40
47
  "react": "18.2.0",
41
48
  "typescript": "4.9.5"
@@ -43,5 +50,5 @@
43
50
  "peerDependencies": {
44
51
  "react": ">= 18.2"
45
52
  },
46
- "gitHead": "bbe56cbb8f611ce183e5300ee3c533541505e04f"
53
+ "gitHead": "44754a2bc1647b1f6046e9de49ba2f7fe13b5c28"
47
54
  }
File without changes