payload 3.59.0-internal.8435f3c → 3.59.0-internal.898dbd3
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 +3 -6
- package/dist/index.bundled.d.ts +0 -12433
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payload",
|
|
3
|
-
"version": "3.59.0-internal.
|
|
3
|
+
"version": "3.59.0-internal.898dbd3",
|
|
4
4
|
"description": "Node, React, Headless CMS and Application Framework built on Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"admin panel",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"undici": "7.10.0",
|
|
102
102
|
"uuid": "10.0.0",
|
|
103
103
|
"ws": "^8.16.0",
|
|
104
|
-
"@payloadcms/translations": "3.59.0-internal.
|
|
104
|
+
"@payloadcms/translations": "3.59.0-internal.898dbd3"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
|
|
@@ -118,8 +118,6 @@
|
|
|
118
118
|
"graphql-http": "^1.22.0",
|
|
119
119
|
"react-datepicker": "7.6.0",
|
|
120
120
|
"rimraf": "6.0.1",
|
|
121
|
-
"rollup": "4.52.3",
|
|
122
|
-
"rollup-plugin-dts": "6.2.3",
|
|
123
121
|
"sharp": "0.32.6",
|
|
124
122
|
"@payloadcms/eslint-config": "3.28.0"
|
|
125
123
|
},
|
|
@@ -133,11 +131,10 @@
|
|
|
133
131
|
"registry": "https://registry.npmjs.org/"
|
|
134
132
|
},
|
|
135
133
|
"scripts": {
|
|
136
|
-
"build": "rimraf .dist && rimraf tsconfig.tsbuildinfo && pnpm copyfiles && pnpm build:types && pnpm build:swc &&
|
|
134
|
+
"build": "rimraf .dist && rimraf tsconfig.tsbuildinfo && pnpm copyfiles && pnpm build:types && pnpm build:swc && echo skipping esbuild",
|
|
137
135
|
"build:bundle-for-analysis": "node ./bundle.js esbuild",
|
|
138
136
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc --strip-leading-paths",
|
|
139
137
|
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
|
140
|
-
"bundle:types": "rollup -c rollup.dts.config.mjs",
|
|
141
138
|
"clean": "rimraf -g {dist,*.tsbuildinfo}",
|
|
142
139
|
"clean:cache": "rimraf node_modules/.cache",
|
|
143
140
|
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/",
|