create-rspeedy-canary 0.9.10 → 0.9.11-canary-20250626-0bbb23af

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # create-rspeedy
2
2
 
3
+ ## 0.9.11-canary-20250626120135-0bbb23af76b1852328c8a4f38b0309b6ed1da9b4
4
+
3
5
  ## 0.9.10
4
6
 
5
7
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  #!/usr/bin/env node
2
2
  import { createRequire } from "node:module";
3
- import external_node_path_default from "node:path";
3
+ import node_path from "node:path";
4
4
  import { fileURLToPath } from "node:url";
5
5
  import { checkCancel, create, multiselect, select as external_create_rstack_select } from "create-rstack";
6
- const src_dirname = external_node_path_default.dirname(fileURLToPath(import.meta.url));
6
+ const src_dirname = node_path.dirname(fileURLToPath(import.meta.url));
7
7
  const src_require = createRequire(import.meta.url);
8
8
  const { devDependencies } = src_require('../package.json');
9
9
  const composeTemplateName = ({ template, tools, lang })=>{
@@ -70,7 +70,7 @@ async function getTemplateName({ template }) {
70
70
  });
71
71
  }
72
72
  create({
73
- root: external_node_path_default.resolve(src_dirname, '..'),
73
+ root: node_path.resolve(src_dirname, '..'),
74
74
  name: 'rspeedy',
75
75
  templates: TEMPLATES.map(({ template, tools, lang })=>composeTemplateName({
76
76
  template,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rspeedy-canary",
3
- "version": "0.9.10",
3
+ "version": "0.9.11-canary-20250626-0bbb23af",
4
4
  "description": "Create Rspeedy-powered ReactLynx apps with one command",
5
5
  "keywords": [
6
6
  "webpack",
@@ -35,10 +35,10 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rsbuild/plugin-type-check": "1.2.3",
38
- "@lynx-js/qrcode-rsbuild-plugin": "npm:@lynx-js/qrcode-rsbuild-plugin-canary@^0.3.6",
39
- "@lynx-js/react": "npm:@lynx-js/react-canary@^0.110.0",
40
- "@lynx-js/react-rsbuild-plugin": "npm:@lynx-js/react-rsbuild-plugin-canary@^0.10.4",
41
- "@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@^0.9.10"
38
+ "@lynx-js/qrcode-rsbuild-plugin": "npm:@lynx-js/qrcode-rsbuild-plugin-canary@^0.4.0-canary-20250626-0bbb23af",
39
+ "@lynx-js/react-rsbuild-plugin": "npm:@lynx-js/react-rsbuild-plugin-canary@^0.10.5-canary-20250626-0bbb23af",
40
+ "@lynx-js/react": "npm:@lynx-js/react-canary@^0.110.1-canary-20250626-0bbb23af",
41
+ "@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@^0.9.11-canary-20250626-0bbb23af"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=18"
@@ -17,7 +17,7 @@
17
17
  "@lynx-js/rspeedy": "workspace:*",
18
18
  "@testing-library/jest-dom": "^6.6.3",
19
19
  "jsdom": "^26.1.0",
20
- "vitest": "^3.2.3"
20
+ "vitest": "^3.2.4"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">=18"
@@ -21,7 +21,7 @@
21
21
  "@types/react": "^18.3.23",
22
22
  "jsdom": "^26.1.0",
23
23
  "typescript": "~5.8.3",
24
- "vitest": "^3.2.3"
24
+ "vitest": "^3.2.4"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=18"