@payloadcms/plugin-multi-tenant 3.67.0 → 3.68.0-internal-debug.2eb12b9
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 +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-multi-tenant",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.68.0-internal-debug.2eb12b9",
|
|
4
4
|
"description": "Multi Tenant plugin for Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -81,23 +81,24 @@
|
|
|
81
81
|
],
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@payloadcms/eslint-config": "3.28.0",
|
|
84
|
-
"@payloadcms/translations": "3.
|
|
85
|
-
"@payloadcms/ui": "3.
|
|
86
|
-
"payload": "3.
|
|
84
|
+
"@payloadcms/translations": "3.68.0-internal-debug.2eb12b9",
|
|
85
|
+
"@payloadcms/ui": "3.68.0-internal-debug.2eb12b9",
|
|
86
|
+
"payload": "3.68.0-internal-debug.2eb12b9"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
|
-
"@payloadcms/ui": "3.
|
|
90
|
-
"payload": "3.
|
|
89
|
+
"@payloadcms/ui": "3.68.0-internal-debug.2eb12b9",
|
|
90
|
+
"payload": "3.68.0-internal-debug.2eb12b9"
|
|
91
91
|
},
|
|
92
92
|
"homepage:": "https://payloadcms.com",
|
|
93
93
|
"scripts": {
|
|
94
94
|
"build": "pnpm copyfiles && pnpm build:types && pnpm build:swc",
|
|
95
|
+
"build:debug": "pnpm build",
|
|
95
96
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc --strip-leading-paths",
|
|
96
97
|
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
|
97
98
|
"clean": "rimraf {dist,*.tsbuildinfo}",
|
|
98
99
|
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/",
|
|
99
100
|
"lint": "eslint .",
|
|
100
101
|
"lint:fix": "eslint . --fix",
|
|
101
|
-
"pack:plugin": "pnpm
|
|
102
|
+
"pack:plugin": "pnpm build && pnpm pack"
|
|
102
103
|
}
|
|
103
104
|
}
|