@flarehr/superhero-salpac-profile-admin 1.0.701 → 1.0.702
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarehr/superhero-salpac-profile-admin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.702",
|
|
4
4
|
"description": "Flare Superhero Profile Admin",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"dev": "vite --port 8080",
|
|
18
18
|
"build": "tsc && vite build",
|
|
19
|
-
"preview": "npm run build && vite preview",
|
|
19
|
+
"preview": "npm run build && vite preview --port 8080",
|
|
20
20
|
"test": "jest",
|
|
21
21
|
"analyze": "npx vite-bundle-visualizer",
|
|
22
22
|
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",
|
|
@@ -33,8 +33,7 @@
|
|
|
33
33
|
"@tanstack/react-query": "^5.60.5",
|
|
34
34
|
"jwt-decode": "^4.0.0",
|
|
35
35
|
"preact": "^10.24.3",
|
|
36
|
-
"preact-custom-element": "^4.3.0"
|
|
37
|
-
"react-router": "^7.1.1"
|
|
36
|
+
"preact-custom-element": "^4.3.0"
|
|
38
37
|
},
|
|
39
38
|
"devDependencies": {
|
|
40
39
|
"@preact/preset-vite": "^2.9.1",
|
package/dist/index.html
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<!-- This file is used for dev only. Does not get included in built files. -->
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<title>Superhero: Salpac Profile Admin</title>
|
|
7
|
-
<style>
|
|
8
|
-
body {
|
|
9
|
-
margin: 0;
|
|
10
|
-
}
|
|
11
|
-
</style>
|
|
12
|
-
<script type="module" crossorigin src="/superhero-salpac-profile-admin.js"></script>
|
|
13
|
-
</head>
|
|
14
|
-
<body>
|
|
15
|
-
<superhero-salpac-profile-admin
|
|
16
|
-
account-Id="F7ACA523-BF06-42B9-83DE-31535261AA58"
|
|
17
|
-
backend-url="http://localhost:5173"
|
|
18
|
-
access-token="">
|
|
19
|
-
</superhero-salpac-profile-admin>
|
|
20
|
-
</body>
|
|
21
|
-
</html>
|