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