Skip to content

Commit 6c50ff1

Browse files
authoredFeb 5, 2024
refactor(bindings): Remove bindings for experimental packages (#8600)
**Description:** These packages do not have the same versioning strategy as the main package.
1 parent 096ae4a commit 6c50ff1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+23
-1987
lines changed
 

‎.github/workflows/publish-extra-bindings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ on:
2323
description: Package name to publish
2424
options:
2525
- minifier
26-
- html
27-
- xml
26+
# - html
27+
# - xml
2828

2929
jobs:
3030
build-node:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"packageManager": "yarn@4.0.2",
171171
"dependencies": {
172-
"@swc/counter": "^0.1.1",
172+
"@swc/counter": "^0.1.2",
173173
"@swc/types": "^0.1.5"
174174
}
175175
}

0 commit comments

Comments
 (0)
Please sign in to comment.