@baic/yolk-cli 2.1.0-alpha.243 → 2.1.0-alpha.244

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT LICENSE
2
2
 
3
- Copyright (c) 2024 Baic<303394539@qq.com>
3
+ Copyright (c) 2025 Baic<303394539@qq.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baic/yolk-cli",
3
- "version": "2.1.0-alpha.243",
3
+ "version": "2.1.0-alpha.244",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/303394539/yolk.git"
@@ -25,11 +25,11 @@
25
25
  "prebundle": "father prebundle"
26
26
  },
27
27
  "dependencies": {
28
- "@baic/biome-config-yolk": "2.1.0-alpha.243",
29
- "@baic/eslint-config-yolk": "2.1.0-alpha.243",
30
- "@baic/prettier-config-yolk": "2.1.0-alpha.243",
31
- "@baic/stylelint-config-yolk": "2.1.0-alpha.243",
32
- "@democrance/imagemin-lint-staged": "3.0.x",
28
+ "@baic/biome-config-yolk": "2.1.0-alpha.244",
29
+ "@baic/eslint-config-yolk": "2.1.0-alpha.244",
30
+ "@baic/prettier-config-yolk": "2.1.0-alpha.244",
31
+ "@baic/stylelint-config-yolk": "2.1.0-alpha.244",
32
+ "@democrance/imagemin-lint-staged": "4.0.x",
33
33
  "@types/lodash": "4.x",
34
34
  "chalk": "4.x",
35
35
  "eslint": "8.x",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "fdfda919cba35c574804cbf9bc0176f7ce1fcf61"
64
+ "gitHead": "4853c96b1a034153663bdec3f2b04fa2a03b10b3"
65
65
  }
@@ -1,6 +1,6 @@
1
1
  MIT LICENSE
2
2
 
3
- Copyright (c) 2024 Baic<303394539@qq.com>
3
+ Copyright (c) 2025 Baic<303394539@qq.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
@@ -1,6 +1,6 @@
1
1
  MIT LICENSE
2
2
 
3
- Copyright (c) 2024 Baic<303394539@qq.com>
3
+ Copyright (c) 2025 Baic<303394539@qq.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
@@ -1,6 +1,6 @@
1
1
  MIT LICENSE
2
2
 
3
- Copyright (c) 2024 Baic<303394539@qq.com>
3
+ Copyright (c) 2025 Baic<303394539@qq.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
@@ -1,6 +1,6 @@
1
1
  MIT LICENSE
2
2
 
3
- Copyright (c) 2024 Baic<303394539@qq.com>
3
+ Copyright (c) 2025 Baic<303394539@qq.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
@@ -322,15 +322,15 @@ class Bluetooth {
322
322
  const { bluetooth } = window.plus || {};
323
323
  if (this.listenServicesTimeoutId) {
324
324
  clearTimeout(this.listenServicesTimeoutId);
325
- this.listenServicesTimeoutId = undefined;
325
+ this.listenServicesTimeoutId = void 0;
326
326
  }
327
327
  if (this.writeTimeoutId) {
328
328
  clearTimeout(this.writeTimeoutId);
329
- this.writeTimeoutId = undefined;
329
+ this.writeTimeoutId = void 0;
330
330
  }
331
331
  if (this.readTimeoutId) {
332
332
  clearTimeout(this.readTimeoutId);
333
- this.readTimeoutId = undefined;
333
+ this.readTimeoutId = void 0;
334
334
  }
335
335
  try {
336
336
  const discovering = await this.isAvailableAdapter();
@@ -1,6 +1,6 @@
1
1
  MIT LICENSE
2
2
 
3
- Copyright (c) 2024 Baic<303394539@qq.com>
3
+ Copyright (c) 2025 Baic<303394539@qq.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
@@ -1,6 +1,6 @@
1
1
  MIT LICENSE
2
2
 
3
- Copyright (c) 2024 Baic<303394539@qq.com>
3
+ Copyright (c) 2025 Baic<303394539@qq.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
@@ -1,6 +1,6 @@
1
1
  MIT LICENSE
2
2
 
3
- Copyright (c) 2024 Baic<303394539@qq.com>
3
+ Copyright (c) 2025 Baic<303394539@qq.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the