@eclipse-che/che-devworkspace-generator 7.88.0-next-0d522c1 → 7.88.0-next-be69259
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/lib/api/devfile-context.d.ts +3 -2
- package/lib/api/devfile-context.js +1 -0
- package/lib/api/devfile-context.js.map +1 -1
- package/lib/bitbucket/bitbucket-module.d.ts +1 -1
- package/lib/bitbucket/bitbucket-module.js +1 -1
- package/lib/bitbucket/bitbucket-resolver.d.ts +1 -1
- package/lib/bitbucket/bitbucket-resolver.js +1 -1
- package/lib/bitbucket/bitbucket-url.d.ts +1 -1
- package/lib/bitbucket/bitbucket-url.js +1 -1
- package/lib/bitbucket-server/bitbucket-server-module.d.ts +1 -1
- package/lib/bitbucket-server/bitbucket-server-module.js +1 -1
- package/lib/bitbucket-server/bitbucket-server-resolver.d.ts +1 -1
- package/lib/bitbucket-server/bitbucket-server-resolver.js +1 -1
- package/lib/bitbucket-server/bitbucket-server-url.d.ts +1 -1
- package/lib/bitbucket-server/bitbucket-server-url.js +1 -1
- package/lib/devfile/dev-container-component-finder.d.ts +1 -1
- package/lib/devfile/dev-container-component-finder.js +1 -1
- package/lib/devfile/dev-container-component-inserter.d.ts +1 -1
- package/lib/devfile/dev-container-component-inserter.js +1 -1
- package/lib/devfile/devfile-module.d.ts +1 -1
- package/lib/devfile/devfile-module.js +1 -1
- package/lib/devfile-schema/2.3.0/devfile.json +2211 -0
- package/lib/devfile-schema/devfile-schema-module.d.ts +1 -1
- package/lib/devfile-schema/devfile-schema-module.js +1 -1
- package/lib/devfile-schema/devfile-schema-validator.js +4 -1
- package/lib/devfile-schema/devfile-schema-validator.js.map +1 -1
- package/lib/entrypoint.d.ts +1 -1
- package/lib/entrypoint.js +1 -1
- package/lib/fetch/fetch-module.d.ts +1 -1
- package/lib/fetch/fetch-module.js +1 -1
- package/lib/fetch/url-fetcher.js +1 -1
- package/lib/generate.d.ts +1 -1
- package/lib/generate.js +1 -1
- package/lib/github/github-module.d.ts +1 -1
- package/lib/github/github-module.js +1 -1
- package/lib/github/github-resolver.d.ts +1 -1
- package/lib/github/github-resolver.js +1 -1
- package/lib/github/github-url.d.ts +1 -1
- package/lib/github/github-url.js +1 -1
- package/lib/inversify/inversify-binding.d.ts +1 -1
- package/lib/inversify/inversify-binding.js +1 -1
- package/lib/main.d.ts +1 -1
- package/lib/main.js +1 -1
- package/lib/plugin-registry/plugin-registry-module.d.ts +1 -1
- package/lib/plugin-registry/plugin-registry-module.js +1 -1
- package/lib/plugin-registry/plugin-registry-resolver.d.ts +1 -1
- package/lib/plugin-registry/plugin-registry-resolver.js +1 -1
- package/lib/resolve/git-url-resolver.js +1 -1
- package/lib/resolve/resolve-module.d.ts +1 -1
- package/lib/resolve/resolve-module.js +1 -1
- package/lib/resolve/resolver.d.ts +1 -1
- package/lib/resolve/resolver.js +1 -1
- package/lib/resolve/url.d.ts +1 -1
- package/lib/resolve/url.js +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js +1 -1
- package/package.json +1 -1
- package/src/api/devfile-context.ts +2 -1
- package/src/bitbucket/bitbucket-module.ts +1 -1
- package/src/bitbucket/bitbucket-resolver.ts +1 -1
- package/src/bitbucket/bitbucket-url.ts +1 -1
- package/src/bitbucket-server/bitbucket-server-module.ts +1 -1
- package/src/bitbucket-server/bitbucket-server-resolver.ts +1 -1
- package/src/bitbucket-server/bitbucket-server-url.ts +1 -1
- package/src/devfile/dev-container-component-finder.ts +1 -1
- package/src/devfile/dev-container-component-inserter.ts +1 -1
- package/src/devfile/devfile-module.ts +1 -1
- package/src/devfile-schema/2.3.0/devfile.json +2211 -0
- package/src/devfile-schema/devfile-schema-module.ts +1 -1
- package/src/devfile-schema/devfile-schema-validator.ts +4 -1
- package/src/entrypoint.ts +1 -1
- package/src/fetch/fetch-module.ts +1 -1
- package/src/fetch/url-fetcher.ts +1 -1
- package/src/generate.ts +1 -1
- package/src/github/github-module.ts +1 -1
- package/src/github/github-resolver.ts +1 -1
- package/src/github/github-url.ts +1 -1
- package/src/inversify/inversify-binding.ts +1 -1
- package/src/main.ts +1 -1
- package/src/plugin-registry/plugin-registry-module.ts +1 -1
- package/src/plugin-registry/plugin-registry-resolver.ts +1 -1
- package/src/resolve/git-url-resolver.ts +1 -1
- package/src/resolve/resolve-module.ts +1 -1
- package/src/resolve/resolver.ts +1 -1
- package/src/resolve/url.ts +1 -1
- package/src/types.ts +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.devfileSchemaModule = void 0;
|
|
4
4
|
/**********************************************************************
|
|
5
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) 2022-2024
|
|
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
|
|
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
exports.__esModule = true;
|
|
28
28
|
exports.DevfileSchemaValidator = void 0;
|
|
29
29
|
/**********************************************************************
|
|
30
|
-
* Copyright (c)
|
|
30
|
+
* Copyright (c) 2022-2024
|
|
31
31
|
*
|
|
32
32
|
* This program and the accompanying materials are made
|
|
33
33
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -41,6 +41,7 @@ var devfileSchemaV210 = __importStar(require("./2.1.0/devfile.json"));
|
|
|
41
41
|
var devfileSchemaV220 = __importStar(require("./2.2.0/devfile.json"));
|
|
42
42
|
var devfileSchemaV221 = __importStar(require("./2.2.1/devfile.json"));
|
|
43
43
|
var devfileSchemaV222 = __importStar(require("./2.2.2/devfile.json"));
|
|
44
|
+
var devfileSchemaV230 = __importStar(require("./2.3.0/devfile.json"));
|
|
44
45
|
var Validator = __importStar(require("jsonschema"));
|
|
45
46
|
var devfile_context_1 = require("../api/devfile-context");
|
|
46
47
|
var DevfileSchemaValidator = /** @class */ (function () {
|
|
@@ -58,6 +59,8 @@ var DevfileSchemaValidator = /** @class */ (function () {
|
|
|
58
59
|
return devfileSchemaV221;
|
|
59
60
|
case devfile_context_1.DevfileSchemaVersion.V222:
|
|
60
61
|
return devfileSchemaV222;
|
|
62
|
+
case devfile_context_1.DevfileSchemaVersion.V230:
|
|
63
|
+
return devfileSchemaV230;
|
|
61
64
|
default:
|
|
62
65
|
throw new Error("Dev Workspace generator tool doesn't support devfile version: " + version);
|
|
63
66
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"devfile-schema-validator.js","sourceRoot":"","sources":["../../src/devfile-schema/devfile-schema-validator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;yEAQyE;AACzE,uCAAuC;AAEvC,sEAA0D;AAC1D,sEAA0D;AAC1D,sEAA0D;AAC1D,sEAA0D;AAC1D,sEAA0D;AAC1D,oDAAwC;AACxC,0DAA8D;AAG9D;IAAA;
|
|
1
|
+
{"version":3,"file":"devfile-schema-validator.js","sourceRoot":"","sources":["../../src/devfile-schema/devfile-schema-validator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;yEAQyE;AACzE,uCAAuC;AAEvC,sEAA0D;AAC1D,sEAA0D;AAC1D,sEAA0D;AAC1D,sEAA0D;AAC1D,sEAA0D;AAC1D,sEAA0D;AAC1D,oDAAwC;AACxC,0DAA8D;AAG9D;IAAA;IA2BA,CAAC;IA1BC,iDAAgB,GAAhB,UAAiB,OAAe;QAC9B,QAAQ,OAAO,EAAE;YACf,KAAK,sCAAoB,CAAC,IAAI;gBAC5B,OAAO,iBAAiB,CAAC;YAC3B,KAAK,sCAAoB,CAAC,IAAI;gBAC5B,OAAO,iBAAiB,CAAC;YAC3B,KAAK,sCAAoB,CAAC,IAAI;gBAC5B,OAAO,iBAAiB,CAAC;YAC3B,KAAK,sCAAoB,CAAC,IAAI;gBAC5B,OAAO,iBAAiB,CAAC;YAC3B,KAAK,sCAAoB,CAAC,IAAI;gBAC5B,OAAO,iBAAiB,CAAC;YAC3B,KAAK,sCAAoB,CAAC,IAAI;gBAC5B,OAAO,iBAAiB,CAAC;YAC3B;gBACE,MAAM,IAAI,KAAK,CAAC,mEAAiE,OAAS,CAAC,CAAC;SAC/F;IACH,CAAC;IAED,mCAAmC;IACnC,gDAAe,GAAf,UAAgB,OAAY,EAAE,OAAe;QAC3C,IAAM,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC9C,IAAM,eAAe,GAAG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC,CAAC;QAEpF,OAAO,eAAe,CAAC;IACzB,CAAC;IA1BU,sBAAsB;QADlC,IAAA,sBAAU,GAAE;OACA,sBAAsB,CA2BlC;IAAD,6BAAC;CAAA,AA3BD,IA2BC;AA3BY,wDAAsB"}
|
package/lib/entrypoint.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**********************************************************************
|
|
3
|
-
* Copyright (c) 2022
|
|
3
|
+
* Copyright (c) 2022-2024
|
|
4
4
|
*
|
|
5
5
|
* This program and the accompanying materials are made
|
|
6
6
|
* available under the terms of the Eclipse Public License 2.0
|
package/lib/entrypoint.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
"use strict";
|
|
3
3
|
/**********************************************************************
|
|
4
|
-
* Copyright (c) 2022
|
|
4
|
+
* Copyright (c) 2022-2024
|
|
5
5
|
*
|
|
6
6
|
* This program and the accompanying materials are made
|
|
7
7
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.fetchModule = void 0;
|
|
4
4
|
/**********************************************************************
|
|
5
|
-
* Copyright (c) 2022
|
|
5
|
+
* Copyright (c) 2022-2024
|
|
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
|
package/lib/fetch/url-fetcher.js
CHANGED
|
@@ -44,7 +44,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
44
44
|
exports.__esModule = true;
|
|
45
45
|
exports.UrlFetcher = void 0;
|
|
46
46
|
/**********************************************************************
|
|
47
|
-
* Copyright (c) 2022
|
|
47
|
+
* Copyright (c) 2022-2024
|
|
48
48
|
*
|
|
49
49
|
* This program and the accompanying materials are made
|
|
50
50
|
* available under the terms of the Eclipse Public License 2.0
|
package/lib/generate.d.ts
CHANGED
package/lib/generate.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**********************************************************************
|
|
3
|
-
* Copyright (c) 2022
|
|
3
|
+
* Copyright (c) 2022-2024
|
|
4
4
|
*
|
|
5
5
|
* This program and the accompanying materials are made
|
|
6
6
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.githubModule = void 0;
|
|
4
4
|
/**********************************************************************
|
|
5
|
-
* Copyright (c) 2022
|
|
5
|
+
* Copyright (c) 2022-2024
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**********************************************************************
|
|
3
|
-
* Copyright (c) 2022
|
|
3
|
+
* Copyright (c) 2022-2024
|
|
4
4
|
*
|
|
5
5
|
* This program and the accompanying materials are made
|
|
6
6
|
* available under the terms of the Eclipse Public License 2.0
|
package/lib/github/github-url.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**********************************************************************
|
|
3
|
-
* Copyright (c) 2022
|
|
3
|
+
* Copyright (c) 2022-2024
|
|
4
4
|
*
|
|
5
5
|
* This program and the accompanying materials are made
|
|
6
6
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -38,7 +38,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
38
38
|
exports.__esModule = true;
|
|
39
39
|
exports.InversifyBinding = void 0;
|
|
40
40
|
/**********************************************************************
|
|
41
|
-
* Copyright (c) 2022
|
|
41
|
+
* Copyright (c) 2022-2024
|
|
42
42
|
*
|
|
43
43
|
* This program and the accompanying materials are made
|
|
44
44
|
* available under the terms of the Eclipse Public License 2.0
|
package/lib/main.d.ts
CHANGED
package/lib/main.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**********************************************************************
|
|
3
|
-
* Copyright (c) 2022
|
|
3
|
+
* Copyright (c) 2022-2024
|
|
4
4
|
*
|
|
5
5
|
* This program and the accompanying materials are made
|
|
6
6
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.pluginRegistryModule = void 0;
|
|
4
4
|
/**********************************************************************
|
|
5
|
-
* Copyright (c) 2022
|
|
5
|
+
* Copyright (c) 2022-2024
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**********************************************************************
|
|
3
|
-
* Copyright (c) 2022
|
|
3
|
+
* Copyright (c) 2022-2024
|
|
4
4
|
*
|
|
5
5
|
* This program and the accompanying materials are made
|
|
6
6
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -8,7 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
exports.__esModule = true;
|
|
9
9
|
exports.GitUrlResolver = void 0;
|
|
10
10
|
/**********************************************************************
|
|
11
|
-
* Copyright (c)
|
|
11
|
+
* Copyright (c) 2022-2024
|
|
12
12
|
*
|
|
13
13
|
* This program and the accompanying materials are made
|
|
14
14
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.resolveModule = void 0;
|
|
4
4
|
/**********************************************************************
|
|
5
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) 2022-2024
|
|
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
|
package/lib/resolve/resolver.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**********************************************************************
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2022-2024
|
|
4
4
|
*
|
|
5
5
|
* This program and the accompanying materials are made
|
|
6
6
|
* available under the terms of the Eclipse Public License 2.0
|
package/lib/resolve/url.d.ts
CHANGED
package/lib/resolve/url.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**********************************************************************
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2022-2024
|
|
4
4
|
*
|
|
5
5
|
* This program and the accompanying materials are made
|
|
6
6
|
* available under the terms of the Eclipse Public License 2.0
|
package/lib/types.d.ts
CHANGED
package/lib/types.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.TYPES = void 0;
|
|
4
4
|
/**********************************************************************
|
|
5
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) 2022-2024
|
|
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
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**********************************************************************
|
|
2
|
-
* Copyright (c) 2022
|
|
2
|
+
* Copyright (c) 2022-2024
|
|
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
|
|
@@ -36,4 +36,5 @@ export enum DevfileSchemaVersion {
|
|
|
36
36
|
V220 = '2.2.0',
|
|
37
37
|
V221 = '2.2.1',
|
|
38
38
|
V222 = '2.2.2',
|
|
39
|
+
V230 = '2.3.0',
|
|
39
40
|
}
|