Skip to content

Commit

Permalink
pkg fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Oct 10, 2024
1 parent 6bec03e commit 8739128
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 18 deletions.
5 changes: 4 additions & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-dom",
"description": "libxml for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/libxml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-libxml",
"description": "libxml for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/libyaml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-yaml",
"description": "yaml for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/libzip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-libzip",
"description": "libzip for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/mbstring/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-mbstring",
"description": "oniguruma for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/openssl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-openssl",
"description": "openssl for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/pdo-cfd1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "pdo-cfd1",
"description": "PGlite connector for pdo & php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"files": [
Expand Down
5 changes: 4 additions & 1 deletion packages/pdo-pglite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "pdo-pglite",
"description": "PGlite connector for pdo & php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"files": [
Expand Down
5 changes: 4 additions & 1 deletion packages/php-cgi-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "php-cgi-wasm",
"version": "0.0.9-alpha-18",
"description": "php-cgi for wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"license": "Apache-2.0",
"contributors": [
Expand Down
5 changes: 4 additions & 1 deletion packages/php-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "php-wasm",
"version": "0.0.9-alpha-18",
"description": "Run PHP right in the browser or anywhere else JS can run",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris<php-wasm@seanmorr.is>",
"license": "Apache-2.0",
"contributors": [
Expand Down
5 changes: 4 additions & 1 deletion packages/simplexml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-simplexml",
"description": "simplexml for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-sqlite",
"description": "sqlite for phpwasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/tidy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-tidy",
"description": "tidy for phpwasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/vrzno/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "vrzno",
"description": "vrzno for phpwasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"files": [
Expand Down
5 changes: 4 additions & 1 deletion packages/xml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-xml",
"description": "xml for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
5 changes: 4 additions & 1 deletion packages/zlib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "php-wasm-zlib",
"description": "zlib for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/seanmorris/php-wasm.git"
},
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-alpha-18",
"main": "index.mjs",
Expand Down
2 changes: 0 additions & 2 deletions set-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ function updateFile
updateFile "package.json" "0.0.9-alpha-18";

ls packages | while read PACKAGE; do {

updateFile "packages/${PACKAGE}/package.json" "0.0.9-alpha-18";

}; done;

0 comments on commit 8739128

Please sign in to comment.