@webiny/app-audit-logs 5.44.1-beta.1 → 5.44.1-beta.3

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.
@@ -1 +1 @@
1
- export declare const LOCAL_STORAGE_LATEST_VISITED_FOLDER = "webiny_audit_logs_latest_visited_folder";
1
+ export declare const LOCAL_STORAGE_LATEST_VISITED_FOLDER = "audit_logs_latest_visited_folder";
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.LOCAL_STORAGE_LATEST_VISITED_FOLDER = void 0;
7
- var LOCAL_STORAGE_LATEST_VISITED_FOLDER = exports.LOCAL_STORAGE_LATEST_VISITED_FOLDER = "webiny_audit_logs_latest_visited_folder";
7
+ var LOCAL_STORAGE_LATEST_VISITED_FOLDER = exports.LOCAL_STORAGE_LATEST_VISITED_FOLDER = "audit_logs_latest_visited_folder";
8
8
 
9
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["LOCAL_STORAGE_LATEST_VISITED_FOLDER","exports"],"sources":["index.ts"],"sourcesContent":["export const LOCAL_STORAGE_LATEST_VISITED_FOLDER = \"webiny_audit_logs_latest_visited_folder\";\n"],"mappings":";;;;;;AAAO,IAAMA,mCAAmC,GAAAC,OAAA,CAAAD,mCAAA,GAAG,yCAAyC","ignoreList":[]}
1
+ {"version":3,"names":["LOCAL_STORAGE_LATEST_VISITED_FOLDER","exports"],"sources":["index.ts"],"sourcesContent":["export const LOCAL_STORAGE_LATEST_VISITED_FOLDER = \"audit_logs_latest_visited_folder\";\n"],"mappings":";;;;;;AAAO,IAAMA,mCAAmC,GAAAC,OAAA,CAAAD,mCAAA,GAAG,kCAAkC","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-audit-logs",
3
- "version": "5.44.1-beta.1",
3
+ "version": "5.44.1-beta.3",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,16 +12,16 @@
12
12
  "@apollo/react-hooks": "3.1.5",
13
13
  "@emotion/react": "11.10.8",
14
14
  "@emotion/styled": "11.10.6",
15
- "@webiny/api-audit-logs": "5.44.1-beta.1",
16
- "@webiny/app": "5.44.1-beta.1",
17
- "@webiny/app-aco": "5.44.1-beta.1",
18
- "@webiny/app-admin": "5.44.1-beta.1",
19
- "@webiny/app-security": "5.44.1-beta.1",
20
- "@webiny/form": "5.44.1-beta.1",
21
- "@webiny/plugins": "5.44.1-beta.1",
22
- "@webiny/react-properties": "5.44.1-beta.1",
23
- "@webiny/react-router": "5.44.1-beta.1",
24
- "@webiny/ui": "5.44.1-beta.1",
15
+ "@webiny/api-audit-logs": "5.44.1-beta.3",
16
+ "@webiny/app": "5.44.1-beta.3",
17
+ "@webiny/app-aco": "5.44.1-beta.3",
18
+ "@webiny/app-admin": "5.44.1-beta.3",
19
+ "@webiny/app-security": "5.44.1-beta.3",
20
+ "@webiny/form": "5.44.1-beta.3",
21
+ "@webiny/plugins": "5.44.1-beta.3",
22
+ "@webiny/react-properties": "5.44.1-beta.3",
23
+ "@webiny/react-router": "5.44.1-beta.3",
24
+ "@webiny/ui": "5.44.1-beta.3",
25
25
  "date-fns": "2.29.3",
26
26
  "emotion": "10.0.27",
27
27
  "graphql-tag": "2.12.6",
@@ -34,7 +34,7 @@
34
34
  "@material-design-icons/svg": "0.14.13",
35
35
  "@material-symbols/svg-400": "0.4.3",
36
36
  "@types/react": "18.2.79",
37
- "@webiny/project-utils": "5.44.1-beta.1",
37
+ "@webiny/project-utils": "5.44.1-beta.3",
38
38
  "execa": "5.1.1",
39
39
  "rimraf": "6.0.1",
40
40
  "typescript": "5.3.3"
@@ -47,5 +47,5 @@
47
47
  "build": "node ../cli/bin.js run build",
48
48
  "watch": "node ../cli/bin.js run watch"
49
49
  },
50
- "gitHead": "ff5f085c417040291d39fdbe5153067f3a23ed86"
50
+ "gitHead": "1ba366a49390663381688d78df87878040176ef4"
51
51
  }