@payloadcms/plugin-multi-tenant 3.68.0-internal-debug.591ab42 → 3.68.0-internal.2b8df4a
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-multi-tenant",
|
|
3
|
-
"version": "3.68.0-internal
|
|
3
|
+
"version": "3.68.0-internal.2b8df4a",
|
|
4
4
|
"description": "Multi Tenant plugin for Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
"types.d.ts"
|
|
81
81
|
],
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@payloadcms/translations": "3.68.0-internal-debug.591ab42",
|
|
84
83
|
"@payloadcms/eslint-config": "3.28.0",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
84
|
+
"payload": "3.68.0-internal.2b8df4a",
|
|
85
|
+
"@payloadcms/translations": "3.68.0-internal.2b8df4a",
|
|
86
|
+
"@payloadcms/ui": "3.68.0-internal.2b8df4a"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
|
-
"@payloadcms/ui": "3.68.0-internal
|
|
90
|
-
"payload": "3.68.0-internal
|
|
89
|
+
"@payloadcms/ui": "3.68.0-internal.2b8df4a",
|
|
90
|
+
"payload": "3.68.0-internal.2b8df4a"
|
|
91
91
|
},
|
|
92
92
|
"homepage:": "https://payloadcms.com",
|
|
93
93
|
"scripts": {
|
|
@@ -99,6 +99,6 @@
|
|
|
99
99
|
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/",
|
|
100
100
|
"lint": "eslint .",
|
|
101
101
|
"lint:fix": "eslint . --fix",
|
|
102
|
-
"pack:plugin": "pnpm
|
|
102
|
+
"pack:plugin": "pnpm prepublishOnly && pnpm copyfiles && pnpm pack"
|
|
103
103
|
}
|
|
104
104
|
}
|