@flowscripter/example-cli-plugin 0.0.1 → 1.0.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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
//
|
|
2
|
+
// node_modules/@flowscripter/dynamic-cli-framework/src/api/plugin/CommandFactory.ts
|
|
3
3
|
var DYNAMIC_CLI_FRAMEWORK_COMMAND_FACTORY_EXTENSION_POINT = "DYNAMIC_CLI_FRAMEWORK_COMMAND_FACTORY";
|
|
4
|
-
//
|
|
4
|
+
// node_modules/@flowscripter/dynamic-cli-framework/src/api/plugin/ServiceProviderFactory.ts
|
|
5
5
|
var DYNAMIC_CLI_FRAMEWORK_SERVICE_PROVIDER_FACTORY_EXTENSION_POINT = "DYNAMIC_CLI_FRAMEWORK_SERVICE_PROVIDER_FACTORY";
|
|
6
6
|
// src/service/DemoService.ts
|
|
7
7
|
var DEMO_SERVICE_ID = "DEMO_SERVICE";
|