create-rspeedy 0.9.6 → 0.9.8

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,9 @@
1
1
  # create-rspeedy
2
2
 
3
+ ## 0.9.8
4
+
5
+ ## 0.9.7
6
+
3
7
  ## 0.9.6
4
8
 
5
9
  ## 0.9.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rspeedy",
3
- "version": "0.9.6",
3
+ "version": "0.9.8",
4
4
  "description": "Create Rspeedy-powered ReactLynx apps with one command",
5
5
  "keywords": [
6
6
  "webpack",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@lynx-js/qrcode-rsbuild-plugin": "^0.3.6",
38
- "@lynx-js/react": "^0.109.0",
39
- "@lynx-js/react-rsbuild-plugin": "^0.10.0",
40
- "@lynx-js/rspeedy": "^0.9.6"
38
+ "@lynx-js/react": "^0.109.1",
39
+ "@lynx-js/react-rsbuild-plugin": "^0.10.2",
40
+ "@lynx-js/rspeedy": "^0.9.8"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=18"
@@ -14,7 +14,7 @@
14
14
  "@lynx-js/qrcode-rsbuild-plugin": "workspace:*",
15
15
  "@lynx-js/react-rsbuild-plugin": "workspace:*",
16
16
  "@lynx-js/rspeedy": "workspace:*",
17
- "@lynx-js/types": "^3.3.0",
17
+ "@lynx-js/types": "3.3.0",
18
18
  "@types/react": "^18.3.22",
19
19
  "typescript": "~5.8.3"
20
20
  },
@@ -1 +1,13 @@
1
1
  /// <reference types="@lynx-js/rspeedy/client" />
2
+
3
+ declare module '@lynx-js/types' {
4
+ interface GlobalProps {
5
+ /**
6
+ * Define your global properties in this interface.
7
+ * These types will be accessible through `lynx.__globalProps`.
8
+ */
9
+ }
10
+ }
11
+
12
+ // This export makes the file a module
13
+ export {}
@@ -15,7 +15,7 @@
15
15
  "@lynx-js/qrcode-rsbuild-plugin": "workspace:*",
16
16
  "@lynx-js/react-rsbuild-plugin": "workspace:*",
17
17
  "@lynx-js/rspeedy": "workspace:*",
18
- "@lynx-js/types": "^3.3.0",
18
+ "@lynx-js/types": "3.3.0",
19
19
  "@testing-library/jest-dom": "^6.6.3",
20
20
  "@types/react": "^18.3.22",
21
21
  "jsdom": "^26.1.0",