@theia/core 1.74.0-next.44 → 1.74.0-next.47

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.
@@ -1781,25 +1781,25 @@
1781
1781
  "name": "dbt Dependencies",
1782
1782
  "description": "dbt's dependencies.yml file for external packages and cross-project refs",
1783
1783
  "fileMatch": ["**/*dbt*/dependencies.yaml", "**/*dbt*/dependencies.yml"],
1784
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dependencies-latest.json"
1784
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dependencies-latest-fusion.json"
1785
1785
  },
1786
1786
  {
1787
1787
  "name": "dbt Project",
1788
1788
  "description": "dbt's project configuration file",
1789
1789
  "fileMatch": ["dbt_project.yaml", "dbt_project.yml"],
1790
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_project-latest.json"
1790
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dbt_project-latest-fusion.json"
1791
1791
  },
1792
1792
  {
1793
1793
  "name": "dbt Packages",
1794
1794
  "description": "dbt's packages.yml file for external packages",
1795
1795
  "fileMatch": ["**/*dbt*/packages.yaml", "**/*dbt*/packages.yml"],
1796
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/packages-latest.json"
1796
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/packages-latest-fusion.json"
1797
1797
  },
1798
1798
  {
1799
1799
  "name": "dbt Selectors",
1800
1800
  "description": "dbt's selectors.yml file for configuring YAML selectors",
1801
1801
  "fileMatch": ["**/*dbt*/selectors.yaml", "**/*dbt*/selectors.yml"],
1802
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/selectors-latest.json"
1802
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/selectors-latest-fusion.json"
1803
1803
  },
1804
1804
  {
1805
1805
  "name": "dbt YAML files",
@@ -1814,7 +1814,7 @@
1814
1814
  "**/*dbt*/snapshots/**/*.yaml",
1815
1815
  "**/*dbt*/snapshots/**/*.yml"
1816
1816
  ],
1817
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_yml_files-latest.json"
1817
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dbt_yml_files-latest-fusion.json"
1818
1818
  },
1819
1819
  {
1820
1820
  "name": "Debian Upstream Metadata file",
@@ -4123,7 +4123,7 @@
4123
4123
  "name": "IBM Zapp document",
4124
4124
  "description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
4125
4125
  "fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"],
4126
- "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json",
4126
+ "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json",
4127
4127
  "versions": {
4128
4128
  "1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
4129
4129
  "1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
@@ -4134,7 +4134,10 @@
4134
4134
  "1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json",
4135
4135
  "1.6.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.6.0.json",
4136
4136
  "1.7.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json",
4137
- "1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json"
4137
+ "1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json",
4138
+ "1.9.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.9.0.json",
4139
+ "1.10.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.0.json",
4140
+ "1.10.2": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json"
4138
4141
  }
4139
4142
  },
4140
4143
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.74.0-next.44+a2edcb58b",
3
+ "version": "1.74.0-next.47+4054d107c",
4
4
  "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "@lumino/virtualdom": "^2.0.4",
18
18
  "@lumino/widgets": "2.7.5",
19
19
  "@parcel/watcher": "^2.5.6",
20
- "@theia/application-package": "1.74.0-next.44+a2edcb58b",
21
- "@theia/request": "1.74.0-next.44+a2edcb58b",
20
+ "@theia/application-package": "1.74.0-next.47+4054d107c",
21
+ "@theia/request": "1.74.0-next.47+4054d107c",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -230,5 +230,5 @@
230
230
  "nyc": {
231
231
  "extends": "../../configs/nyc.json"
232
232
  },
233
- "gitHead": "a2edcb58ba5792bb20b3d604b98e1920a219bb2e"
233
+ "gitHead": "4054d107c43b29999cffa353ec64cfef156cf714"
234
234
  }