xstate 5.0.1 → 5.0.2
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/actions/dist/xstate-actions.umd.min.js.map +1 -1
- package/actors/dist/xstate-actors.cjs.js +0 -1
- package/actors/dist/xstate-actors.development.cjs.js +0 -1
- package/actors/dist/xstate-actors.development.esm.js +0 -1
- package/actors/dist/xstate-actors.esm.js +0 -1
- package/actors/dist/xstate-actors.umd.min.js.map +1 -1
- package/dist/declarations/src/actors/promise.d.ts +0 -13
- package/dist/declarations/src/setup.d.ts +6 -4
- package/dist/declarations/src/types.d.ts +11 -10
- package/dist/xstate.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/declarations/src/constants.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const STATE_DELIMITER = ".";
|
|
2
|
-
export declare const TARGETLESS_KEY = "";
|
|
3
|
-
export declare const NULL_EVENT = "";
|
|
4
|
-
export declare const STATE_IDENTIFIER = "#";
|
|
5
|
-
export declare const WILDCARD = "*";
|
|
6
|
-
export declare const XSTATE_INIT = "xstate.init";
|
|
7
|
-
export declare const XSTATE_ERROR = "xstate.error";
|
|
8
|
-
export declare const XSTATE_STOP = "xstate.stop";
|