Skip to content

Commit 2105552

Browse files
chore: update build scripts
Signed-off-by: Henry Gressmann <[email protected]>
1 parent a1f06ae commit 2105552

File tree

28 files changed

+121
-117
lines changed

28 files changed

+121
-117
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Projects
1313

1414
<!-- START TABLE -->
15-
<table><thead><tr><th>NPM</th><th>Support</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://npmjs.com/package/minify-literals"><img src="https://img.shields.io/npm/v/minify-literals.svg?style=flat-square" alt="minify-literals" /></a></td><td><strong>Stable</strong></td><td><a href="./packages/minify-literals"><strong><code>minify-literals</code></strong></a><br />Minify CSS and HTML literals</td></tr><tr><td><a href="https://npmjs.com/package/rollup-plugin-minify-template-literals"><img src="https://img.shields.io/npm/v/rollup-plugin-minify-template-literals.svg?style=flat-square" alt="rollup-plugin-minify-template-literals" /></a></td><td><strong>Stable</strong></td><td><a href="./packages/rollup-plugin-minify-template-literals"><strong><code>rollup-plugin-minify-template-literals</code></strong></a><br />A Vite/Rollup plugin that minifies template literals.</td></tr><tr><td><a href="https://npmjs.com/package/expo-plugin-aboutlibraries"><img src="https://img.shields.io/npm/v/expo-plugin-aboutlibraries.svg?style=flat-square" alt="expo-plugin-aboutlibraries" /></a></td><td><strong>Unstable</strong></td><td><a href="./packages/expo-plugin-aboutlibraries"><strong><code>expo-plugin-aboutlibraries</code></strong></a><br />A simple expo config plugin to add the aboutlibraries plugin to your app</td></tr><tr><td><a href="https://npmjs.com/package/lit-q"><img src="https://img.shields.io/npm/v/lit-q.svg?style=flat-square" alt="lit-q" /></a></td><td><strong>Unstable</strong></td><td><a href="./packages/lit-q"><strong><code>lit-q</code></strong></a><br />A simple async query/mutation library for Lit/LitElement inspired by react-query</td></tr><tr><td><a href="https://npmjs.com/package/spaify"><img src="https://img.shields.io/npm/v/spaify.svg?style=flat-square" alt="spaify" /></a></td><td><strong>Unstable</strong></td><td><a href="./packages/spaify"><strong><code>spaify</code></strong></a><br />Seamless page transitions for your static site in less than 2kb of JavaScript</td></tr><tr><td><a href="https://npmjs.com/package/ucmd"><img src="https://img.shields.io/npm/v/ucmd.svg?style=flat-square" alt="ucmd" /></a></td><td><strong>Unstable</strong></td><td><a href="./packages/ucmd"><strong><code>ucmd</code></strong></a><br />µCMD is a minimal and strictly typed argument parsing library for node.js</td></tr></tbody></table>
15+
<table><thead><tr><th>NPM</th><th>Support</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://npmjs.com/package/minify-literals"><img src="https://img.shields.io/npm/v/minify-literals.svg?style=flat-square" alt="minify-literals" /></a></td><td><strong>Stable</strong></td><td><a href="./packages/minify-literals"><strong><code>minify-literals</code></strong></a><br />Minify CSS and HTML literals</td></tr><tr><td><a href="https://npmjs.com/package/rollup-plugin-minify-template-literals"><img src="https://img.shields.io/npm/v/rollup-plugin-minify-template-literals.svg?style=flat-square" alt="rollup-plugin-minify-template-literals" /></a></td><td><strong>Stable</strong></td><td><a href="./packages/rollup-plugin-minify-template-literals"><strong><code>rollup-plugin-minify-template-literals</code></strong></a><br />A Vite/Rollup plugin that minifies template literals.</td></tr><tr><td><a href="https://npmjs.com/package/expo-plugin-aboutlibraries"><img src="https://img.shields.io/npm/v/expo-plugin-aboutlibraries.svg?style=flat-square" alt="expo-plugin-aboutlibraries" /></a></td><td><strong>Unstable</strong></td><td><a href="./packages/expo-plugin-aboutlibraries"><strong><code>expo-plugin-aboutlibraries</code></strong></a><br />A simple expo config plugin to add the aboutlibraries plugin to your app</td></tr><tr><td><a href="https://npmjs.com/package/lit-q"><img src="https://img.shields.io/npm/v/lit-q.svg?style=flat-square" alt="lit-q" /></a></td><td><strong>Unstable</strong></td><td><a href="./packages/lit-q"><strong><code>lit-q</code></strong></a><br />A simple async query/mutation library for Lit/LitElement inspired by react-query</td></tr><tr><td><a href="https://npmjs.com/package/spaify"><img src="https://img.shields.io/npm/v/spaify.svg?style=flat-square" alt="spaify" /></a></td><td><strong>Unstable</strong></td><td><a href="./packages/spaify"><strong><code>spaify</code></strong></a><br />Seamless page transitions for your static site in less than 2kb of JavaScript</td></tr><tr><td><a href="https://npmjs.com/package/ucmd"><img src="https://img.shields.io/npm/v/ucmd.svg?style=flat-square" alt="ucmd" /></a></td><td><strong>Unstable</strong></td><td><a href="./packages/ucmd"><strong><code>ucmd</code></strong></a><br />µCMD is a minimal and strictly typed argument parsing library for node.js</td></tr><tr><td><a href="https://npmjs.com/package/@explodingcamera/css"><img src="https://img.shields.io/npm/v/@explodingcamera/css.svg?style=flat-square" alt="@explodingcamera/css" /></a></td><td><strong>Preview</strong></td><td><a href="./packages/css"><strong><code>@explodingcamera/css</code></strong></a><br /></td></tr></tbody></table>
1616
<!-- END TABLE -->
1717

1818
## Packages contained in other repositories

bun.lockb

240 Bytes
Binary file not shown.

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@
99
"scripts"
1010
],
1111
"scripts": {
12-
"build": "bun --bun turbo build",
12+
"build": "turbo build",
1313
"lint": "biome check packages",
1414
"format": "biome format packages",
15-
"publish-packages": "bun --bun turbo build && changeset version && changeset publish",
15+
"publish-packages": "turbo build && changeset version && changeset publish",
1616
"test": "bun test"
1717
},
1818
"devDependencies": {
1919
"@biomejs/biome": "1.5.3",
2020
"@changesets/changelog-github": "^0.5.0",
2121
"@changesets/cli": "^2.27.1",
22-
"@types/node": "^20.11.17",
22+
"tsup": "^8.0.2",
23+
"typescript": "^5.3.3",
2324
"bun-types": "^1.0.26",
2425
"scripts": "workspace:*",
25-
"turbo": "^1.12.3"
26-
},
27-
"dependencies": {
28-
"typescript": "^5.3.3"
26+
"turbo": "^1.12.4"
2927
}
3028
}

packages/css/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @explodingcamera/css
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- fix: update build scripts
8+
39
## 0.0.3
410

511
### Patch Changes

packages/css/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@explodingcamera/css",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"keywords": [],
66
"homepage": "https://github.com/explodingcamera/esm/tree/main/packages/css",
@@ -18,8 +18,5 @@
1818
},
1919
"main": "dist/index.cjs",
2020
"module": "dist/index.js",
21-
"types": "dist/index.d.ts",
22-
"scripts": {
23-
"build": "exit 0"
24-
}
21+
"types": "dist/index.d.ts"
2522
}

packages/expo-plugin-aboutlibraries/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# expo-plugin-aboutlibraries
22

3+
## 0.2.10
4+
5+
### Patch Changes
6+
7+
- fix: update build scripts
8+
39
## 0.2.9
410

511
### Patch Changes

packages/expo-plugin-aboutlibraries/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-plugin-aboutlibraries",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "A simple expo config plugin to add the aboutlibraries plugin to your app",
55
"keywords": [
66
"expo",
@@ -30,12 +30,12 @@
3030
"dist"
3131
],
3232
"scripts": {
33-
"build": "scripts build --name expo-plugin-aboutlibraries --noBundle"
34-
},
35-
"devDependencies": {
36-
"scripts": "workspace:*"
33+
"build": "tsup lib/index.ts --target node20 --format cjs,esm --dts --sourcemap"
3734
},
3835
"dependencies": {
3936
"@expo/config-plugins": "^7.8.4"
37+
},
38+
"engines": {
39+
"node": ">=20.0.0"
4040
}
4141
}

packages/lit-q/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lit-q
22

3+
## 0.3.10
4+
5+
### Patch Changes
6+
7+
- fix: update build scripts
8+
39
## 0.3.9
410

511
### Patch Changes

packages/lit-q/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lit-q",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "A simple async query/mutation library for Lit/LitElement inspired by react-query",
55
"keywords": [
66
"lit",
@@ -30,11 +30,10 @@
3030
"dist"
3131
],
3232
"scripts": {
33-
"build": "scripts build --name lit-q"
33+
"build": "tsup lib/index.ts --target node20 --format cjs,esm --dts --sourcemap"
3434
},
3535
"devDependencies": {
3636
"lit": "^3.1.2",
37-
"scripts": "workspace:0.0.10",
3837
"@happy-dom/global-registrator": "^13.3.8"
3938
},
4039
"peerDependencies": {
@@ -44,5 +43,8 @@
4443
"lit": {
4544
"optional": false
4645
}
46+
},
47+
"engines": {
48+
"node": ">=20.0.0"
4749
}
4850
}

packages/minify-literals/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# minify-literals
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- fix: update build scripts
8+
39
## 1.0.9
410

511
### Patch Changes

0 commit comments

Comments
 (0)