@jsenv/snapshot 2.15.8 → 2.15.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/snapshot",
3
- "version": "2.15.8",
3
+ "version": "2.15.9",
4
4
  "description": "Snapshot testing",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -10,7 +10,7 @@
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "https://github.com/jsenv/core",
13
- "directory": "packages/independent/tooling/snapshot"
13
+ "directory": "packages/tooling/snapshot"
14
14
  },
15
15
  "engines": {
16
16
  "node": ">=20.0.0"
@@ -34,7 +34,7 @@
34
34
  "@jsenv/assert": "4.5.3",
35
35
  "@jsenv/ast": "6.7.1",
36
36
  "@jsenv/url-meta": "8.5.7",
37
- "@jsenv/exception": "1.2.0",
37
+ "@jsenv/exception": "1.2.1",
38
38
  "@jsenv/humanize": "1.5.2",
39
39
  "@jsenv/filesystem": "4.15.2",
40
40
  "@jsenv/terminal-recorder": "1.5.17",
@@ -107,7 +107,7 @@ export const renderSideEffects = (
107
107
  markdown += renderSmallLink(
108
108
  {
109
109
  text: "@jsenv/snapshot",
110
- href: "https://github.com/jsenv/core/tree/main/packages/independent/snapshot",
110
+ href: "https://github.com/jsenv/core/tree/main/packages/tooling/snapshot",
111
111
  },
112
112
  { prefix: "Generated by " },
113
113
  );
@@ -220,7 +220,7 @@ export const snapshotTests = async (
220
220
  markdown += renderSmallLink(
221
221
  {
222
222
  text: "@jsenv/snapshot",
223
- href: "https://github.com/jsenv/core/tree/main/packages/independent/snapshot",
223
+ href: "https://github.com/jsenv/core/tree/main/packages/tooling/snapshot",
224
224
  },
225
225
  { prefix: "Generated by " },
226
226
  );