@devvit/ui-renderer 0.10.21-next-2024-05-13-742a99c0c.0 → 0.10.21-next-2024-05-14-4a2e1ee87.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/client/formbuilder/components/image-field/devvit-image-field.d.ts.map +1 -1
- package/client/formbuilder/components/image-field/devvit-image-field.js +9 -2
- package/client/formbuilder/components/image-field/media-controller.d.ts +2 -0
- package/client/formbuilder/components/image-field/media-controller.d.ts.map +1 -1
- package/client/formbuilder/components/image-field/media-controller.js +10 -1
- package/devvit-surface-meta.min.json +12158 -0
- package/devvit-surface.min.js +1986 -0
- package/devvit-surface.min.js.map +7 -0
- package/package.json +16 -12
- /package/{meta.min.json → devvit-custom-post-meta.min.json} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/ui-renderer",
|
|
3
|
-
"version": "0.10.21-next-2024-05-
|
|
3
|
+
"version": "0.10.21-next-2024-05-14-4a2e1ee87.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"main": "./index.js",
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "yarn library:build",
|
|
13
|
-
"build:min": "esbuild --bundle --external:@reddit/baseplate --format=esm --
|
|
13
|
+
"build:min": "esbuild --bundle --external:@reddit/baseplate --format=esm --minify --sourcemap=linked --target=es2020",
|
|
14
14
|
"clean": "rm -rf .turbo coverage dist library/src/semanticColors.ts",
|
|
15
15
|
"clobber": "yarn clean && rm -rf node_modules",
|
|
16
16
|
"dev": "yarn library:dev",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"lint:fix": "yarn library:lint:fix",
|
|
39
39
|
"prepublishOnly": "publish-package-json",
|
|
40
40
|
"test": "yarn library:test && yarn test:size",
|
|
41
|
-
"test:size": "yarn build:min && filesize",
|
|
41
|
+
"test:size": "yarn build:min --metafile=dist/devvit-custom-post-meta.min.json --outfile=dist/devvit-custom-post.min.js library/src/client/devvit-custom-post.ts && yarn build:min --metafile=dist/devvit-surface-meta.min.json --outfile=dist/devvit-surface.min.js library/src/client/devvit-surface.ts && filesize",
|
|
42
42
|
"test:types": "yarn library:test:types",
|
|
43
43
|
"test:ui": "bash ./scripts/install-chrome.sh; yarn visual-test:build && yarn visual-test:check && concurrently -k -s first 'yarn visual-test:dev:serve' 'sleep 5; yarn visual-test:test'",
|
|
44
44
|
"test:unit": "yarn library:test:unit",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
},
|
|
59
59
|
"types": "./index.d.ts",
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@devvit/protos": "0.10.21-next-2024-05-
|
|
62
|
-
"@devvit/runtime-lite": "0.10.21-next-2024-05-
|
|
63
|
-
"@devvit/runtimes": "0.10.21-next-2024-05-
|
|
64
|
-
"@devvit/shared-types": "0.10.21-next-2024-05-
|
|
61
|
+
"@devvit/protos": "0.10.21-next-2024-05-14-4a2e1ee87.0",
|
|
62
|
+
"@devvit/runtime-lite": "0.10.21-next-2024-05-14-4a2e1ee87.0",
|
|
63
|
+
"@devvit/runtimes": "0.10.21-next-2024-05-14-4a2e1ee87.0",
|
|
64
|
+
"@devvit/shared-types": "0.10.21-next-2024-05-14-4a2e1ee87.0",
|
|
65
65
|
"@dotlottie/player-component": "2.7.2",
|
|
66
66
|
"compare-versions": "6.1.0",
|
|
67
67
|
"nice-grpc-web": "3.3.3",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@ampproject/filesize": "4.3.0",
|
|
92
92
|
"@devvit/eslint-config": "0.10.20",
|
|
93
|
-
"@devvit/public-api": "0.10.21-next-2024-05-
|
|
93
|
+
"@devvit/public-api": "0.10.21-next-2024-05-14-4a2e1ee87.0",
|
|
94
94
|
"@devvit/repo-tools": "0.10.20",
|
|
95
|
-
"@devvit/tsconfig": "0.10.21-next-2024-05-
|
|
95
|
+
"@devvit/tsconfig": "0.10.21-next-2024-05-14-4a2e1ee87.0",
|
|
96
96
|
"@lit-labs/ssr": "^2.2.3",
|
|
97
97
|
"@lit/localize": "0.11.4",
|
|
98
98
|
"@open-wc/testing-helpers": "2.3.0",
|
|
@@ -129,10 +129,14 @@
|
|
|
129
129
|
},
|
|
130
130
|
"filesize": {
|
|
131
131
|
"dist/devvit-custom-post.min.js": {
|
|
132
|
-
"gzip": "
|
|
133
|
-
"none": "
|
|
132
|
+
"gzip": "935 KB",
|
|
133
|
+
"none": "4240 KB"
|
|
134
|
+
},
|
|
135
|
+
"dist/devvit-surface.min.js": {
|
|
136
|
+
"gzip": "935 KB",
|
|
137
|
+
"none": "4240 KB"
|
|
134
138
|
}
|
|
135
139
|
},
|
|
136
140
|
"source": "./src/index.ts",
|
|
137
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "7bc69c0f8a1e686287be514d41dc4f8fc51ae8a9"
|
|
138
142
|
}
|
|
File without changes
|