@devvit/ui-renderer 0.10.21-next-2024-05-08-4dc90ec25.0 → 0.10.21-next-2024-05-08-8a73eddce.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.10.21-next-2024-05-08-4dc90ec25.0",
3
+ "version": "0.10.21-next-2024-05-08-8a73eddce.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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 && echo \"dist/devvit-custom-post.min.js uncompressed bundle size: $(stat -c '%s' dist/devvit-custom-post.min.js|numfmt --to-unit=Ki --format=%.1f) KiB\" && bundlesize",
41
+ "test:size": "yarn build:min && 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-08-4dc90ec25.0",
62
- "@devvit/runtime-lite": "0.10.21-next-2024-05-08-4dc90ec25.0",
63
- "@devvit/runtimes": "0.10.21-next-2024-05-08-4dc90ec25.0",
64
- "@devvit/shared-types": "0.10.21-next-2024-05-08-4dc90ec25.0",
61
+ "@devvit/protos": "0.10.21-next-2024-05-08-8a73eddce.0",
62
+ "@devvit/runtime-lite": "0.10.21-next-2024-05-08-8a73eddce.0",
63
+ "@devvit/runtimes": "0.10.21-next-2024-05-08-8a73eddce.0",
64
+ "@devvit/shared-types": "0.10.21-next-2024-05-08-8a73eddce.0",
65
65
  "@dotlottie/player-component": "2.7.2",
66
66
  "nice-grpc-web": "3.3.3",
67
67
  "p-queue": "7.3.4",
@@ -87,19 +87,21 @@
87
87
  "lit": "^2.0.0"
88
88
  },
89
89
  "devDependencies": {
90
+ "@ampproject/filesize": "4.3.0",
90
91
  "@devvit/eslint-config": "0.10.20",
91
- "@devvit/public-api": "0.10.21-next-2024-05-08-4dc90ec25.0",
92
+ "@devvit/public-api": "0.10.21-next-2024-05-08-8a73eddce.0",
92
93
  "@devvit/repo-tools": "0.10.20",
93
- "@devvit/tsconfig": "0.10.21-next-2024-05-08-4dc90ec25.0",
94
+ "@devvit/tsconfig": "0.10.21-next-2024-05-08-8a73eddce.0",
94
95
  "@lit-labs/ssr": "^2.2.3",
95
96
  "@lit/localize": "0.11.4",
96
97
  "@open-wc/testing-helpers": "2.3.0",
97
98
  "@reddit/baseplate": "1.1.3",
98
99
  "@reddit/eslint-plugin-i18n-shreddit": "0.1.0",
100
+ "@reddit/faceplate": "2.6.4",
101
+ "@reddit/faceplate-ui": "11.1.0",
99
102
  "@types/dompurify": "3.0.5",
100
103
  "autoprefixer": "10.4.16",
101
104
  "backstopjs": "6.2.1",
102
- "bundlesize": "0.18.2",
103
105
  "chokidar": "3.5.3",
104
106
  "chokidar-cli": "3.0.0",
105
107
  "chrome-launcher": "1.0.0",
@@ -124,18 +126,12 @@
124
126
  "publishConfig": {
125
127
  "directory": "dist"
126
128
  },
127
- "bundlesize": [
128
- {
129
- "compression": "gzip",
130
- "maxSize": "953 KB",
131
- "path": "dist/devvit-custom-post.min.js"
132
- },
133
- {
134
- "compression": "none",
135
- "maxSize": "4.32 MB",
136
- "path": "dist/devvit-custom-post.min.js"
129
+ "filesize": {
130
+ "dist/devvit-custom-post.min.js": {
131
+ "gzip": "953 KB",
132
+ "none": "4.32 MB"
137
133
  }
138
- ],
134
+ },
139
135
  "source": "./src/index.ts",
140
- "gitHead": "4fb18c2f938f4ec97ffc7071fdfe520089297668"
136
+ "gitHead": "f605abdc6b376e5f3ba3a856b2cbdcc2a4b03eee"
141
137
  }