@devvit/public-api 0.11.0-next-2024-07-02-df758fd0b.0 → 0.11.0-next-2024-07-02-f632187d5.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -9296,7 +9296,7 @@
9296
9296
  "format": "esm"
9297
9297
  },
9298
9298
  "../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
9299
- "bytes": 2939,
9299
+ "bytes": 3536,
9300
9300
  "imports": [
9301
9301
  {
9302
9302
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -9472,7 +9472,7 @@
9472
9472
  "format": "esm"
9473
9473
  },
9474
9474
  "../protos/dist/types/devvit/reddit/custom_post/v1alpha/custom_post.js": {
9475
- "bytes": 12332,
9475
+ "bytes": 12929,
9476
9476
  "imports": [
9477
9477
  {
9478
9478
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -14124,7 +14124,7 @@
14124
14124
  "bytesInOutput": 23276
14125
14125
  },
14126
14126
  "../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
14127
- "bytesInOutput": 2617
14127
+ "bytesInOutput": 3131
14128
14128
  },
14129
14129
  "../protos/dist/types/devvit/ui/block_kit/v1beta/ui.js": {
14130
14130
  "bytesInOutput": 10403
@@ -14145,7 +14145,7 @@
14145
14145
  "bytesInOutput": 2944
14146
14146
  },
14147
14147
  "../protos/dist/types/devvit/reddit/custom_post/v1alpha/custom_post.js": {
14148
- "bytesInOutput": 9753
14148
+ "bytesInOutput": 10267
14149
14149
  },
14150
14150
  "../protos/dist/types/devvit/reddit/custom_actions/v2alpha/custom_actions.js": {
14151
14151
  "bytesInOutput": 16928
@@ -14514,7 +14514,7 @@
14514
14514
  "bytesInOutput": 4450
14515
14515
  }
14516
14516
  },
14517
- "bytes": 14937003
14517
+ "bytes": 14940499
14518
14518
  }
14519
14519
  }
14520
14520
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.0-next-2024-07-02-df758fd0b.0",
3
+ "version": "0.11.0-next-2024-07-02-f632187d5.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "types": "./index.d.ts",
32
32
  "dependencies": {
33
- "@devvit/protos": "0.11.0-next-2024-07-02-df758fd0b.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-07-02-df758fd0b.0",
33
+ "@devvit/protos": "0.11.0-next-2024-07-02-f632187d5.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-07-02-f632187d5.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "core-js": "3.27.2",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@ampproject/filesize": "4.3.0",
42
- "@devvit/eslint-config": "0.11.0-next-2024-07-02-df758fd0b.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-07-02-df758fd0b.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-07-02-df758fd0b.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-07-02-f632187d5.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-07-02-f632187d5.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-07-02-f632187d5.0",
45
45
  "@microsoft/api-extractor": "7.41.0",
46
46
  "@reddit/faceplate-ui": "11.3.3",
47
47
  "@types/clone-deep": "4.0.1",
@@ -64,5 +64,5 @@
64
64
  }
65
65
  },
66
66
  "source": "./src/index.ts",
67
- "gitHead": "8cd09cf7901debac15b23f48a781de2eabd919dd"
67
+ "gitHead": "bd4d67a78d2603d99a7a7d5ebe27efb4d15adf42"
68
68
  }
package/public-api.d.ts CHANGED
@@ -6778,6 +6778,7 @@ declare const CustomPostDefinition: {
6778
6778
  height?: number;
6779
6779
  width?: number;
6780
6780
  scale?: number;
6781
+ fontScale?: number | undefined;
6781
6782
  } | undefined;
6782
6783
  timezone?: string | undefined;
6783
6784
  } | undefined;
@@ -6855,6 +6856,7 @@ declare const CustomPostDefinition: {
6855
6856
  height?: number;
6856
6857
  width?: number;
6857
6858
  scale?: number;
6859
+ fontScale?: number | undefined;
6858
6860
  } | undefined;
6859
6861
  timezone?: string | undefined;
6860
6862
  } | undefined;
@@ -7660,6 +7662,7 @@ declare const CustomPostDefinition: {
7660
7662
  height?: number;
7661
7663
  width?: number;
7662
7664
  scale?: number;
7665
+ fontScale?: number | undefined;
7663
7666
  } | undefined;
7664
7667
  timezone?: string | undefined;
7665
7668
  } | undefined;
@@ -7737,6 +7740,7 @@ declare const CustomPostDefinition: {
7737
7740
  height?: number;
7738
7741
  width?: number;
7739
7742
  scale?: number;
7743
+ fontScale?: number | undefined;
7740
7744
  } | undefined;
7741
7745
  timezone?: string | undefined;
7742
7746
  } | undefined;
@@ -9943,6 +9947,8 @@ declare interface Dimensions {
9943
9947
  width: number;
9944
9948
  /** Describes the device pixel ratio for a device. */
9945
9949
  scale: number;
9950
+ /** Web only: describes the font scaling pixel ratio for a browser window. */
9951
+ fontScale?: number | undefined;
9946
9952
  }
9947
9953
 
9948
9954
  declare const Dimensions: {
@@ -64999,6 +65005,8 @@ declare interface UIDimensions {
64999
65005
  width: number;
65000
65006
  /** Describes the device pixel ratio for a device. */
65001
65007
  scale: number;
65008
+ /** Web only: describes the font scaling pixel ratio for a browser window. */
65009
+ fontScale?: number | undefined;
65002
65010
  }
65003
65011
 
65004
65012
  declare const UIDimensions: {