@owservable/actions 0.0.2 → 0.0.3
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/README.md +9 -8
- package/lib/interfaces/action.as.watcher.interface.d.ts +5 -0
- package/lib/interfaces/action.as.watcher.interface.js +3 -0
- package/lib/interfaces/action.as.watcher.interface.js.map +1 -0
- package/lib/owservable.actions.d.ts +3 -2
- package/lib/owservable.actions.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,17 +3,18 @@
|
|
|
3
3
|
# @owservable/actions
|
|
4
4
|
|
|
5
5
|
- functions
|
|
6
|
-
- findAction
|
|
7
|
-
- runActionAsCommand
|
|
8
|
-
- getOptionAndDefaultValue
|
|
6
|
+
- findAction
|
|
7
|
+
- runActionAsCommand
|
|
8
|
+
- getOptionAndDefaultValue
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
- interfaces
|
|
12
|
-
- ActionInterface
|
|
13
|
-
- ActionAsWorkerInterface
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
12
|
+
- ActionInterface
|
|
13
|
+
- ActionAsWorkerInterface
|
|
14
|
+
- ActionAsWatcherInterface
|
|
15
|
+
- ActionAsCommandInterface
|
|
16
|
+
- ActionAsCronjobInterface
|
|
17
|
+
- ActionAsControllerInterface
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
- abstracts
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.as.watcher.interface.js","sourceRoot":"","sources":["../../src/interfaces/action.as.watcher.interface.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC"}
|
|
@@ -3,10 +3,11 @@ import runActionAsCommand from './functions/run.action.as.command';
|
|
|
3
3
|
import getOptionAndDefaultValue from './functions/get.option.and.default.value';
|
|
4
4
|
import ActionInterface from './interfaces/action.interface';
|
|
5
5
|
import ActionAsWorkerInterface from './interfaces/action.as.worker.interface';
|
|
6
|
+
import ActionAsWatcherInterface from './interfaces/action.as.watcher.interface';
|
|
7
|
+
import ActionAsCommandInterface from './interfaces/action.as.command.interface';
|
|
6
8
|
import ActionAsCronjobInterface from './interfaces/action.as.cronjob.interface';
|
|
7
9
|
import ActionAsControllerInterface from './interfaces/action.as.controller.interface';
|
|
8
|
-
import ActionAsCommandInterface from './interfaces/action.as.command.interface';
|
|
9
10
|
import Action from './abstracts/action';
|
|
10
|
-
export { findAction, runActionAsCommand, getOptionAndDefaultValue, ActionInterface, ActionAsWorkerInterface, ActionAsCronjobInterface, ActionAsControllerInterface,
|
|
11
|
+
export { findAction, runActionAsCommand, getOptionAndDefaultValue, ActionInterface, ActionAsWorkerInterface, ActionAsWatcherInterface, ActionAsCommandInterface, ActionAsCronjobInterface, ActionAsControllerInterface, Action };
|
|
11
12
|
declare const OwservableActions: {};
|
|
12
13
|
export default OwservableActions;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"owservable.actions.js","sourceRoot":"","sources":["../src/owservable.actions.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAGb,yDAAiD;
|
|
1
|
+
{"version":3,"file":"owservable.actions.js","sourceRoot":"","sources":["../src/owservable.actions.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAGb,yDAAiD;AAiBhD,qBAjBM,qBAAU,CAiBN;AAhBX,6EAAmE;AAiBlE,6BAjBM,+BAAkB,CAiBN;AAhBnB,2FAAgF;AAiB/E,mCAjBM,sCAAwB,CAiBN;AANzB,+CAAwC;AAiBvC,iBAjBM,gBAAM,CAiBN;AAGP,MAAM,iBAAiB,GAAG,EAAE,CAAC;AAC7B,kBAAe,iBAAiB,CAAC"}
|