@opensumi/ide-static-resource 3.4.5-next-1730102270.0 → 3.4.5-next-1730119322.0
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/browser/index.js +2 -2
- package/lib/browser/index.js.map +1 -1
- package/package.json +5 -5
package/lib/browser/index.js
CHANGED
|
@@ -15,9 +15,9 @@ let StaticResourceModule = class StaticResourceModule extends ide_core_browser_1
|
|
|
15
15
|
(0, warning_1.warning)(false, 'The static-resource function has been built into the core-browser module and will be officially deprecated soon. You can safely remove the reference to this module now.');
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
StaticResourceModule =
|
|
18
|
+
exports.StaticResourceModule = StaticResourceModule;
|
|
19
|
+
exports.StaticResourceModule = StaticResourceModule = tslib_1.__decorate([
|
|
19
20
|
(0, di_1.Injectable)(),
|
|
20
21
|
tslib_1.__metadata("design:paramtypes", [])
|
|
21
22
|
], StaticResourceModule);
|
|
22
|
-
exports.StaticResourceModule = StaticResourceModule;
|
|
23
23
|
//# sourceMappingURL=index.js.map
|
package/lib/browser/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/browser/index.ts"],"names":[],"mappings":";;;;AAAA,qCAA0C;AAC1C,wEAAqE;AACrE,iEAA2D;AAE3D,2GAAiF;AAEjF;;GAEG;AAEI,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,gCAAa;IACrD;QACE,KAAK,EAAE,CAAC;QACR,IAAA,iBAAO,EACL,KAAK,EACL,0KAA0K,CAC3K,CAAC;IACJ,CAAC;CACF,CAAA;AARY,oBAAoB;IADhC,IAAA,eAAU,GAAE;;GACA,oBAAoB,CAQhC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/browser/index.ts"],"names":[],"mappings":";;;;AAAA,qCAA0C;AAC1C,wEAAqE;AACrE,iEAA2D;AAE3D,2GAAiF;AAEjF;;GAEG;AAEI,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,gCAAa;IACrD;QACE,KAAK,EAAE,CAAC;QACR,IAAA,iBAAO,EACL,KAAK,EACL,0KAA0K,CAC3K,CAAC;IACJ,CAAC;CACF,CAAA;AARY,oDAAoB;+BAApB,oBAAoB;IADhC,IAAA,eAAU,GAAE;;GACA,oBAAoB,CAQhC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-static-resource",
|
|
3
|
-
"version": "3.4.5-next-
|
|
3
|
+
"version": "3.4.5-next-1730119322.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"src"
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"url": "git@github.com:opensumi/core.git"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@opensumi/ide-components": "3.4.5-next-
|
|
21
|
-
"@opensumi/ide-core-browser": "3.4.5-next-
|
|
20
|
+
"@opensumi/ide-components": "3.4.5-next-1730119322.0",
|
|
21
|
+
"@opensumi/ide-core-browser": "3.4.5-next-1730119322.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@opensumi/ide-dev-tool": "3.4.5-next-
|
|
24
|
+
"@opensumi/ide-dev-tool": "3.4.5-next-1730119322.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "1a26793fcfbbcbf32dfcc698eb7ed9fc9831143d"
|
|
27
27
|
}
|