@php-wasm/scopes 0.1.10 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* main thread distinguish between the relevant and irrelevant
|
|
5
5
|
* messages received from the Service Worker.
|
|
6
6
|
*
|
|
7
|
-
* Scopes are included in the `
|
|
7
|
+
* Scopes are included in the `PHPRequestHandler.absoluteUrl` as follows:
|
|
8
8
|
*
|
|
9
9
|
* An **unscoped** URL: http://localhost:8778/wp-login.php
|
|
10
10
|
* A **scoped** URL: http://localhost:8778/scope:96253/wp-login.php
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/scopes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "PHP.wasm – scoped URLs utils",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"type": "module",
|
|
24
24
|
"main": "index.js",
|
|
25
25
|
"types": "index.d.ts",
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "2de8f9182b249b7e87694efaa06e7f25b64b7bb3",
|
|
27
27
|
"dependencies": {}
|
|
28
28
|
}
|