File tree 10 files changed +66
-1
lines changed
10 files changed +66
-1
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ jobs:
197
197
- host : windows-2022
198
198
build : yarn build
199
199
target : x86_64-pc-windows-msvc
200
+ - host : windows-2022
201
+ build : yarn build --target aarch64-pc-windows-msvc
202
+ target : aarch64-pc-windows-msvc
200
203
- host : ubuntu-22.04
201
204
target : x86_64-unknown-linux-gnu
202
205
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
@@ -332,6 +335,11 @@ jobs:
332
335
run : yarn config set supportedArchitectures.cpu "arm64"
333
336
working-directory : bindings/javascript
334
337
338
+ - name : Config yarn (aarch64-pc-windows-msvc)
339
+ if : matrix.settings.target == 'aarch64-pc-windows-msvc'
340
+ run : yarn config set supportedArchitectures.cpu "arm64"
341
+ working-directory : bindings/javascript
342
+
335
343
- name : Config yarn (armv7-linux-androideabi)
336
344
if : matrix.settings.target == 'armv7-linux-androideabi'
337
345
run : yarn config set supportedArchitectures.cpu "arm"
Original file line number Diff line number Diff line change 29
29
- host : windows-2022
30
30
build : yarn build
31
31
target : x86_64-pc-windows-msvc
32
+ - host : windows-2022
33
+ build : yarn build --target aarch64-pc-windows-msvc
34
+ target : aarch64-pc-windows-msvc
32
35
- host : ubuntu-22.04
33
36
target : x86_64-unknown-linux-gnu
34
37
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
@@ -148,6 +151,11 @@ jobs:
148
151
run : yarn config set supportedArchitectures.cpu "arm64"
149
152
working-directory : bindings/javascript
150
153
154
+ - name : Config yarn (aarch64-pc-windows-msvc)
155
+ if : matrix.settings.target == 'aarch64-pc-windows-msvc'
156
+ run : yarn config set supportedArchitectures.cpu "arm64"
157
+ working-directory : bindings/javascript
158
+
151
159
- name : Config yarn (armv7-linux-androideabi)
152
160
if : matrix.settings.target == 'armv7-linux-androideabi'
153
161
run : yarn config set supportedArchitectures.cpu "arm"
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Fixed
6
+
5
7
- Prioritize ` !important ` rules when computing element styles. [ #398 ] ( https://github.com/Stranger6667/css-inline/pull/398 )
6
8
7
9
## [ 0.14.2] - 2024-11-11
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Fixed
6
+
5
7
- Prioritize ` !important ` rules when computing element styles. [ #398 ] ( https://github.com/Stranger6667/css-inline/pull/398 )
6
8
7
9
## [ 0.14.2] - 2024-11-11
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Added
6
+
7
+ - Packages for ` win32-arm64-msvc ` . [ #397 ] ( https://github.com/Stranger6667/css-inline/issues/397 )
8
+
9
+ ### Fixed
10
+
5
11
- Prioritize ` !important ` rules when computing element styles. [ #398 ] ( https://github.com/Stranger6667/css-inline/pull/398 )
6
12
7
13
## [ 0.14.2] - 2024-11-11
Original file line number Diff line number Diff line change
1
+ # ` @css-inline/css-inline-win32-arm64-msvc `
2
+
3
+ This is the ** aarch64-pc-windows-msvc** binary for ` @css-inline/css-inline `
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @css-inline/css-inline-win32-arm64-msvc" ,
3
+ "version" : " 0.14.2" ,
4
+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5
+ "keywords" : [
6
+ " css" ,
7
+ " html" ,
8
+ " email" ,
9
+ " stylesheet" ,
10
+ " inlining"
11
+ ],
12
+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13
+ "publishConfig" : {
14
+ "registry" : " https://registry.npmjs.org/" ,
15
+ "access" : " public"
16
+ },
17
+ "os" : [
18
+ " win32"
19
+ ],
20
+ "cpu" : [
21
+ " arm64"
22
+ ],
23
+ "main" : " css-inline.win32-arm64-msvc.node" ,
24
+ "files" : [
25
+ " css-inline.win32-arm64-msvc.node"
26
+ ],
27
+ "license" : " MIT" ,
28
+ "engines" : {
29
+ "node" : " >= 10"
30
+ }
31
+ }
Original file line number Diff line number Diff line change 23
23
"triples" : {
24
24
"additional" : [
25
25
" aarch64-apple-darwin" ,
26
+ " aarch64-linux-android" ,
27
+ " aarch64-pc-windows-msvc" ,
26
28
" aarch64-unknown-linux-gnu" ,
27
29
" aarch64-unknown-linux-musl" ,
28
30
" armv7-unknown-linux-gnueabihf" ,
29
31
" x86_64-unknown-linux-musl" ,
30
- " aarch64-linux-android" ,
31
32
" arm-linux-androideabi"
32
33
]
33
34
}
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Fixed
6
+
5
7
- Prioritize ` !important ` rules when computing element styles. [ #398 ] ( https://github.com/Stranger6667/css-inline/pull/398 )
6
8
7
9
## [ 0.14.2] - 2024-11-11
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Fixed
6
+
5
7
- Prioritize ` !important ` rules when computing element styles. [ #398 ] ( https://github.com/Stranger6667/css-inline/pull/398 )
6
8
7
9
## [ 0.14.2] - 2024-11-11
You can’t perform that action at this time.
0 commit comments