@devvit/payments 0.12.0-next-2025-03-27-94bd14051.0 → 0.12.0-next-2025-03-31-81fa43e0f.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/meta.min.json CHANGED
@@ -1422,7 +1422,7 @@
1422
1422
  "format": "esm"
1423
1423
  },
1424
1424
  "../public-api/dist/devvit/internals/blocks/handler/BlocksHandler.js": {
1425
- "bytes": 23273,
1425
+ "bytes": 23993,
1426
1426
  "imports": [
1427
1427
  {
1428
1428
  "path": "@devvit/protos",
@@ -2782,7 +2782,7 @@
2782
2782
  "imports": [],
2783
2783
  "exports": [],
2784
2784
  "inputs": {},
2785
- "bytes": 1103741
2785
+ "bytes": 1104760
2786
2786
  },
2787
2787
  "dist/payments.min.js": {
2788
2788
  "imports": [
@@ -3070,7 +3070,7 @@
3070
3070
  "bytesInOutput": 491
3071
3071
  },
3072
3072
  "../public-api/dist/devvit/internals/blocks/useChannel.js": {
3073
- "bytesInOutput": 1608
3073
+ "bytesInOutput": 1603
3074
3074
  },
3075
3075
  "../shared-types/dist/Header.js": {
3076
3076
  "bytesInOutput": 1146
@@ -3184,7 +3184,7 @@
3184
3184
  "bytesInOutput": 503
3185
3185
  },
3186
3186
  "../public-api/dist/devvit/internals/ui-event-handler.js": {
3187
- "bytesInOutput": 1406
3187
+ "bytesInOutput": 1410
3188
3188
  },
3189
3189
  "../../node_modules/moderndash/dist/index.js": {
3190
3190
  "bytesInOutput": 911
@@ -3193,7 +3193,7 @@
3193
3193
  "bytesInOutput": 665
3194
3194
  },
3195
3195
  "../public-api/dist/devvit/internals/blocks/handler/BlocksHandler.js": {
3196
- "bytesInOutput": 7656
3196
+ "bytesInOutput": 7819
3197
3197
  },
3198
3198
  "../shared-types/dist/CircuitBreaker.js": {
3199
3199
  "bytesInOutput": 66
@@ -3232,7 +3232,7 @@
3232
3232
  "bytesInOutput": 3237
3233
3233
  },
3234
3234
  "../public-api/dist/devvit/internals/blocks/handler/ContextBuilder.js": {
3235
- "bytesInOutput": 561
3235
+ "bytesInOutput": 563
3236
3236
  },
3237
3237
  "../public-api/dist/devvit/internals/upgrade-app-shim.js": {
3238
3238
  "bytesInOutput": 2170
@@ -3271,7 +3271,7 @@
3271
3271
  "bytesInOutput": 272
3272
3272
  },
3273
3273
  "../public-api/dist/apis/reddit/models/Flair.js": {
3274
- "bytesInOutput": 5417
3274
+ "bytesInOutput": 5419
3275
3275
  },
3276
3276
  "../public-api/dist/apis/reddit/models/Post.js": {
3277
3277
  "bytesInOutput": 16458
@@ -3283,7 +3283,7 @@
3283
3283
  "bytesInOutput": 7236
3284
3284
  },
3285
3285
  "../public-api/dist/apis/reddit/models/Comment.js": {
3286
- "bytesInOutput": 10848
3286
+ "bytesInOutput": 10851
3287
3287
  },
3288
3288
  "../public-api/dist/apis/reddit/models/index.js": {
3289
3289
  "bytesInOutput": 0
@@ -3340,7 +3340,7 @@
3340
3340
  "bytesInOutput": 751
3341
3341
  }
3342
3342
  },
3343
- "bytes": 245295
3343
+ "bytes": 245464
3344
3344
  }
3345
3345
  }
3346
3346
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.0-next-2025-03-27-94bd14051.0",
3
+ "version": "0.12.0-next-2025-03-31-81fa43e0f.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,14 +25,14 @@
25
25
  },
26
26
  "types": "./index.d.ts",
27
27
  "dependencies": {
28
- "@devvit/protos": "0.12.0-next-2025-03-27-94bd14051.0",
29
- "@devvit/public-api": "0.12.0-next-2025-03-27-94bd14051.0",
30
- "@devvit/shared-types": "0.12.0-next-2025-03-27-94bd14051.0"
28
+ "@devvit/protos": "0.12.0-next-2025-03-31-81fa43e0f.0",
29
+ "@devvit/public-api": "0.12.0-next-2025-03-31-81fa43e0f.0",
30
+ "@devvit/shared-types": "0.12.0-next-2025-03-31-81fa43e0f.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@ampproject/filesize": "4.3.0",
34
- "@devvit/repo-tools": "0.12.0-next-2025-03-27-94bd14051.0",
35
- "@devvit/tsconfig": "0.12.0-next-2025-03-27-94bd14051.0",
34
+ "@devvit/repo-tools": "0.12.0-next-2025-03-31-81fa43e0f.0",
35
+ "@devvit/tsconfig": "0.12.0-next-2025-03-31-81fa43e0f.0",
36
36
  "esbuild": "0.23.0",
37
37
  "eslint": "9.11.1",
38
38
  "typescript": "5.3.2",
@@ -48,5 +48,5 @@
48
48
  }
49
49
  },
50
50
  "source": "./src/index.ts",
51
- "gitHead": "dc0ea3be6e06a590a69d56193c4d098fb59cad62"
51
+ "gitHead": "52be0324e32d5536975a1cf744e522408debefc2"
52
52
  }