@devvit/protos 0.10.18-next-2024-03-18-3a410b882.0 → 0.10.18-next-2024-03-18-886da4b40.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
@@ -101,8 +101,8 @@ export * from './types/devvit/actor/reddit/context_type.js';
|
|
101
101
|
export * from './types/devvit/actor/reddit/context_action.js';
|
102
102
|
export * from './types/devvit/actor/producer/producer.js';
|
103
103
|
export * from './types/devvit/actor/permissions/permissions.js';
|
104
|
-
export * from './types/devvit/actor/hello/hello.js';
|
105
104
|
export * from './types/devvit/actor/gl/glclient.js';
|
105
|
+
export * from './types/devvit/actor/hello/hello.js';
|
106
106
|
export * from './types/devvit/actor/bot/bot.js';
|
107
107
|
export * from './types/devvit/ui/form_builder/v1alpha/value.js';
|
108
108
|
export * from './types/devvit/ui/form_builder/v1alpha/type.js';
|
package/index.js
CHANGED
@@ -102,8 +102,8 @@ export * from './types/devvit/actor/reddit/context_type.js';
|
|
102
102
|
export * from './types/devvit/actor/reddit/context_action.js';
|
103
103
|
export * from './types/devvit/actor/producer/producer.js';
|
104
104
|
export * from './types/devvit/actor/permissions/permissions.js';
|
105
|
-
export * from './types/devvit/actor/hello/hello.js';
|
106
105
|
export * from './types/devvit/actor/gl/glclient.js';
|
106
|
+
export * from './types/devvit/actor/hello/hello.js';
|
107
107
|
export * from './types/devvit/actor/bot/bot.js';
|
108
108
|
export * from './types/devvit/ui/form_builder/v1alpha/value.js';
|
109
109
|
export * from './types/devvit/ui/form_builder/v1alpha/type.js';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.10.18-next-2024-03-18-
|
3
|
+
"version": "0.10.18-next-2024-03-18-886da4b40.0",
|
4
4
|
"license": "BSD-3-Clause",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"devDependencies": {
|
43
43
|
"@devvit/eslint-config": "0.10.17",
|
44
44
|
"@devvit/repo-tools": "0.10.17",
|
45
|
-
"@devvit/tsconfig": "0.10.18-next-2024-03-18-
|
45
|
+
"@devvit/tsconfig": "0.10.18-next-2024-03-18-886da4b40.0",
|
46
46
|
"eslint": "8.9.0",
|
47
47
|
"glob": "10.3.10",
|
48
48
|
"ts-proto-kmx-2": "1.129.4",
|
@@ -53,5 +53,5 @@
|
|
53
53
|
"publishConfig": {
|
54
54
|
"directory": "dist"
|
55
55
|
},
|
56
|
-
"gitHead": "
|
56
|
+
"gitHead": "9497e6fcf81c8a69e4195e915ce98218cfc6ebed"
|
57
57
|
}
|