Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Apr 1, 2023
1 parent ac5bf6b commit 11fce89
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.3",
"version": "0.1.4",
"useNx": true
}
4 changes: 2 additions & 2 deletions packages/php-wasm/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/cli",
"version": "0.1.3",
"version": "0.1.4",
"description": "PHP.wasm CLI for node.js",
"repository": {
"type": "git",
Expand All @@ -23,5 +23,5 @@
"type": "module",
"main": "main.js",
"bin": "cli.js",
"gitHead": "a0eeb66fd5386bb56715fca2b89e9669a5b8618b"
"gitHead": "ac5bf6b09cb425d650bc57eff03eac6417cccd49"
}
4 changes: 2 additions & 2 deletions packages/php-wasm/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/node",
"version": "0.1.3",
"version": "0.1.4",
"description": "PHP.wasm for Node.js",
"repository": {
"type": "git",
Expand All @@ -21,5 +21,5 @@
},
"license": "GPL-2.0-or-later",
"type": "module",
"gitHead": "a0eeb66fd5386bb56715fca2b89e9669a5b8618b"
"gitHead": "ac5bf6b09cb425d650bc57eff03eac6417cccd49"
}
4 changes: 2 additions & 2 deletions packages/php-wasm/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/progress",
"version": "0.1.3",
"version": "0.1.4",
"description": "PHP.wasm – loading progress monitoring",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,5 +29,5 @@
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"gitHead": "a0eeb66fd5386bb56715fca2b89e9669a5b8618b"
"gitHead": "ac5bf6b09cb425d650bc57eff03eac6417cccd49"
}
4 changes: 2 additions & 2 deletions packages/php-wasm/scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/scopes",
"version": "0.1.3",
"version": "0.1.4",
"description": "PHP.wasm – scoped URLs utils",
"repository": {
"type": "git",
Expand All @@ -23,5 +23,5 @@
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"gitHead": "a0eeb66fd5386bb56715fca2b89e9669a5b8618b"
"gitHead": "ac5bf6b09cb425d650bc57eff03eac6417cccd49"
}
4 changes: 2 additions & 2 deletions packages/php-wasm/web-service-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/web-service-worker",
"version": "0.1.3",
"version": "0.1.4",
"description": "PHP.wasm – service worker utils",
"repository": {
"type": "git",
Expand All @@ -23,5 +23,5 @@
"type": "module",
"main": "src/index.js",
"types": "src/index.d.ts",
"gitHead": "a0eeb66fd5386bb56715fca2b89e9669a5b8618b"
"gitHead": "ac5bf6b09cb425d650bc57eff03eac6417cccd49"
}
4 changes: 2 additions & 2 deletions packages/php-wasm/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/web",
"version": "0.1.3",
"version": "0.1.4",
"description": "PHP.wasm for the web",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,5 +29,5 @@
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"gitHead": "a0eeb66fd5386bb56715fca2b89e9669a5b8618b"
"gitHead": "ac5bf6b09cb425d650bc57eff03eac6417cccd49"
}
5 changes: 3 additions & 2 deletions packages/playground/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-playground/client",
"version": "0.1.3",
"version": "0.1.4",
"description": "WordPress Playground client",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,5 +32,6 @@
"dependencies": {
"@php-wasm/progress": "0.0.1",
"comlink": "4.4.1"
}
},
"gitHead": "ac5bf6b09cb425d650bc57eff03eac6417cccd49"
}

0 comments on commit 11fce89

Please sign in to comment.