@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
|
@@ -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
|
|
@@ -25,5 +25,6 @@ export declare enum DevfileSchemaVersion {
|
|
|
25
25
|
V210 = "2.1.0",
|
|
26
26
|
V220 = "2.2.0",
|
|
27
27
|
V221 = "2.2.1",
|
|
28
|
-
V222 = "2.2.2"
|
|
28
|
+
V222 = "2.2.2",
|
|
29
|
+
V230 = "2.3.0"
|
|
29
30
|
}
|
|
@@ -11,5 +11,6 @@ var DevfileSchemaVersion;
|
|
|
11
11
|
DevfileSchemaVersion["V220"] = "2.2.0";
|
|
12
12
|
DevfileSchemaVersion["V221"] = "2.2.1";
|
|
13
13
|
DevfileSchemaVersion["V222"] = "2.2.2";
|
|
14
|
+
DevfileSchemaVersion["V230"] = "2.3.0";
|
|
14
15
|
})(DevfileSchemaVersion = exports.DevfileSchemaVersion || (exports.DevfileSchemaVersion = {}));
|
|
15
16
|
//# sourceMappingURL=devfile-context.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"devfile-context.js","sourceRoot":"","sources":["../../src/api/devfile-context.ts"],"names":[],"mappings":";;;AA6BA;;GAEG;AACH,IAAY,
|
|
1
|
+
{"version":3,"file":"devfile-context.js","sourceRoot":"","sources":["../../src/api/devfile-context.ts"],"names":[],"mappings":";;;AA6BA;;GAEG;AACH,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,sCAAc,CAAA;IACd,sCAAc,CAAA;IACd,sCAAc,CAAA;IACd,sCAAc,CAAA;IACd,sCAAc,CAAA;IACd,sCAAc,CAAA;AAChB,CAAC,EAPW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAO/B"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.bitbucketModule = 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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.bitbucketServerModule = 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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.devfileModule = 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
|