Skip to content

Commit

Permalink
refactor(bindings): Remove bindings for experimental packages (#8600)
Browse files Browse the repository at this point in the history
**Description:**

These packages do not have the same versioning strategy as the main package.
  • Loading branch information
kdy1 authored Feb 5, 2024
1 parent 096ae4a commit 6c50ff1
Show file tree
Hide file tree
Showing 67 changed files with 23 additions and 1,987 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-extra-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ on:
description: Package name to publish
options:
- minifier
- html
- xml
# - html
# - xml

jobs:
build-node:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
],
"packageManager": "[email protected]",
"dependencies": {
"@swc/counter": "^0.1.1",
"@swc/counter": "^0.1.2",
"@swc/types": "^0.1.5"
}
}
7 changes: 0 additions & 7 deletions packages/counter/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/counter/index.js

This file was deleted.

27 changes: 0 additions & 27 deletions packages/counter/package.json

This file was deleted.

3 changes: 2 additions & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swc/helpers",
"packageManager": "[email protected]",
"version": "0.5.4",
"version": "0.5.5",
"description": "External helpers for the swc project.",
"module": "esm/index.js",
"main": "cjs/index.cjs",
Expand Down Expand Up @@ -36,6 +36,7 @@
"zx": "^7.2.1"
},
"dependencies": {
"@swc/counter": "^0.1.3",
"tslib": "^2.4.0"
},
"exports": {
Expand Down
4 changes: 0 additions & 4 deletions packages/html/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions packages/html/.npmignore

This file was deleted.

68 changes: 0 additions & 68 deletions packages/html/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/html/scripts/npm/darwin-arm64/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions packages/html/scripts/npm/darwin-arm64/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/html/scripts/npm/darwin-x64/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions packages/html/scripts/npm/darwin-x64/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/html/scripts/npm/linux-arm64-gnu/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions packages/html/scripts/npm/linux-arm64-gnu/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/html/scripts/npm/linux-arm64-musl/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions packages/html/scripts/npm/linux-arm64-musl/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/html/scripts/npm/linux-x64-gnu/README.md

This file was deleted.

Loading

0 comments on commit 6c50ff1

Please sign in to comment.