@devvit/public-api 0.10.19-next-2024-04-15-2ac0aa52f.0 → 0.10.19-next-2024-04-16-d2f898c65.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/meta.json +28 -28
  2. package/package.json +6 -6
  3. package/public-api.iife.js +294 -294
package/meta.json CHANGED
@@ -10380,27 +10380,6 @@
10380
10380
  ],
10381
10381
  "format": "esm"
10382
10382
  },
10383
- "../protos/dist/types/devvit/reddit/post_guidance/v1alpha/post_guidance.js": {
10384
- "bytes": 37319,
10385
- "imports": [
10386
- {
10387
- "path": "../../node_modules/protobufjs/minimal.js",
10388
- "kind": "import-statement",
10389
- "original": "protobufjs/minimal.js"
10390
- },
10391
- {
10392
- "path": "../protos/dist/types/google/protobuf/wrappers.js",
10393
- "kind": "import-statement",
10394
- "original": "../../../../google/protobuf/wrappers.js"
10395
- },
10396
- {
10397
- "path": "../protos/dist/types/typeRegistry.js",
10398
- "kind": "import-statement",
10399
- "original": "../../../../typeRegistry.js"
10400
- }
10401
- ],
10402
- "format": "esm"
10403
- },
10404
10383
  "../protos/dist/types/devvit/reddit/custom_post/v1alpha/custom_post.js": {
10405
10384
  "bytes": 11096,
10406
10385
  "imports": [
@@ -10437,6 +10416,27 @@
10437
10416
  ],
10438
10417
  "format": "esm"
10439
10418
  },
10419
+ "../protos/dist/types/devvit/reddit/post_guidance/v1alpha/post_guidance.js": {
10420
+ "bytes": 37319,
10421
+ "imports": [
10422
+ {
10423
+ "path": "../../node_modules/protobufjs/minimal.js",
10424
+ "kind": "import-statement",
10425
+ "original": "protobufjs/minimal.js"
10426
+ },
10427
+ {
10428
+ "path": "../protos/dist/types/google/protobuf/wrappers.js",
10429
+ "kind": "import-statement",
10430
+ "original": "../../../../google/protobuf/wrappers.js"
10431
+ },
10432
+ {
10433
+ "path": "../protos/dist/types/typeRegistry.js",
10434
+ "kind": "import-statement",
10435
+ "original": "../../../../typeRegistry.js"
10436
+ }
10437
+ ],
10438
+ "format": "esm"
10439
+ },
10440
10440
  "../protos/dist/types/devvit/reddit/custom_actions/v2alpha/custom_actions.js": {
10441
10441
  "bytes": 17650,
10442
10442
  "imports": [
@@ -12209,14 +12209,14 @@
12209
12209
  "original": "./types/devvit/runtime/actor/v1alpha/health.js"
12210
12210
  },
12211
12211
  {
12212
- "path": "../protos/dist/types/devvit/reddit/post_guidance/v1alpha/post_guidance.js",
12212
+ "path": "../protos/dist/types/devvit/reddit/custom_post/v1alpha/custom_post.js",
12213
12213
  "kind": "import-statement",
12214
- "original": "./types/devvit/reddit/post_guidance/v1alpha/post_guidance.js"
12214
+ "original": "./types/devvit/reddit/custom_post/v1alpha/custom_post.js"
12215
12215
  },
12216
12216
  {
12217
- "path": "../protos/dist/types/devvit/reddit/custom_post/v1alpha/custom_post.js",
12217
+ "path": "../protos/dist/types/devvit/reddit/post_guidance/v1alpha/post_guidance.js",
12218
12218
  "kind": "import-statement",
12219
- "original": "./types/devvit/reddit/custom_post/v1alpha/custom_post.js"
12219
+ "original": "./types/devvit/reddit/post_guidance/v1alpha/post_guidance.js"
12220
12220
  },
12221
12221
  {
12222
12222
  "path": "../protos/dist/types/devvit/reddit/custom_actions/v2alpha/custom_actions.js",
@@ -15589,12 +15589,12 @@
15589
15589
  "../protos/dist/types/devvit/runtime/actor/v1alpha/health.js": {
15590
15590
  "bytesInOutput": 2636
15591
15591
  },
15592
- "../protos/dist/types/devvit/reddit/post_guidance/v1alpha/post_guidance.js": {
15593
- "bytesInOutput": 33544
15594
- },
15595
15592
  "../protos/dist/types/devvit/reddit/custom_post/v1alpha/custom_post.js": {
15596
15593
  "bytesInOutput": 8858
15597
15594
  },
15595
+ "../protos/dist/types/devvit/reddit/post_guidance/v1alpha/post_guidance.js": {
15596
+ "bytesInOutput": 33544
15597
+ },
15598
15598
  "../protos/dist/types/devvit/reddit/custom_actions/v2alpha/custom_actions.js": {
15599
15599
  "bytesInOutput": 15063
15600
15600
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.10.19-next-2024-04-15-2ac0aa52f.0",
3
+ "version": "0.10.19-next-2024-04-16-d2f898c65.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "types": "./index.d.ts",
31
31
  "dependencies": {
32
- "@devvit/protos": "0.10.19-next-2024-04-15-2ac0aa52f.0",
33
- "@devvit/runtimes": "0.10.19-next-2024-04-15-2ac0aa52f.0",
34
- "@devvit/shared-types": "0.10.19-next-2024-04-15-2ac0aa52f.0",
32
+ "@devvit/protos": "0.10.19-next-2024-04-16-d2f898c65.0",
33
+ "@devvit/runtimes": "0.10.19-next-2024-04-16-d2f898c65.0",
34
+ "@devvit/shared-types": "0.10.19-next-2024-04-16-d2f898c65.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "core-js": "3.27.2",
@@ -41,7 +41,7 @@
41
41
  "@ampproject/filesize": "4.3.0",
42
42
  "@devvit/eslint-config": "0.10.18",
43
43
  "@devvit/repo-tools": "0.10.18",
44
- "@devvit/tsconfig": "0.10.19-next-2024-04-15-2ac0aa52f.0",
44
+ "@devvit/tsconfig": "0.10.19-next-2024-04-16-d2f898c65.0",
45
45
  "@microsoft/api-extractor": "7.41.0",
46
46
  "@reddit/faceplate-ui": "11.1.0",
47
47
  "@types/clone-deep": "4.0.1",
@@ -63,5 +63,5 @@
63
63
  }
64
64
  },
65
65
  "source": "./src/index.ts",
66
- "gitHead": "1c5e3796b759fd29fb6195ceb2b85626d8779cc9"
66
+ "gitHead": "6fec207b27ac8a7e491ca4c6c0544fc40d102f01"
67
67
  }