@eclipse-che/che-devworkspace-generator 7.101.0 → 7.102.0-next-a755d4b

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.
Files changed (33) hide show
  1. package/lib/bitbucket/bitbucket-module.d.ts +1 -1
  2. package/lib/bitbucket/bitbucket-module.js +3 -3
  3. package/lib/bitbucket/bitbucket-module.js.map +1 -1
  4. package/lib/bitbucket-server/bitbucket-server-module.d.ts +1 -1
  5. package/lib/bitbucket-server/bitbucket-server-module.js +3 -3
  6. package/lib/bitbucket-server/bitbucket-server-module.js.map +1 -1
  7. package/lib/devfile/devfile-module.d.ts +1 -1
  8. package/lib/devfile/devfile-module.js +4 -4
  9. package/lib/devfile/devfile-module.js.map +1 -1
  10. package/lib/devfile-schema/devfile-schema-module.d.ts +1 -1
  11. package/lib/devfile-schema/devfile-schema-module.js +3 -3
  12. package/lib/devfile-schema/devfile-schema-module.js.map +1 -1
  13. package/lib/editor/editor-module.d.ts +1 -1
  14. package/lib/editor/editor-module.js +3 -3
  15. package/lib/editor/editor-module.js.map +1 -1
  16. package/lib/fetch/fetch-module.d.ts +1 -1
  17. package/lib/fetch/fetch-module.js +3 -3
  18. package/lib/fetch/fetch-module.js.map +1 -1
  19. package/lib/github/github-module.d.ts +1 -1
  20. package/lib/github/github-module.js +3 -3
  21. package/lib/github/github-module.js.map +1 -1
  22. package/lib/resolve/resolve-module.d.ts +1 -1
  23. package/lib/resolve/resolve-module.js +3 -3
  24. package/lib/resolve/resolve-module.js.map +1 -1
  25. package/package.json +2 -2
  26. package/src/bitbucket/bitbucket-module.ts +4 -4
  27. package/src/bitbucket-server/bitbucket-server-module.ts +4 -4
  28. package/src/devfile/devfile-module.ts +5 -5
  29. package/src/devfile-schema/devfile-schema-module.ts +4 -4
  30. package/src/editor/editor-module.ts +4 -4
  31. package/src/fetch/fetch-module.ts +4 -4
  32. package/src/github/github-module.ts +4 -4
  33. package/src/resolve/resolve-module.ts +4 -4
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bitbucketModule = void 0;
4
4
  /**********************************************************************
5
- * Copyright (c) 2022-2024
5
+ * Copyright (c) 2022-2025
6
6
  *
7
7
  * This program and the accompanying materials are made
8
8
  * available under the terms of the Eclipse Public License 2.0
@@ -14,8 +14,8 @@ const inversify_1 = require("inversify");
14
14
  const bitbucket_resolver_1 = require("./bitbucket-resolver");
15
15
  const types_1 = require("../types");
16
16
  const { Resolver } = types_1.TYPES;
17
- const bitbucketModule = new inversify_1.ContainerModule((bind) => {
18
- bind(Resolver).to(bitbucket_resolver_1.BitbucketResolver).inSingletonScope();
17
+ const bitbucketModule = new inversify_1.ContainerModule((options) => {
18
+ options.bind(Resolver).to(bitbucket_resolver_1.BitbucketResolver).inSingletonScope();
19
19
  });
20
20
  exports.bitbucketModule = bitbucketModule;
21
21
  //# sourceMappingURL=bitbucket-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bitbucket-module.js","sourceRoot":"","sources":["../../src/bitbucket/bitbucket-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwD;AAExD,6DAAyD;AACzD,oCAAiC;AAEjC,MAAM,EAAE,QAAQ,EAAE,GAAG,aAAK,CAAC;AAE3B,MAAM,eAAe,GAAG,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IACpE,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,sCAAiB,CAAC,CAAC,gBAAgB,EAAE,CAAC;AAC1D,CAAC,CAAC,CAAC;AAEM,0CAAe"}
1
+ {"version":3,"file":"bitbucket-module.js","sourceRoot":"","sources":["../../src/bitbucket/bitbucket-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwE;AAExE,6DAAyD;AACzD,oCAAiC;AAEjC,MAAM,EAAE,QAAQ,EAAE,GAAG,aAAK,CAAC;AAE3B,MAAM,eAAe,GAAG,IAAI,2BAAe,CAAC,CAAC,OAAmC,EAAE,EAAE;IAClF,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,sCAAiB,CAAC,CAAC,gBAAgB,EAAE,CAAC;AAClE,CAAC,CAAC,CAAC;AAEM,0CAAe"}
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bitbucketServerModule = void 0;
4
4
  /**********************************************************************
5
- * Copyright (c) 2022-2024
5
+ * Copyright (c) 2022-2025
6
6
  *
7
7
  * This program and the accompanying materials are made
8
8
  * available under the terms of the Eclipse Public License 2.0
@@ -14,8 +14,8 @@ const inversify_1 = require("inversify");
14
14
  const bitbucket_server_resolver_1 = require("./bitbucket-server-resolver");
15
15
  const types_1 = require("../types");
16
16
  const { Resolver } = types_1.TYPES;
17
- const bitbucketServerModule = new inversify_1.ContainerModule((bind) => {
18
- bind(Resolver).to(bitbucket_server_resolver_1.BitbucketServerResolver).inSingletonScope();
17
+ const bitbucketServerModule = new inversify_1.ContainerModule((options) => {
18
+ options.bind(Resolver).to(bitbucket_server_resolver_1.BitbucketServerResolver).inSingletonScope();
19
19
  });
20
20
  exports.bitbucketServerModule = bitbucketServerModule;
21
21
  //# sourceMappingURL=bitbucket-server-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bitbucket-server-module.js","sourceRoot":"","sources":["../../src/bitbucket-server/bitbucket-server-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwD;AAExD,2EAAsE;AACtE,oCAAiC;AAEjC,MAAM,EAAE,QAAQ,EAAE,GAAG,aAAK,CAAC;AAE3B,MAAM,qBAAqB,GAAG,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IAC1E,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,mDAAuB,CAAC,CAAC,gBAAgB,EAAE,CAAC;AAChE,CAAC,CAAC,CAAC;AAEM,sDAAqB"}
1
+ {"version":3,"file":"bitbucket-server-module.js","sourceRoot":"","sources":["../../src/bitbucket-server/bitbucket-server-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwE;AAExE,2EAAsE;AACtE,oCAAiC;AAEjC,MAAM,EAAE,QAAQ,EAAE,GAAG,aAAK,CAAC;AAE3B,MAAM,qBAAqB,GAAG,IAAI,2BAAe,CAAC,CAAC,OAAmC,EAAE,EAAE;IACxF,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,mDAAuB,CAAC,CAAC,gBAAgB,EAAE,CAAC;AACxE,CAAC,CAAC,CAAC;AAEM,sDAAqB"}
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.devfileModule = void 0;
4
4
  /**********************************************************************
5
- * Copyright (c) 2022-2024
5
+ * Copyright (c) 2022-2025
6
6
  *
7
7
  * This program and the accompanying materials are made
8
8
  * available under the terms of the Eclipse Public License 2.0
@@ -13,9 +13,9 @@ exports.devfileModule = void 0;
13
13
  const inversify_1 = require("inversify");
14
14
  const dev_container_component_finder_1 = require("./dev-container-component-finder");
15
15
  const dev_container_component_inserter_1 = require("./dev-container-component-inserter");
16
- const devfileModule = new inversify_1.ContainerModule((bind) => {
17
- bind(dev_container_component_finder_1.DevContainerComponentFinder).toSelf().inSingletonScope();
18
- bind(dev_container_component_inserter_1.DevContainerComponentInserter).toSelf().inSingletonScope();
16
+ const devfileModule = new inversify_1.ContainerModule((options) => {
17
+ options.bind(dev_container_component_finder_1.DevContainerComponentFinder).toSelf().inSingletonScope();
18
+ options.bind(dev_container_component_inserter_1.DevContainerComponentInserter).toSelf().inSingletonScope();
19
19
  });
20
20
  exports.devfileModule = devfileModule;
21
21
  //# sourceMappingURL=devfile-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"devfile-module.js","sourceRoot":"","sources":["../../src/devfile/devfile-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwD;AAExD,qFAA+E;AAC/E,yFAAmF;AAEnF,MAAM,aAAa,GAAG,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IAClE,IAAI,CAAC,4DAA2B,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC9D,IAAI,CAAC,gEAA6B,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AAClE,CAAC,CAAC,CAAC;AAEM,sCAAa"}
1
+ {"version":3,"file":"devfile-module.js","sourceRoot":"","sources":["../../src/devfile/devfile-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwE;AAExE,qFAA+E;AAC/E,yFAAmF;AAEnF,MAAM,aAAa,GAAG,IAAI,2BAAe,CAAC,CAAC,OAAmC,EAAE,EAAE;IAChF,OAAO,CAAC,IAAI,CAAC,4DAA2B,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACtE,OAAO,CAAC,IAAI,CAAC,gEAA6B,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AAC1E,CAAC,CAAC,CAAC;AAEM,sCAAa"}
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.devfileSchemaModule = void 0;
4
4
  /**********************************************************************
5
- * Copyright (c) 2022-2024
5
+ * Copyright (c) 2022-2025
6
6
  *
7
7
  * This program and the accompanying materials are made
8
8
  * available under the terms of the Eclipse Public License 2.0
@@ -12,8 +12,8 @@ exports.devfileSchemaModule = void 0;
12
12
  ***********************************************************************/
13
13
  const inversify_1 = require("inversify");
14
14
  const devfile_schema_validator_1 = require("./devfile-schema-validator");
15
- const devfileSchemaModule = new inversify_1.ContainerModule((bind) => {
16
- bind(devfile_schema_validator_1.DevfileSchemaValidator).toSelf().inSingletonScope();
15
+ const devfileSchemaModule = new inversify_1.ContainerModule((options) => {
16
+ options.bind(devfile_schema_validator_1.DevfileSchemaValidator).toSelf().inSingletonScope();
17
17
  });
18
18
  exports.devfileSchemaModule = devfileSchemaModule;
19
19
  //# sourceMappingURL=devfile-schema-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"devfile-schema-module.js","sourceRoot":"","sources":["../../src/devfile-schema/devfile-schema-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwD;AAExD,yEAAoE;AAEpE,MAAM,mBAAmB,GAAG,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IACxE,IAAI,CAAC,iDAAsB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AAC3D,CAAC,CAAC,CAAC;AAEM,kDAAmB"}
1
+ {"version":3,"file":"devfile-schema-module.js","sourceRoot":"","sources":["../../src/devfile-schema/devfile-schema-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwE;AAExE,yEAAoE;AAEpE,MAAM,mBAAmB,GAAG,IAAI,2BAAe,CAAC,CAAC,OAAmC,EAAE,EAAE;IACtF,OAAO,CAAC,IAAI,CAAC,iDAAsB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AACnE,CAAC,CAAC,CAAC;AAEM,kDAAmB"}
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.editorModule = void 0;
4
4
  /**********************************************************************
5
- * Copyright (c) 2022-2024
5
+ * Copyright (c) 2022-2025
6
6
  *
7
7
  * This program and the accompanying materials are made
8
8
  * available under the terms of the Eclipse Public License 2.0
@@ -12,8 +12,8 @@ exports.editorModule = void 0;
12
12
  ***********************************************************************/
13
13
  const inversify_1 = require("inversify");
14
14
  const editor_resolver_1 = require("./editor-resolver");
15
- const editorModule = new inversify_1.ContainerModule((bind) => {
16
- bind(editor_resolver_1.EditorResolver).toSelf().inSingletonScope();
15
+ const editorModule = new inversify_1.ContainerModule((options) => {
16
+ options.bind(editor_resolver_1.EditorResolver).toSelf().inSingletonScope();
17
17
  });
18
18
  exports.editorModule = editorModule;
19
19
  //# sourceMappingURL=editor-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor-module.js","sourceRoot":"","sources":["../../src/editor/editor-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwD;AAExD,uDAAmD;AAEnD,MAAM,YAAY,GAAG,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IACjE,IAAI,CAAC,gCAAc,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AACnD,CAAC,CAAC,CAAC;AAEM,oCAAY"}
1
+ {"version":3,"file":"editor-module.js","sourceRoot":"","sources":["../../src/editor/editor-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwE;AAExE,uDAAmD;AAEnD,MAAM,YAAY,GAAG,IAAI,2BAAe,CAAC,CAAC,OAAmC,EAAE,EAAE;IAC/E,OAAO,CAAC,IAAI,CAAC,gCAAc,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AAC3D,CAAC,CAAC,CAAC;AAEM,oCAAY"}
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.fetchModule = void 0;
4
4
  /**********************************************************************
5
- * Copyright (c) 2022-2024
5
+ * Copyright (c) 2022-2025
6
6
  *
7
7
  * This program and the accompanying materials are made
8
8
  * available under the terms of the Eclipse Public License 2.0
@@ -12,8 +12,8 @@ exports.fetchModule = void 0;
12
12
  ***********************************************************************/
13
13
  const inversify_1 = require("inversify");
14
14
  const url_fetcher_1 = require("./url-fetcher");
15
- const fetchModule = new inversify_1.ContainerModule((bind) => {
16
- bind(url_fetcher_1.UrlFetcher).toSelf().inSingletonScope();
15
+ const fetchModule = new inversify_1.ContainerModule((options) => {
16
+ options.bind(url_fetcher_1.UrlFetcher).toSelf().inSingletonScope();
17
17
  });
18
18
  exports.fetchModule = fetchModule;
19
19
  //# sourceMappingURL=fetch-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-module.js","sourceRoot":"","sources":["../../src/fetch/fetch-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwD;AAExD,+CAA2C;AAE3C,MAAM,WAAW,GAAG,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IAChE,IAAI,CAAC,wBAAU,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AAC/C,CAAC,CAAC,CAAC;AAEM,kCAAW"}
1
+ {"version":3,"file":"fetch-module.js","sourceRoot":"","sources":["../../src/fetch/fetch-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwE;AAExE,+CAA2C;AAE3C,MAAM,WAAW,GAAG,IAAI,2BAAe,CAAC,CAAC,OAAmC,EAAE,EAAE;IAC9E,OAAO,CAAC,IAAI,CAAC,wBAAU,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AACvD,CAAC,CAAC,CAAC;AAEM,kCAAW"}
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.githubModule = void 0;
4
4
  /**********************************************************************
5
- * Copyright (c) 2022-2024
5
+ * Copyright (c) 2022-2025
6
6
  *
7
7
  * This program and the accompanying materials are made
8
8
  * available under the terms of the Eclipse Public License 2.0
@@ -14,8 +14,8 @@ const inversify_1 = require("inversify");
14
14
  const github_resolver_1 = require("./github-resolver");
15
15
  const types_1 = require("../types");
16
16
  const { Resolver } = types_1.TYPES;
17
- const githubModule = new inversify_1.ContainerModule((bind) => {
18
- bind(Resolver).to(github_resolver_1.GithubResolver).inSingletonScope();
17
+ const githubModule = new inversify_1.ContainerModule((options) => {
18
+ options.bind(Resolver).to(github_resolver_1.GithubResolver).inSingletonScope();
19
19
  });
20
20
  exports.githubModule = githubModule;
21
21
  //# sourceMappingURL=github-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"github-module.js","sourceRoot":"","sources":["../../src/github/github-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwD;AAExD,uDAAmD;AACnD,oCAAiC;AAEjC,MAAM,EAAE,QAAQ,EAAE,GAAG,aAAK,CAAC;AAE3B,MAAM,YAAY,GAAG,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IACjE,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,gCAAc,CAAC,CAAC,gBAAgB,EAAE,CAAC;AACvD,CAAC,CAAC,CAAC;AAEM,oCAAY"}
1
+ {"version":3,"file":"github-module.js","sourceRoot":"","sources":["../../src/github/github-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwE;AAExE,uDAAmD;AACnD,oCAAiC;AAEjC,MAAM,EAAE,QAAQ,EAAE,GAAG,aAAK,CAAC;AAE3B,MAAM,YAAY,GAAG,IAAI,2BAAe,CAAC,CAAC,OAAmC,EAAE,EAAE;IAC/E,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,gCAAc,CAAC,CAAC,gBAAgB,EAAE,CAAC;AAC/D,CAAC,CAAC,CAAC;AAEM,oCAAY"}
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveModule = void 0;
4
4
  /**********************************************************************
5
- * Copyright (c) 2022-2024
5
+ * Copyright (c) 2022-2025
6
6
  *
7
7
  * This program and the accompanying materials are made
8
8
  * available under the terms of the Eclipse Public License 2.0
@@ -12,8 +12,8 @@ exports.resolveModule = void 0;
12
12
  ***********************************************************************/
13
13
  const inversify_1 = require("inversify");
14
14
  const git_url_resolver_1 = require("./git-url-resolver");
15
- const resolveModule = new inversify_1.ContainerModule((bind) => {
16
- bind(git_url_resolver_1.GitUrlResolver).toSelf().inSingletonScope();
15
+ const resolveModule = new inversify_1.ContainerModule((options) => {
16
+ options.bind(git_url_resolver_1.GitUrlResolver).toSelf().inSingletonScope();
17
17
  });
18
18
  exports.resolveModule = resolveModule;
19
19
  //# sourceMappingURL=resolve-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resolve-module.js","sourceRoot":"","sources":["../../src/resolve/resolve-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwD;AAExD,yDAAoD;AAEpD,MAAM,aAAa,GAAG,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IAClE,IAAI,CAAC,iCAAc,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AACnD,CAAC,CAAC,CAAC;AAEM,sCAAa"}
1
+ {"version":3,"file":"resolve-module.js","sourceRoot":"","sources":["../../src/resolve/resolve-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;yEAQyE;AACzE,yCAAwE;AAExE,yDAAoD;AAEpD,MAAM,aAAa,GAAG,IAAI,2BAAe,CAAC,CAAC,OAAmC,EAAE,EAAE;IAChF,OAAO,CAAC,IAAI,CAAC,iCAAc,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AAC3D,CAAC,CAAC,CAAC;AAEM,sCAAa"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-che/che-devworkspace-generator",
3
- "version": "7.101.0",
3
+ "version": "7.102.0-next-a755d4b",
4
4
  "private": false,
5
5
  "description": "Generates DevWorkspaces by transforming existing devfiles",
6
6
  "main": "lib/entrypoint.js",
@@ -43,7 +43,7 @@
43
43
  "@devfile/api": "2.3.0-1741179368",
44
44
  "axios": "^1.8.3",
45
45
  "fs-extra": "^11.2.0",
46
- "inversify": "^6.0.2",
46
+ "inversify": "^7.1.0",
47
47
  "lodash": "^4.17.21",
48
48
  "js-yaml": "^4.0.0",
49
49
  "jsonc-parser": "^3.0.0",
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -7,15 +7,15 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  ***********************************************************************/
10
- import { ContainerModule, interfaces } from 'inversify';
10
+ import { ContainerModule, ContainerModuleLoadOptions } from 'inversify';
11
11
 
12
12
  import { BitbucketResolver } from './bitbucket-resolver';
13
13
  import { TYPES } from '../types';
14
14
 
15
15
  const { Resolver } = TYPES;
16
16
 
17
- const bitbucketModule = new ContainerModule((bind: interfaces.Bind) => {
18
- bind(Resolver).to(BitbucketResolver).inSingletonScope();
17
+ const bitbucketModule = new ContainerModule((options: ContainerModuleLoadOptions) => {
18
+ options.bind(Resolver).to(BitbucketResolver).inSingletonScope();
19
19
  });
20
20
 
21
21
  export { bitbucketModule };
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -7,15 +7,15 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  ***********************************************************************/
10
- import { ContainerModule, interfaces } from 'inversify';
10
+ import { ContainerModule, ContainerModuleLoadOptions } from 'inversify';
11
11
 
12
12
  import { BitbucketServerResolver } from './bitbucket-server-resolver';
13
13
  import { TYPES } from '../types';
14
14
 
15
15
  const { Resolver } = TYPES;
16
16
 
17
- const bitbucketServerModule = new ContainerModule((bind: interfaces.Bind) => {
18
- bind(Resolver).to(BitbucketServerResolver).inSingletonScope();
17
+ const bitbucketServerModule = new ContainerModule((options: ContainerModuleLoadOptions) => {
18
+ options.bind(Resolver).to(BitbucketServerResolver).inSingletonScope();
19
19
  });
20
20
 
21
21
  export { bitbucketServerModule };
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -7,14 +7,14 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  ***********************************************************************/
10
- import { ContainerModule, interfaces } from 'inversify';
10
+ import { ContainerModule, ContainerModuleLoadOptions } from 'inversify';
11
11
 
12
12
  import { DevContainerComponentFinder } from './dev-container-component-finder';
13
13
  import { DevContainerComponentInserter } from './dev-container-component-inserter';
14
14
 
15
- const devfileModule = new ContainerModule((bind: interfaces.Bind) => {
16
- bind(DevContainerComponentFinder).toSelf().inSingletonScope();
17
- bind(DevContainerComponentInserter).toSelf().inSingletonScope();
15
+ const devfileModule = new ContainerModule((options: ContainerModuleLoadOptions) => {
16
+ options.bind(DevContainerComponentFinder).toSelf().inSingletonScope();
17
+ options.bind(DevContainerComponentInserter).toSelf().inSingletonScope();
18
18
  });
19
19
 
20
20
  export { devfileModule };
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -7,12 +7,12 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  ***********************************************************************/
10
- import { ContainerModule, interfaces } from 'inversify';
10
+ import { ContainerModule, ContainerModuleLoadOptions } from 'inversify';
11
11
 
12
12
  import { DevfileSchemaValidator } from './devfile-schema-validator';
13
13
 
14
- const devfileSchemaModule = new ContainerModule((bind: interfaces.Bind) => {
15
- bind(DevfileSchemaValidator).toSelf().inSingletonScope();
14
+ const devfileSchemaModule = new ContainerModule((options: ContainerModuleLoadOptions) => {
15
+ options.bind(DevfileSchemaValidator).toSelf().inSingletonScope();
16
16
  });
17
17
 
18
18
  export { devfileSchemaModule };
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -7,12 +7,12 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  ***********************************************************************/
10
- import { ContainerModule, interfaces } from 'inversify';
10
+ import { ContainerModule, ContainerModuleLoadOptions } from 'inversify';
11
11
 
12
12
  import { EditorResolver } from './editor-resolver';
13
13
 
14
- const editorModule = new ContainerModule((bind: interfaces.Bind) => {
15
- bind(EditorResolver).toSelf().inSingletonScope();
14
+ const editorModule = new ContainerModule((options: ContainerModuleLoadOptions) => {
15
+ options.bind(EditorResolver).toSelf().inSingletonScope();
16
16
  });
17
17
 
18
18
  export { editorModule };
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -7,12 +7,12 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  ***********************************************************************/
10
- import { ContainerModule, interfaces } from 'inversify';
10
+ import { ContainerModule, ContainerModuleLoadOptions } from 'inversify';
11
11
 
12
12
  import { UrlFetcher } from './url-fetcher';
13
13
 
14
- const fetchModule = new ContainerModule((bind: interfaces.Bind) => {
15
- bind(UrlFetcher).toSelf().inSingletonScope();
14
+ const fetchModule = new ContainerModule((options: ContainerModuleLoadOptions) => {
15
+ options.bind(UrlFetcher).toSelf().inSingletonScope();
16
16
  });
17
17
 
18
18
  export { fetchModule };
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -7,15 +7,15 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  ***********************************************************************/
10
- import { ContainerModule, interfaces } from 'inversify';
10
+ import { ContainerModule, ContainerModuleLoadOptions } from 'inversify';
11
11
 
12
12
  import { GithubResolver } from './github-resolver';
13
13
  import { TYPES } from '../types';
14
14
 
15
15
  const { Resolver } = TYPES;
16
16
 
17
- const githubModule = new ContainerModule((bind: interfaces.Bind) => {
18
- bind(Resolver).to(GithubResolver).inSingletonScope();
17
+ const githubModule = new ContainerModule((options: ContainerModuleLoadOptions) => {
18
+ options.bind(Resolver).to(GithubResolver).inSingletonScope();
19
19
  });
20
20
 
21
21
  export { githubModule };
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (c) 2022-2024
2
+ * Copyright (c) 2022-2025
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -7,12 +7,12 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  ***********************************************************************/
10
- import { ContainerModule, interfaces } from 'inversify';
10
+ import { ContainerModule, ContainerModuleLoadOptions } from 'inversify';
11
11
 
12
12
  import { GitUrlResolver } from './git-url-resolver';
13
13
 
14
- const resolveModule = new ContainerModule((bind: interfaces.Bind) => {
15
- bind(GitUrlResolver).toSelf().inSingletonScope();
14
+ const resolveModule = new ContainerModule((options: ContainerModuleLoadOptions) => {
15
+ options.bind(GitUrlResolver).toSelf().inSingletonScope();
16
16
  });
17
17
 
18
18
  export { resolveModule };