@pnpm/testing.temp-store 1100.1.3 → 1100.1.5

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/lib/index.js +1 -1
  2. package/package.json +7 -7
package/lib/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as path from 'node:path';
2
2
  import { createClient } from '@pnpm/installing.client';
3
- import { REGISTRY_MOCK_PORT } from '@pnpm/registry-mock';
4
3
  import { createPackageStore } from '@pnpm/store.controller';
5
4
  import { StoreIndex } from '@pnpm/store.index';
5
+ import { REGISTRY_MOCK_PORT } from '@pnpm/testing.registry-mock';
6
6
  const registry = `http://localhost:${REGISTRY_MOCK_PORT}/`;
7
7
  export function createTempStore(opts) {
8
8
  const configByUri = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/testing.temp-store",
3
- "version": "1100.1.3",
3
+ "version": "1100.1.5",
4
4
  "description": "A temporary store for testing purposes",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -25,15 +25,15 @@
25
25
  "!*.map"
26
26
  ],
27
27
  "dependencies": {
28
- "@pnpm/registry-mock": "6.0.0",
29
- "@pnpm/installing.client": "1100.2.2",
30
- "@pnpm/store.controller": "1101.0.8",
31
- "@pnpm/resolving.resolver-base": "1100.3.0",
32
- "@pnpm/store.controller-types": "1100.1.1",
28
+ "@pnpm/resolving.resolver-base": "1100.3.1",
29
+ "@pnpm/store.controller": "1101.0.10",
30
+ "@pnpm/store.controller-types": "1100.1.2",
31
+ "@pnpm/testing.registry-mock": "1100.0.2",
32
+ "@pnpm/installing.client": "1100.2.4",
33
33
  "@pnpm/store.index": "1100.1.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@pnpm/testing.temp-store": "1100.1.3"
36
+ "@pnpm/testing.temp-store": "1100.1.5"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=22.13"