@office-iss/react-native-win32 0.0.0-canary.281 → 0.0.0-canary.282
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.json +16 -1
- package/CHANGELOG.md +12 -4
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 07 Mar 2025 06:25:58 GMT",
|
|
6
|
+
"version": "0.0.0-canary.282",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.0.0-canary.282",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "julio.rocha@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "ca717fc9756cae188bfb5b8c637c0b7874edb8f3",
|
|
14
|
+
"comment": "Refactor WebSocket resource class"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 23 Jan 2025 06:24:57 GMT",
|
|
6
21
|
"version": "0.0.0-canary.281",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.0.0-canary.281",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Fri, 07 Mar 2025 06:25:58 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.0.0-canary.
|
|
7
|
+
## 0.0.0-canary.282
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Fri, 07 Mar 2025 06:25:58 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Refactor WebSocket resource class (julio.rocha@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.0.0-canary.281
|
|
16
|
+
|
|
17
|
+
Thu, 23 Jan 2025 06:24:57 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Initial integrate (yajurgrover24@gmail.com)
|
|
22
|
+
|
|
15
23
|
## 0.0.0-canary.280
|
|
16
24
|
|
|
17
25
|
Sat, 11 Jan 2025 06:30:39 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.0.0-canary.
|
|
3
|
+
"version": "0.0.0-canary.282",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@types/prop-types": "15.7.1",
|
|
85
85
|
"@types/react": "^19.0.0",
|
|
86
86
|
"eslint": "^8.19.0",
|
|
87
|
-
"flow-bin": "^0.
|
|
87
|
+
"flow-bin": "^0.258.1",
|
|
88
88
|
"jscodeshift": "^0.14.0",
|
|
89
89
|
"just-scripts": "^1.3.3",
|
|
90
90
|
"prettier": "2.8.8",
|