@wp-playground/common 0.9.38 → 0.9.39

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  * it needs to be restructured? Or maybe there's a need for a new package?
9
9
  * Let's always consider these questions before adding new code here.
10
10
  */
11
- import { UniversalPHP } from '../../../php-wasm/universal/src/index.ts';
11
+ import { UniversalPHP } from '@php-wasm/universal';
12
12
  export declare const RecommendedPHPVersion = "8.0";
13
13
  export declare const unzipFile: (php: UniversalPHP, zipPath: string | File, extractToPath: string, overwriteFiles?: boolean) => Promise<void>;
14
14
  export declare const zipDirectory: (php: UniversalPHP, directoryPath: string) => Promise<Uint8Array>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wp-playground/common",
3
- "version": "0.9.38",
3
+ "version": "0.9.39",
4
4
  "description": "Common exports and utilities for WordPress Playground",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,11 +27,11 @@
27
27
  "access": "public",
28
28
  "directory": "../../../dist/packages/playground/common"
29
29
  },
30
- "gitHead": "f07ef4e59813c2d43d71d639237457b029dea995",
30
+ "gitHead": "cbb5ec6aeed54bebf0fd6503f207c93261b3e4ba",
31
31
  "dependencies": {
32
32
  "comlink": "^4.4.1",
33
33
  "ini": "4.1.2",
34
- "@php-wasm/universal": "0.9.38",
35
- "@php-wasm/util": "0.9.38"
34
+ "@php-wasm/universal": "0.9.39",
35
+ "@php-wasm/util": "0.9.39"
36
36
  }
37
37
  }