@devvit/ui-renderer 0.10.5-next-2023-09-27-dcde5d04f.0 → 0.10.5-next-2023-09-28-e4c0b1079.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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.10.5-next-2023-09-27-dcde5d04f.0",
3
+ "version": "0.10.5-next-2023-09-28-e4c0b1079.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "prepublishOnly": "publish-package-json",
35
35
  "test": "yarn library:test",
36
36
  "test:types": "yarn library:test:types",
37
- "test:ui": "bash ./scripts/install-chrome.sh; yarn visual-test:build && concurrently -k -s first 'yarn visual-test:dev:serve' 'sleep 5; yarn visual-test:test'",
37
+ "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'",
38
38
  "test:unit": "yarn library:test:unit",
39
39
  "test:unit-with-coverage": "yarn library:test:unit-with-coverage",
40
40
  "visual-test:approve": "backstop --config backstop.config.cjs approve",
@@ -42,6 +42,7 @@
42
42
  "visual-test:build:layouts": "node scripts/build-layouts.js",
43
43
  "visual-test:build:typescript": "tsc -p visual-testing",
44
44
  "visual-test:build:vite": "vite build --force --config visual-testing/vite.config.js",
45
+ "visual-test:check": "bash ./scripts/check-layouts.sh",
45
46
  "visual-test:dev": "concurrently -n 'viz:typescript,viz:vite,viz:serve' 'yarn visual-test:dev:typescript' 'yarn visual-test:dev:vite' 'yarn visual-test:dev:serve'",
46
47
  "visual-test:dev:serve": "vite --config visual-testing/vite.config.js",
47
48
  "visual-test:dev:typescript": "tsc -p visual-testing -w",
@@ -51,9 +52,9 @@
51
52
  },
52
53
  "types": "./index.d.ts",
53
54
  "dependencies": {
54
- "@devvit/protos": "0.10.5-next-2023-09-27-dcde5d04f.0",
55
- "@devvit/runtime-lite": "0.10.5-next-2023-09-27-dcde5d04f.0",
56
- "@devvit/runtimes": "0.10.5-next-2023-09-27-dcde5d04f.0",
55
+ "@devvit/protos": "0.10.5-next-2023-09-28-e4c0b1079.0",
56
+ "@devvit/runtime-lite": "0.10.5-next-2023-09-28-e4c0b1079.0",
57
+ "@devvit/runtimes": "0.10.5-next-2023-09-28-e4c0b1079.0",
57
58
  "@lottiefiles/lottie-player": "1.7.1",
58
59
  "p-queue": "7.3.4",
59
60
  "rxjs": "7.5.7"
@@ -80,7 +81,7 @@
80
81
  "devDependencies": {
81
82
  "@devvit/eslint-config": "0.10.4",
82
83
  "@devvit/repo-tools": "0.10.4",
83
- "@devvit/tsconfig": "0.10.5-next-2023-09-27-dcde5d04f.0",
84
+ "@devvit/tsconfig": "0.10.5-next-2023-09-28-e4c0b1079.0",
84
85
  "@lit/localize": "0.11.4",
85
86
  "@open-wc/testing-helpers": "2.3.0",
86
87
  "@reddit/baseplate": "0.14.0",
@@ -109,5 +110,5 @@
109
110
  "directory": "dist"
110
111
  },
111
112
  "source": "./src/index.ts",
112
- "gitHead": "0c7db7beb9b7b4b6be2efdd4b8f98b3b853f9182"
113
+ "gitHead": "0a169da3b12002a0cfe7afca48f6e721994f83bc"
113
114
  }