@lwrjs/legacy-npm-module-provider 0.13.0-alpha.3 → 0.13.0-alpha.30

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.
@@ -1,5 +1,5 @@
1
1
  import type { FsModuleEntry } from '@lwrjs/types';
2
- import type { LegacyNpmModuleProviderConfig } from './index';
2
+ import type { LegacyNpmModuleProviderConfig } from './index.js';
3
3
  export declare function resolveNpmModuleSpecifierBlock(specifier: string, dest: string, config: LegacyNpmModuleProviderConfig): Promise<FsModuleEntry | undefined>;
4
4
  export declare function resolveNpmModuleSpecifierDeprecated(specifier: string, dest: string, config: LegacyNpmModuleProviderConfig): Promise<FsModuleEntry | undefined>;
5
5
  //# sourceMappingURL=resolveNpmModules.d.ts.map
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "version": "0.13.0-alpha.3",
8
+ "version": "0.13.0-alpha.30",
9
9
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
10
10
  "repository": {
11
11
  "type": "git",
@@ -32,18 +32,18 @@
32
32
  ],
33
33
  "scripts": {
34
34
  "build": "tsc -b",
35
- "clean": "rm -rf build node_modules",
35
+ "clean": "rimraf build node_modules",
36
36
  "test": "jest"
37
37
  },
38
38
  "devDependencies": {
39
- "@lwrjs/types": "0.13.0-alpha.3",
39
+ "@lwrjs/types": "0.13.0-alpha.30",
40
40
  "jest": "^26.6.3",
41
41
  "ts-jest": "^26.5.6",
42
42
  "typescript": "^4.9.5"
43
43
  },
44
44
  "dependencies": {
45
- "@lwrjs/diagnostics": "0.13.0-alpha.3",
46
- "@lwrjs/shared-utils": "0.13.0-alpha.3",
45
+ "@lwrjs/diagnostics": "0.13.0-alpha.30",
46
+ "@lwrjs/shared-utils": "0.13.0-alpha.30",
47
47
  "esinstall": "^1.1.7"
48
48
  },
49
49
  "engines": {
@@ -52,5 +52,5 @@
52
52
  "volta": {
53
53
  "extends": "../../../package.json"
54
54
  },
55
- "gitHead": "f2435da0eb0cf643add2a7cf896b3372df75733e"
55
+ "gitHead": "8bf14ed00a95675fdb506e2cbdb6033324bf95bf"
56
56
  }