@byteluck-fe/runtime-desktop-controls 1.1.1 → 1.1.3

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.
@@ -49088,7 +49088,7 @@ const oQ = /* @__PURE__ */ pe(eQ, [["render", rQ]]), sQ = /* @__PURE__ */ Object
49088
49088
  Object.keys(Wh).forEach((e) => {
49089
49089
  const t = Wh[e];
49090
49090
  Object.keys(t).forEach((a) => {
49091
- /^D|rok/.test(a) && Lb.push(t[a]);
49091
+ /^R|rok/.test(a) && Lb.push(t[a]);
49092
49092
  });
49093
49093
  });
49094
49094
  const TQ = {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-desktop-controls",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "type": "module",
6
- "main": "./dist/bundle.umd.js",
7
- "types": "./dist/src",
6
+ "main": "./dist/runtime-desktop-controls.js",
7
+ "types": "./dist/src/entry_desktop/controls/index.d.ts",
8
8
  "scripts": {
9
9
  "test": "echo \"Error: no test specified\" && exit 1",
10
10
  "serve": "vue-cli-service serve",