@brandlift/payload-loggs 1.0.2 → 1.0.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.
- package/package.json +2 -22
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brandlift/payload-loggs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"packageManager": "pnpm@10.2.0",
|
|
6
6
|
"description": "Zero-config activity feed, audit logging, and security tracking plugin for Payload CMS",
|
|
7
7
|
"author": {
|
|
@@ -34,16 +34,6 @@
|
|
|
34
34
|
"types": "./dist/index.d.ts",
|
|
35
35
|
"import": "./dist/index.js",
|
|
36
36
|
"default": "./dist/index.js"
|
|
37
|
-
},
|
|
38
|
-
"./client": {
|
|
39
|
-
"types": "./dist/exports/client.d.ts",
|
|
40
|
-
"import": "./dist/exports/client.js",
|
|
41
|
-
"default": "./dist/exports/client.js"
|
|
42
|
-
},
|
|
43
|
-
"./rsc": {
|
|
44
|
-
"types": "./dist/exports/rsc.d.ts",
|
|
45
|
-
"import": "./dist/exports/rsc.js",
|
|
46
|
-
"default": "./dist/exports/rsc.js"
|
|
47
37
|
}
|
|
48
38
|
},
|
|
49
39
|
"main": "./dist/index.js",
|
|
@@ -134,19 +124,9 @@
|
|
|
134
124
|
"access": "public",
|
|
135
125
|
"exports": {
|
|
136
126
|
".": {
|
|
137
|
-
"import": "./dist/index.js",
|
|
138
127
|
"types": "./dist/index.d.ts",
|
|
128
|
+
"import": "./dist/index.js",
|
|
139
129
|
"default": "./dist/index.js"
|
|
140
|
-
},
|
|
141
|
-
"./client": {
|
|
142
|
-
"import": "./dist/exports/client.js",
|
|
143
|
-
"types": "./dist/exports/client.d.ts",
|
|
144
|
-
"default": "./dist/exports/client.js"
|
|
145
|
-
},
|
|
146
|
-
"./rsc": {
|
|
147
|
-
"import": "./dist/exports/rsc.js",
|
|
148
|
-
"types": "./dist/exports/rsc.d.ts",
|
|
149
|
-
"default": "./dist/exports/rsc.js"
|
|
150
130
|
}
|
|
151
131
|
},
|
|
152
132
|
"main": "./dist/index.js",
|