@camunda/play 6.0.1 → 6.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 (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -117530,7 +117530,7 @@ const Axe = Pt(() => {
117530
117530
  a === "auth-error" && t?.error(
117531
117531
  {
117532
117532
  title: wu,
117533
- subtitle: `Please contact your ${g === "sm" ? "admin" : "organization owner or admin"} to give you the necessary permissions to view this Instance.`
117533
+ subtitle: `Please contact your ${g === "sm" ? "admin" : "organization owner or admin"} to give you the necessary permissions to view this instance.`
117534
117534
  },
117535
117535
  { ...Fs, shouldPersist: !0 }
117536
117536
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",