@devvit/public-api 0.11.19-next-2025-07-01-17-04-17-76d17d8d9.0 → 0.11.19-next-2025-07-02-17-32-32-070c5de78.0
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/devvit/Devvit.d.ts.map +1 -1
- package/devvit/internals/upgrade-app-shim.d.ts +0 -4
- package/devvit/internals/upgrade-app-shim.d.ts.map +1 -1
- package/devvit/internals/upgrade-app-shim.js +0 -8
- package/meta.min.json +7 -7
- package/package.json +10 -13
- package/public-api.min.js +2 -2
- package/public-api.min.js.map +2 -2
- package/version.json +2 -5
- package/meta.json +0 -10456
- package/public-api.d.ts +0 -60515
- package/public-api.iife.js +0 -103353
- package/tsdoc-metadata.json +0 -11
package/version.json
CHANGED
|
@@ -17,13 +17,11 @@
|
|
|
17
17
|
"dist/**"
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
|
-
"build": "yarn build:icon-types && yarn build:semantic-colors && tsc && cp -af devvit.tsconfig.json dist/ && yarn build:
|
|
20
|
+
"build": "yarn build:icon-types && yarn build:semantic-colors && tsc && cp -af devvit.tsconfig.json dist/ && yarn build:min",
|
|
21
21
|
"build:icon-types": "make-icons src/types/icons.ts",
|
|
22
22
|
"build:min": "esbuild --bundle --sourcemap=linked --target=es2020 --format=esm --metafile=dist/meta.min.json --outfile=dist/public-api.min.js --external:@devvit/protos --minify src/index.ts",
|
|
23
23
|
"build:semantic-colors": "node scripts/make-semantic-colors.js",
|
|
24
|
-
"
|
|
25
|
-
"build:unmin": "esbuild --bundle --sourcemap=inline --target=es2020 --format=iife --metafile=dist/meta.json --outfile=dist/public-api.iife.js --global-name=devvitPublicAPI src/index.ts",
|
|
26
|
-
"clean": "rm -rf .turbo api-extractor coverage dist src/devvit/internals/semanticColors.ts src/types/icons.ts || :",
|
|
24
|
+
"clean": "rm -rf .turbo coverage dist src/devvit/internals/semanticColors.ts src/types/icons.ts || :",
|
|
27
25
|
"clobber": "yarn clean && rm -rf node_modules",
|
|
28
26
|
"dev": "tsc -w",
|
|
29
27
|
"dev:build": "chokidar ./src ../shared-types/dist --command 'yarn build' --ignore './src/types/icons.ts' --ignore './src/devvit/internals/semanticColors.ts'",
|
|
@@ -50,7 +48,6 @@
|
|
|
50
48
|
"@ampproject/filesize": "4.3.0",
|
|
51
49
|
"@devvit/repo-tools": "0.11.19-dev",
|
|
52
50
|
"@devvit/tsconfig": "0.11.19-dev",
|
|
53
|
-
"@microsoft/api-extractor": "7.41.0",
|
|
54
51
|
"@reddit/faceplate-ui": "18.0.1",
|
|
55
52
|
"@types/clone-deep": "4.0.1",
|
|
56
53
|
"@vitest/coverage-c8": "0.32.0",
|