Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Dec 19, 2023
1 parent 5116c7d commit 2f8d8f3
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 37 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.4.1",
"version": "0.4.2",
"useNx": true
}
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.1",
"version": "0.4.2",
"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": "2fb8bb928071e308143e5895af19f4d13b6e90ba"
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d"
}
4 changes: 2 additions & 2 deletions packages/php-wasm/fs-journal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/fs-journal",
"version": "0.4.1",
"version": "0.4.2",
"description": "Bindings to journal the PHP filesystem",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"main": "./index.cjs",
"module": "./index.js",
"license": "GPL-2.0-or-later",
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
5 changes: 3 additions & 2 deletions packages/php-wasm/node-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/node-polyfills",
"version": "0.4.1",
"version": "0.4.2",
"description": "PHP.wasm – polyfills for Node.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,5 +29,6 @@
"access": "public",
"directory": "../../../dist/packages/php-wasm/node-polyfills"
},
"license": "GPL-2.0-or-later"
"license": "GPL-2.0-or-later",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d"
}
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.4.1",
"version": "0.4.2",
"description": "PHP.wasm for Node.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "GPL-2.0-or-later",
"main": "index.cjs",
"types": "index.d.ts",
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
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.4.1",
"version": "0.4.2",
"description": "PHP.wasm – loading progress monitoring",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
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.4.1",
"version": "0.4.2",
"description": "PHP.wasm – scoped URLs utils",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/php-wasm/universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/universal",
"version": "0.4.1",
"version": "0.4.2",
"description": "PHP.wasm – emscripten bindings for PHP",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"main": "./index.cjs",
"module": "./index.js",
"license": "GPL-2.0-or-later",
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/php-wasm/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/util",
"version": "0.4.1",
"version": "0.4.2",
"type": "commonjs",
"typedoc": {
"entryPoint": "./src/index.ts",
Expand All @@ -12,7 +12,7 @@
"access": "public",
"directory": "../../../dist/packages/php-wasm/util"
},
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
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.4.1",
"version": "0.4.2",
"description": "PHP.wasm – service worker utils",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"type": "module",
"main": "src/index.js",
"types": "src/index.d.ts",
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
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.4.1",
"version": "0.4.2",
"description": "PHP.wasm for the web",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/blueprints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-playground/blueprints",
"version": "0.4.1",
"version": "0.4.2",
"exports": {
".": {
"import": "./index.js",
Expand All @@ -21,7 +21,7 @@
"access": "public",
"directory": "../../../dist/packages/playground/blueprints"
},
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down
4 changes: 2 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.4.1",
"version": "0.4.2",
"description": "WordPress Playground client",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"main": "./index.cjs",
"module": "./index.js",
"types": "index.d.ts",
"gitHead": "2fb8bb928071e308143e5895af19f4d13b6e90ba",
"gitHead": "5116c7de6cae951db7ff17b7b50a38856d26ab0d",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
Expand Down

0 comments on commit 2f8d8f3

Please sign in to comment.