@devvit/client 0.11.18-next-2025-06-30-21-42-07-dd2300c6a.0 → 0.11.18
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/effects/index.d.ts +1 -1
- package/effects/index.d.ts.map +1 -1
- package/effects/show-toast.d.ts +6 -1
- package/effects/show-toast.d.ts.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/package.json +8 -9
- package/client-meta.min.json +0 -5139
- package/client.min.js +0 -2
- package/client.min.js.map +0 -7
package/effects/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { emitEffect } from './emit-effect.js';
|
|
2
2
|
export { navigateTo } from './navigate-to.js';
|
|
3
3
|
export { showForm } from './show-form.js';
|
|
4
|
-
export { showToast } from './show-toast.js';
|
|
4
|
+
export { showToast, type Toast } from './show-toast.js';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/effects/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/effects/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/effects/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,iBAAiB,CAAC"}
|
package/effects/show-toast.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"show-toast.d.ts","sourceRoot":"","sources":["../../src/effects/show-toast.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"show-toast.d.ts","sourceRoot":"","sources":["../../src/effects/show-toast.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,KAAK,GAAG;IAClB,yCAAyC;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,kCAAkC;IAClC,UAAU,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;AAC9C,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC"}
|
package/index.d.ts
CHANGED
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC"}
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/client",
|
|
3
|
-
"version": "0.11.18
|
|
3
|
+
"version": "0.11.18",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,16 +25,15 @@
|
|
|
25
25
|
},
|
|
26
26
|
"types": "./index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@devvit/protos": "0.11.18
|
|
29
|
-
"@devvit/reddit": "0.11.18
|
|
30
|
-
"@devvit/shared": "0.11.18
|
|
31
|
-
"@devvit/
|
|
32
|
-
"@devvit/web-view-scripts": "0.11.18-next-2025-06-30-21-42-07-dd2300c6a.0"
|
|
28
|
+
"@devvit/protos": "0.11.18",
|
|
29
|
+
"@devvit/reddit": "0.11.18",
|
|
30
|
+
"@devvit/shared-types": "0.11.18",
|
|
31
|
+
"@devvit/web-view-scripts": "0.11.18"
|
|
33
32
|
},
|
|
34
33
|
"devDependencies": {
|
|
35
34
|
"@ampproject/filesize": "4.3.0",
|
|
36
|
-
"@devvit/repo-tools": "0.11.18
|
|
37
|
-
"@devvit/tsconfig": "0.11.18
|
|
35
|
+
"@devvit/repo-tools": "0.11.18",
|
|
36
|
+
"@devvit/tsconfig": "0.11.18",
|
|
38
37
|
"esbuild": "0.23.0",
|
|
39
38
|
"eslint": "9.11.1",
|
|
40
39
|
"typescript": "5.8.3",
|
|
@@ -50,5 +49,5 @@
|
|
|
50
49
|
}
|
|
51
50
|
},
|
|
52
51
|
"source": "./src/index.ts",
|
|
53
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "528a395e1d56da073194f98bd6eec9f073b4ae3a"
|
|
54
53
|
}
|