@devvit/ui-renderer 0.10.21-next-2024-05-08-0fe6ae01b.0 → 0.10.21-next-2024-05-08-484693ae3.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.
Files changed (1) hide show
  1. package/package.json +15 -21
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-0fe6ae01b.0",
3
+ "version": "0.10.21-next-2024-05-08-484693ae3.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-0fe6ae01b.0",
62
- "@devvit/runtime-lite": "0.10.21-next-2024-05-08-0fe6ae01b.0",
63
- "@devvit/runtimes": "0.10.21-next-2024-05-08-0fe6ae01b.0",
64
- "@devvit/shared-types": "0.10.21-next-2024-05-08-0fe6ae01b.0",
61
+ "@devvit/protos": "0.10.21-next-2024-05-08-484693ae3.0",
62
+ "@devvit/runtime-lite": "0.10.21-next-2024-05-08-484693ae3.0",
63
+ "@devvit/runtimes": "0.10.21-next-2024-05-08-484693ae3.0",
64
+ "@devvit/shared-types": "0.10.21-next-2024-05-08-484693ae3.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,10 +87,11 @@
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-0fe6ae01b.0",
92
+ "@devvit/public-api": "0.10.21-next-2024-05-08-484693ae3.0",
92
93
  "@devvit/repo-tools": "0.10.20",
93
- "@devvit/tsconfig": "0.10.21-next-2024-05-08-0fe6ae01b.0",
94
+ "@devvit/tsconfig": "0.10.21-next-2024-05-08-484693ae3.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",
@@ -101,7 +102,6 @@
101
102
  "@types/dompurify": "3.0.5",
102
103
  "autoprefixer": "10.4.16",
103
104
  "backstopjs": "6.2.1",
104
- "bundlesize": "0.18.2",
105
105
  "chokidar": "3.5.3",
106
106
  "chokidar-cli": "3.0.0",
107
107
  "chrome-launcher": "1.0.0",
@@ -126,18 +126,12 @@
126
126
  "publishConfig": {
127
127
  "directory": "dist"
128
128
  },
129
- "bundlesize": [
130
- {
131
- "compression": "gzip",
132
- "maxSize": "953 KB",
133
- "path": "dist/devvit-custom-post.min.js"
134
- },
135
- {
136
- "compression": "none",
137
- "maxSize": "4.32 MB",
138
- "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"
139
133
  }
140
- ],
134
+ },
141
135
  "source": "./src/index.ts",
142
- "gitHead": "09987b5e1ba5b95555e6e8d47d20b7c386a068f6"
136
+ "gitHead": "0922d7ef8c8bd6d0de6a620acbf25cef58cace1c"
143
137
  }