@photonhealth/elements 0.21.1 → 0.22.0
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -58501,7 +58501,7 @@ function checkHasPermission(subset, superset) {
|
|
|
58501
58501
|
return subset.every((permission) => superset.includes(permission));
|
|
58502
58502
|
}
|
|
58503
58503
|
|
|
58504
|
-
const version$1 = "0.
|
|
58504
|
+
const version$1 = "0.22.0";
|
|
58505
58505
|
const pkg = {
|
|
58506
58506
|
version: version$1};
|
|
58507
58507
|
|
package/dist/index.mjs
CHANGED
|
@@ -58499,7 +58499,7 @@ function checkHasPermission(subset, superset) {
|
|
|
58499
58499
|
return subset.every((permission) => superset.includes(permission));
|
|
58500
58500
|
}
|
|
58501
58501
|
|
|
58502
|
-
const version$1 = "0.
|
|
58502
|
+
const version$1 = "0.22.0";
|
|
58503
58503
|
const pkg = {
|
|
58504
58504
|
version: version$1};
|
|
58505
58505
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@photonhealth/elements",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -31,6 +31,8 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.18.13",
|
|
33
33
|
"@csstools/postcss-sass": "^5.0.1",
|
|
34
|
+
"@photonhealth/components": "*",
|
|
35
|
+
"@photonhealth/sdk": "*",
|
|
34
36
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
35
37
|
"@types/lodash": "^4.14.185",
|
|
36
38
|
"@types/node": "^18.7.18",
|
|
@@ -46,8 +48,6 @@
|
|
|
46
48
|
"vite-plugin-solid": "^2.3.0"
|
|
47
49
|
},
|
|
48
50
|
"dependencies": {
|
|
49
|
-
"@photonhealth/components": "*",
|
|
50
|
-
"@photonhealth/sdk": "*",
|
|
51
51
|
"@shoelace-style/shoelace": "^2.4.0",
|
|
52
52
|
"@solid-primitives/scheduled": "^1.5.0",
|
|
53
53
|
"@solid-primitives/timer": "^1.4.0",
|