@ui5/webcomponents-base 2.0.0-rc.1 → 2.0.0-rc.2
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/CHANGELOG.md +17 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/Keys.d.ts +2 -1
- package/dist/Keys.js +4 -1
- package/dist/Keys.js.map +1 -1
- package/dist/UI5Element.js +1 -0
- package/dist/UI5Element.js.map +1 -1
- package/dist/generated/VersionInfo.js +3 -3
- package/dist/generated/VersionInfo.js.map +1 -1
- package/dist/ssr-dom.js +0 -3
- package/dist/util/clamp.js +2 -1
- package/dist/util/clamp.js.map +1 -1
- package/package-scripts.cjs +3 -1
- package/package.json +5 -4
- package/tsconfig.json +2 -2
- package/dist/ssr-dom.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-base",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.2",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.base",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@openui5/sap.ui.core": "1.120.5",
|
|
48
|
-
"@ui5/webcomponents-tools": "2.0.0-rc.
|
|
48
|
+
"@ui5/webcomponents-tools": "2.0.0-rc.2",
|
|
49
49
|
"chromedriver": "^122.0.6",
|
|
50
50
|
"clean-css": "^5.2.2",
|
|
51
51
|
"copy-and-watch": "^0.1.5",
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
"eslint": "^7.22.0",
|
|
54
54
|
"mkdirp": "^1.0.4",
|
|
55
55
|
"replace-in-file": "^6.3.5",
|
|
56
|
-
"resolve": "^1.20.0"
|
|
56
|
+
"resolve": "^1.20.0",
|
|
57
|
+
"touch": "^3.1.0"
|
|
57
58
|
},
|
|
58
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "20d773668ac3ac397868d21593c3d54bc704391c"
|
|
59
60
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"include": ["src/**/*", "src/global.d.ts"],
|
|
3
|
-
// ssr-dom is imported with bare specifier so that conditional exports are used, but this treats it as input and output
|
|
4
|
-
"exclude": ["src/ssr-dom
|
|
3
|
+
// ssr-dom is imported with bare specifier so that conditional exports are used, but this treats it as input and output, so ignore it
|
|
4
|
+
"exclude": ["src/ssr-dom.ts"],
|
|
5
5
|
"compilerOptions": {
|
|
6
6
|
"target": "ES2021",
|
|
7
7
|
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
package/dist/ssr-dom.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ssr-dom.js","sourceRoot":"","sources":["../src/ssr-dom.ts"],"names":[],"mappings":";AAAA,+DAA+D","sourcesContent":["// no shims in the browser when imported via conditional export\n"]}
|