@devvit/web 0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0 → 0.11.20-next-2025-07-29-00-56-04-93779ae17.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 (2) hide show
  1. package/README.md +4 -9
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -4,23 +4,19 @@ A central package for all your Devvit Web needs! This package provides the core
4
4
  building web applications with Devvit. Just bring your own framework and start building!
5
5
 
6
6
  ## Exports
7
-
8
7
  This package exports the following modules:
9
-
10
8
  - `@devvit/web/server`: Server-side utilities for Devvit web applications, including Redis clients,
11
9
  access to the Reddit API, and more.
12
10
  - `@devvit/web/client`: Client-side utilities for Devvit web applications, including access to our
13
11
  client-side context, effects, and more.
14
- - **NOTE:** If you are having difficulty importing from this package, you may need to
15
- set `compilerOptions.customConditions` to `["browser"]` in your `tsconfig.json` file. (This
16
- should be done for you automatically if you used one of our starter templates.)
12
+ - **NOTE:** If you are having difficulty importing from this package, you may need to
13
+ set `compilerOptions.customConditions` to `["browser"]` in your `tsconfig.json` file. (This
14
+ should be done for you automatically if you used one of our starter templates.)
17
15
  - `@devvit/web/shared`: Shared utilities and types for Devvit web applications - usable on both
18
16
  the client and server.
19
17
 
20
18
  ## Other packages
21
-
22
19
  All the functionality in this package is also available in the following packages:
23
-
24
20
  - `@devvit/client`: Client-side utilities for Devvit web applications.
25
21
  - `@devvit/media`: Media-related utilities for Devvit web applications.
26
22
  - `@devvit/realtime`: Realtime communication utilities for Devvit web applications.
@@ -35,8 +31,7 @@ All the functionality in this package is also available in the following package
35
31
  One single `@devvit/web` dependency replaces all of these packages, so you can use it to
36
32
  build your web application without needing to install or manage multiple packages.
37
33
 
38
- However, _not_ included here is the following package:
39
-
34
+ However, *not* included here is the following package:
40
35
  - `@devvit/payments`: Payment-related utilities for Devvit web applications. Once your app has been
41
36
  approved to handle payments, you can use this package to handle payments in your web application.
42
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/web",
3
- "version": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
3
+ "version": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,24 +19,24 @@
19
19
  "test:types": "tsc --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@devvit/client": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
23
- "@devvit/media": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
24
- "@devvit/realtime": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
25
- "@devvit/reddit": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
26
- "@devvit/redis": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
27
- "@devvit/scheduler": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
28
- "@devvit/server": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
29
- "@devvit/settings": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
30
- "@devvit/shared": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0"
22
+ "@devvit/client": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
23
+ "@devvit/media": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
24
+ "@devvit/realtime": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
25
+ "@devvit/reddit": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
26
+ "@devvit/redis": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
27
+ "@devvit/scheduler": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
28
+ "@devvit/server": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
29
+ "@devvit/settings": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
30
+ "@devvit/shared": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@devvit/repo-tools": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
34
- "@devvit/tsconfig": "0.11.20-next-2025-07-28-22-27-23-0f9ecc6ab.0",
33
+ "@devvit/repo-tools": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
34
+ "@devvit/tsconfig": "0.11.20-next-2025-07-29-00-56-04-93779ae17.0",
35
35
  "eslint": "9.11.1",
36
36
  "typescript": "5.8.3"
37
37
  },
38
38
  "publishConfig": {
39
39
  "directory": "dist"
40
40
  },
41
- "gitHead": "c9f262f24e460f70de950e32853f049c26b75e48"
41
+ "gitHead": "7a25f1784e9af7e551e991ca68ce6eb4ea4eb5ed"
42
42
  }