@devvit/public-api 0.10.20-next-2024-05-01-701436b16.0 → 0.10.20-next-2024-05-01-553651f2f.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.10.20-next-2024-05-01-701436b16.0",
3
+ "version": "0.10.20-next-2024-05-01-553651f2f.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,6 +18,7 @@
18
18
  "clean": "rm -rf .turbo api-extractor coverage dist src/devvit/internals/semanticColors.ts src/types/icons.ts || :",
19
19
  "clobber": "yarn clean && rm -rf node_modules",
20
20
  "dev": "tsc -w",
21
+ "dev:build": "chokidar ./src --command 'yarn build' --ignore './src/types/icons.ts' --ignore './src/devvit/internals/semanticColors.ts'",
21
22
  "lint": "redlint .",
22
23
  "lint:fix": "yarn lint --fix",
23
24
  "prepublishOnly": "publish-package-json",
@@ -29,9 +30,9 @@
29
30
  },
30
31
  "types": "./index.d.ts",
31
32
  "dependencies": {
32
- "@devvit/protos": "0.10.20-next-2024-05-01-701436b16.0",
33
- "@devvit/runtimes": "0.10.20-next-2024-05-01-701436b16.0",
34
- "@devvit/shared-types": "0.10.20-next-2024-05-01-701436b16.0",
33
+ "@devvit/protos": "0.10.20-next-2024-05-01-553651f2f.0",
34
+ "@devvit/runtimes": "0.10.20-next-2024-05-01-553651f2f.0",
35
+ "@devvit/shared-types": "0.10.20-next-2024-05-01-553651f2f.0",
35
36
  "base64-js": "1.5.1",
36
37
  "clone-deep": "4.0.1",
37
38
  "core-js": "3.27.2",
@@ -41,13 +42,14 @@
41
42
  "@ampproject/filesize": "4.3.0",
42
43
  "@devvit/eslint-config": "0.10.19",
43
44
  "@devvit/repo-tools": "0.10.19",
44
- "@devvit/tsconfig": "0.10.20-next-2024-05-01-701436b16.0",
45
+ "@devvit/tsconfig": "0.10.20-next-2024-05-01-553651f2f.0",
45
46
  "@microsoft/api-extractor": "7.41.0",
46
47
  "@reddit/faceplate-ui": "11.1.0",
47
48
  "@types/clone-deep": "4.0.1",
48
49
  "@types/core-js": "2.5.6",
49
50
  "@types/lodash.isequal": "4.5.6",
50
51
  "@vitest/coverage-c8": "0.32.0",
52
+ "chokidar-cli": "3.0.0",
51
53
  "esbuild": "0.18.12",
52
54
  "eslint": "8.9.0",
53
55
  "typescript": "5.3.2",
@@ -63,5 +65,5 @@
63
65
  }
64
66
  },
65
67
  "source": "./src/index.ts",
66
- "gitHead": "9178e6cfe3f54cf4634f8ad71e46f0c7474d5d45"
68
+ "gitHead": "6932bc6b7402b37be0e31889263d2388c81ca075"
67
69
  }