@pipelab/plugin-core 1.0.0-beta.35 → 1.0.0-beta.36
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.cjs +17 -0
- package/dist/index.mjs +16 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -47631,6 +47631,21 @@ const usePlugins = () => {
|
|
|
47631
47631
|
};
|
|
47632
47632
|
};
|
|
47633
47633
|
//#endregion
|
|
47634
|
+
//#region ../../packages/shared/src/plugins-list.ts
|
|
47635
|
+
const DEFAULT_PLUGIN_IDS = [
|
|
47636
|
+
"construct",
|
|
47637
|
+
"filesystem",
|
|
47638
|
+
"system",
|
|
47639
|
+
"steam",
|
|
47640
|
+
"itch",
|
|
47641
|
+
"electron",
|
|
47642
|
+
"discord",
|
|
47643
|
+
"poki",
|
|
47644
|
+
"nvpatch",
|
|
47645
|
+
"netlify"
|
|
47646
|
+
];
|
|
47647
|
+
const DEV_ONLY_PLUGIN_IDS = ["tauri", "minify"];
|
|
47648
|
+
//#endregion
|
|
47634
47649
|
//#region ../../packages/shared/src/plugins/definitions.ts
|
|
47635
47650
|
const createNodeDefinition = (def) => {
|
|
47636
47651
|
return def;
|
|
@@ -65137,6 +65152,8 @@ exports.BenefitNotFoundError = BenefitNotFoundError;
|
|
|
65137
65152
|
exports.ConnectionValidator = ConnectionValidator;
|
|
65138
65153
|
exports.ConnectionsValidator = ConnectionsValidator;
|
|
65139
65154
|
exports.ConnectionsValidatorV1 = ConnectionsValidatorV1;
|
|
65155
|
+
exports.DEFAULT_PLUGIN_IDS = DEFAULT_PLUGIN_IDS;
|
|
65156
|
+
exports.DEV_ONLY_PLUGIN_IDS = DEV_ONLY_PLUGIN_IDS;
|
|
65140
65157
|
exports.EditorParamValidatorV3 = EditorParamValidatorV3;
|
|
65141
65158
|
exports.ExternalCommandError = ExternalCommandError;
|
|
65142
65159
|
exports.FileRepoProjectValidatorV2 = FileRepoProjectValidatorV2;
|
package/dist/index.mjs
CHANGED
|
@@ -47627,6 +47627,21 @@ const usePlugins = () => {
|
|
|
47627
47627
|
};
|
|
47628
47628
|
};
|
|
47629
47629
|
//#endregion
|
|
47630
|
+
//#region ../../packages/shared/src/plugins-list.ts
|
|
47631
|
+
const DEFAULT_PLUGIN_IDS = [
|
|
47632
|
+
"construct",
|
|
47633
|
+
"filesystem",
|
|
47634
|
+
"system",
|
|
47635
|
+
"steam",
|
|
47636
|
+
"itch",
|
|
47637
|
+
"electron",
|
|
47638
|
+
"discord",
|
|
47639
|
+
"poki",
|
|
47640
|
+
"nvpatch",
|
|
47641
|
+
"netlify"
|
|
47642
|
+
];
|
|
47643
|
+
const DEV_ONLY_PLUGIN_IDS = ["tauri", "minify"];
|
|
47644
|
+
//#endregion
|
|
47630
47645
|
//#region ../../packages/shared/src/plugins/definitions.ts
|
|
47631
47646
|
const createNodeDefinition = (def) => {
|
|
47632
47647
|
return def;
|
|
@@ -65121,6 +65136,6 @@ const detectRuntime = async (appFolder) => {
|
|
|
65121
65136
|
return detectedRuntime;
|
|
65122
65137
|
};
|
|
65123
65138
|
//#endregion
|
|
65124
|
-
export { AppSettingsValidator, AppSettingsValidatorV1, AppSettingsValidatorV2, AppSettingsValidatorV3, AppSettingsValidatorV4, AppSettingsValidatorV5, AppSettingsValidatorV6, AppSettingsValidatorV7, BenefitNotFoundError, ConnectionValidator, ConnectionsValidator, ConnectionsValidatorV1, EditorParamValidatorV3, ExternalCommandError, FileRepoProjectValidatorV2, FileRepoValidator, FileRepoValidatorV1, FileRepoValidatorV2, FileRepoValidatorV3, OriginValidator, PipelabContext, src_default as RELEASE_SYNC, SaveLocationExternalValidator, SaveLocationInternalValidator, SaveLocationPipelabCloudValidator, SaveLocationValidator, SavedFileDefaultValidatorV4, SavedFileDefaultValidatorV5, SavedFileSimpleValidatorV4, SavedFileSimpleValidatorV5, SavedFileValidator, SavedFileValidatorV1, SavedFileValidatorV2, SavedFileValidatorV3, SavedFileValidatorV4, SavedFileValidatorV5, ShellChannels, SubscriptionExpiredError, SubscriptionRequiredError, UnauthorizedError, VariableValidatorV1, WebSocketConnectionError, WebSocketError, WebSocketTimeoutError, appSettingsMigrator, assertSafeDirectoryCleanup, configRegistry, connectionsMigrator, createAction, createActionRunner, createArray, createBooleanParam, createColorPicker, createDefinition, createEvent, createEventRunner, createExpression, createExpressionRunner, createNetlifySiteParam, createNodeDefinition, createNumberParam, createPasswordParam, createPathParam, createPlugin, createQuickJs, createQuickJsFromVariant, createRawParam, createStringParam, createSubscriptionError, createVersionSchema, de_DE_default as de_DE, defaultAppSettings, defaultConnections, defaultFileRepo, detectRuntime, downloadFile, en_US_default as en_US, ensure, es_ES_default as es_ES, extractTarGz, extractZip, fetchPackage, fetchPipelabAsset, fetchPipelabCli, fetchPipelabPlugin, fileExists, fileRepoMigrations, fmt, foo, fr_FR_default as fr_FR, getSubscriptionErrorMessage, isPathBlacklisted, isRenderer, isRequired, isSubscriptionError, isSupabaseAvailable, isWebSocketErrorMessage, isWebSocketRequestMessage, isWebSocketResponseMessage, makeResolvedParams, newVariant, normalizePipelineConfig, processGraph, pt_BR_default as pt_BR, runPnpm, runWithLiveLogs, savedFileMigrator, schema, sleep, supabase, transformUrl, useLogger, usePluginAPI, usePlugins, variableToFormattedVariable, writePipelabFolderMarker, zh_CN_default as zh_CN, zipFolder };
|
|
65139
|
+
export { AppSettingsValidator, AppSettingsValidatorV1, AppSettingsValidatorV2, AppSettingsValidatorV3, AppSettingsValidatorV4, AppSettingsValidatorV5, AppSettingsValidatorV6, AppSettingsValidatorV7, BenefitNotFoundError, ConnectionValidator, ConnectionsValidator, ConnectionsValidatorV1, DEFAULT_PLUGIN_IDS, DEV_ONLY_PLUGIN_IDS, EditorParamValidatorV3, ExternalCommandError, FileRepoProjectValidatorV2, FileRepoValidator, FileRepoValidatorV1, FileRepoValidatorV2, FileRepoValidatorV3, OriginValidator, PipelabContext, src_default as RELEASE_SYNC, SaveLocationExternalValidator, SaveLocationInternalValidator, SaveLocationPipelabCloudValidator, SaveLocationValidator, SavedFileDefaultValidatorV4, SavedFileDefaultValidatorV5, SavedFileSimpleValidatorV4, SavedFileSimpleValidatorV5, SavedFileValidator, SavedFileValidatorV1, SavedFileValidatorV2, SavedFileValidatorV3, SavedFileValidatorV4, SavedFileValidatorV5, ShellChannels, SubscriptionExpiredError, SubscriptionRequiredError, UnauthorizedError, VariableValidatorV1, WebSocketConnectionError, WebSocketError, WebSocketTimeoutError, appSettingsMigrator, assertSafeDirectoryCleanup, configRegistry, connectionsMigrator, createAction, createActionRunner, createArray, createBooleanParam, createColorPicker, createDefinition, createEvent, createEventRunner, createExpression, createExpressionRunner, createNetlifySiteParam, createNodeDefinition, createNumberParam, createPasswordParam, createPathParam, createPlugin, createQuickJs, createQuickJsFromVariant, createRawParam, createStringParam, createSubscriptionError, createVersionSchema, de_DE_default as de_DE, defaultAppSettings, defaultConnections, defaultFileRepo, detectRuntime, downloadFile, en_US_default as en_US, ensure, es_ES_default as es_ES, extractTarGz, extractZip, fetchPackage, fetchPipelabAsset, fetchPipelabCli, fetchPipelabPlugin, fileExists, fileRepoMigrations, fmt, foo, fr_FR_default as fr_FR, getSubscriptionErrorMessage, isPathBlacklisted, isRenderer, isRequired, isSubscriptionError, isSupabaseAvailable, isWebSocketErrorMessage, isWebSocketRequestMessage, isWebSocketResponseMessage, makeResolvedParams, newVariant, normalizePipelineConfig, processGraph, pt_BR_default as pt_BR, runPnpm, runWithLiveLogs, savedFileMigrator, schema, sleep, supabase, transformUrl, useLogger, usePluginAPI, usePlugins, variableToFormattedVariable, writePipelabFolderMarker, zh_CN_default as zh_CN, zipFolder };
|
|
65125
65140
|
|
|
65126
65141
|
//# sourceMappingURL=index.mjs.map
|