@shopify/ui-extensions-tester 2026.4.0 → 2026.7.0-rc.1

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.
@@ -5,14 +5,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  /**
6
6
  * The API version supported by this version of the library.
7
7
  *
8
- * At build time, `"2026.4.0"` is replaced by rollup with the
8
+ * At build time, `"2026.7.0-rc.1"` is replaced by rollup with the
9
9
  * raw NPM version string from package.json (e.g. `"2026.4.0-rc.1"`).
10
10
  *
11
11
  * When running from source (e.g. in tests), the placeholder is still
12
12
  * present, so we fall back to reading package.json via require.
13
13
  */
14
14
 
15
- const npmVersion = "2026.4.0";
15
+ const npmVersion = "2026.7.0-rc.1";
16
16
  function npmVersionToApiVersion(version) {
17
17
  const [year, minor] = version.split('.');
18
18
  return `${year}-${minor.padStart(2, '0')}`;
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * The API version supported by this version of the library.
3
3
  *
4
- * At build time, `"2026.4.0"` is replaced by rollup with the
4
+ * At build time, `"2026.7.0-rc.1"` is replaced by rollup with the
5
5
  * raw NPM version string from package.json (e.g. `"2026.4.0-rc.1"`).
6
6
  *
7
7
  * When running from source (e.g. in tests), the placeholder is still
8
8
  * present, so we fall back to reading package.json via require.
9
9
  */
10
10
 
11
- const npmVersion = "2026.4.0";
11
+ const npmVersion = "2026.7.0-rc.1";
12
12
  function npmVersionToApiVersion(version) {
13
13
  const [year, minor] = version.split('.');
14
14
  return `${year}-${minor.padStart(2, '0')}`;
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * The API version supported by this version of the library.
3
3
  *
4
- * At build time, `"2026.4.0"` is replaced by rollup with the
4
+ * At build time, `"2026.7.0-rc.1"` is replaced by rollup with the
5
5
  * raw NPM version string from package.json (e.g. `"2026.4.0-rc.1"`).
6
6
  *
7
7
  * When running from source (e.g. in tests), the placeholder is still
8
8
  * present, so we fall back to reading package.json via require.
9
9
  */
10
10
 
11
- const npmVersion = "2026.4.0";
11
+ const npmVersion = "2026.7.0-rc.1";
12
12
  function npmVersionToApiVersion(version) {
13
13
  const [year, minor] = version.split('.');
14
14
  return `${year}-${minor.padStart(2, '0')}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/ui-extensions-tester",
3
- "version": "2026.4.0",
3
+ "version": "2026.7.0-rc.1",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "esnext": "index.esnext",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "license": "MIT",
57
57
  "dependencies": {
58
- "@shopify/ui-extensions": "2026.4.0"
58
+ "@shopify/ui-extensions": "2026.7.0-rc.1"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "preact": "^10.0.0"