@devvit/public-api 0.11.7-next-2025-01-28-dd8460e89.0 → 0.11.7-next-2025-01-29-fd66bade8.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/devvit/internals/blocks/handler/useAsync.js +1 -1
- package/devvit/internals/ui-event-handler.js +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.js +0 -1
- package/meta.json +26 -2736
- package/meta.min.json +47 -2757
- package/package.json +9 -12
- package/public-api.iife.js +60 -4303
- package/public-api.min.js +5 -5
- package/public-api.min.js.map +4 -4
- package/version.json +3 -6
|
@@ -13,7 +13,7 @@ var _AsyncHook_debug, _AsyncHook_hookId, _AsyncHook_invalidate, _AsyncHook_ctx,
|
|
|
13
13
|
import { UIEventScope } from '@devvit/protos';
|
|
14
14
|
import { CIRCUIT_BREAKER_MSG } from '@devvit/shared-types/CircuitBreaker.js';
|
|
15
15
|
import { StringUtil } from '@devvit/shared-types/StringUtil.js';
|
|
16
|
-
import isEqual from '
|
|
16
|
+
import { isEqual } from 'moderndash';
|
|
17
17
|
import { registerHook } from './BlocksHandler.js';
|
|
18
18
|
/**
|
|
19
19
|
* This tries to save an error into the state. If the error is a circuit breaker, it will throw the error instead,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EffectType, HandleUIEventResponse, UIEventHandlerDefinition } from '@devvit/protos';
|
|
2
2
|
import { Header } from '@devvit/shared-types/Header.js';
|
|
3
3
|
import cloneDeep from 'clone-deep';
|
|
4
|
-
import isEqual from '
|
|
4
|
+
import { isEqual } from 'moderndash';
|
|
5
5
|
import { makeAPIClients } from '../../apis/makeAPIClients.js';
|
|
6
6
|
import { getEffectsFromUIClient } from '../../apis/ui/helpers/getEffectsFromUIClient.js';
|
|
7
7
|
import { getFormValues } from '../../apis/ui/helpers/getFormValues.js';
|
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,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,YAAY,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACxE,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,+CAA+C,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAC7E,OAAO,EAAE,OAAO,EAAE,MAAM,8CAA8C,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,kDAAkD,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,+CAA+C,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAC7E,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC"}
|
package/index.js
CHANGED