@knocklabs/expo 0.6.6 → 0.6.9
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 +35 -0
- package/package.json +16 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @knocklabs/expo
|
|
2
2
|
|
|
3
|
+
## 0.6.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d7a041]
|
|
8
|
+
- @knocklabs/client@0.21.15
|
|
9
|
+
- @knocklabs/react-core@0.13.16
|
|
10
|
+
- @knocklabs/react-native@0.9.9
|
|
11
|
+
|
|
12
|
+
## 0.6.8
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- dd1b724: Expose `./package.json` in each package's `exports` map. This restores the ability for tooling (bundlers, test mockers such as Storybook/Vitest, and version checks) to resolve the package manifest, which the `exports` field otherwise blocks.
|
|
17
|
+
- Updated dependencies [dd1b724]
|
|
18
|
+
- Updated dependencies [70e7669]
|
|
19
|
+
- Updated dependencies [3dd0aa8]
|
|
20
|
+
- Updated dependencies [3dd0aa8]
|
|
21
|
+
- Updated dependencies [b6c9be4]
|
|
22
|
+
- Updated dependencies [b6c9be4]
|
|
23
|
+
- @knocklabs/client@0.21.14
|
|
24
|
+
- @knocklabs/react-core@0.13.15
|
|
25
|
+
- @knocklabs/react-native@0.9.8
|
|
26
|
+
|
|
27
|
+
## 0.6.7
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [e6ac8cc]
|
|
32
|
+
- Updated dependencies [454f947]
|
|
33
|
+
- Updated dependencies [abac967]
|
|
34
|
+
- @knocklabs/react-core@0.13.14
|
|
35
|
+
- @knocklabs/client@0.21.13
|
|
36
|
+
- @knocklabs/react-native@0.9.7
|
|
37
|
+
|
|
3
38
|
## 0.6.6
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knocklabs/expo",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.9",
|
|
4
4
|
"author": "@knocklabs",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"typings": "dist/types/index.d.ts",
|
|
10
10
|
"react-native": "./src/index.ts",
|
|
11
11
|
"exports": {
|
|
12
|
+
"./package.json": "./package.json",
|
|
12
13
|
".": {
|
|
13
14
|
"require": "./dist/cjs/index.js",
|
|
14
15
|
"types": "./dist/types/index.d.ts",
|
|
@@ -52,31 +53,31 @@
|
|
|
52
53
|
"react-native-gesture-handler": ">=2.0.0"
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
|
-
"@knocklabs/client": "^0.21.
|
|
56
|
-
"@knocklabs/react-core": "^0.13.
|
|
57
|
-
"@knocklabs/react-native": "^0.9.
|
|
56
|
+
"@knocklabs/client": "^0.21.15",
|
|
57
|
+
"@knocklabs/react-core": "^0.13.16",
|
|
58
|
+
"@knocklabs/react-native": "^0.9.9",
|
|
58
59
|
"react-native-render-html": "^6.3.4",
|
|
59
60
|
"react-native-svg": "~15.15.3"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
|
-
"@codecov/vite-plugin": "^
|
|
63
|
+
"@codecov/vite-plugin": "^2.0.1",
|
|
63
64
|
"@testing-library/jest-dom": "^6.8.0",
|
|
64
65
|
"@testing-library/react": "^16.3.2",
|
|
65
|
-
"@types/react": "^19.2.
|
|
66
|
+
"@types/react": "^19.2.17",
|
|
66
67
|
"@types/react-native-htmlview": "^0.16.6",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
68
|
-
"@typescript-eslint/parser": "^8.
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
69
|
+
"@typescript-eslint/parser": "^8.59.4",
|
|
69
70
|
"@vitejs/plugin-react": "^4.5.1",
|
|
70
71
|
"eslint": "^8.56.0",
|
|
71
72
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
72
73
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
73
|
-
"expo": "~
|
|
74
|
-
"expo-constants": "~
|
|
75
|
-
"expo-device": "~
|
|
76
|
-
"expo-notifications": "~
|
|
77
|
-
"jsdom": "^
|
|
78
|
-
"react": "^19.2.
|
|
79
|
-
"react-native": "^0.
|
|
74
|
+
"expo": "~56.0.5",
|
|
75
|
+
"expo-constants": "~56.0.16",
|
|
76
|
+
"expo-device": "~56.0.4",
|
|
77
|
+
"expo-notifications": "~56.0.14",
|
|
78
|
+
"jsdom": "^29.1.0",
|
|
79
|
+
"react": "^19.2.7",
|
|
80
|
+
"react-native": "^0.85.3",
|
|
80
81
|
"react-native-gesture-handler": "~2.30.0",
|
|
81
82
|
"rimraf": "^6.0.1",
|
|
82
83
|
"typescript": "^5.8.3",
|