@tramvai/module-mocker 2.150.0 → 2.151.0

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/lib/browser.d.ts CHANGED
@@ -8,3 +8,4 @@ export declare class MockerModule {
8
8
  providers: any[];
9
9
  };
10
10
  }
11
+ //# sourceMappingURL=browser.d.ts.map
package/lib/server.d.ts CHANGED
@@ -8,3 +8,4 @@ export declare class MockerModule {
8
8
  providers: any[];
9
9
  };
10
10
  }
11
+ //# sourceMappingURL=server.d.ts.map
package/lib/tokens.d.ts CHANGED
@@ -11,3 +11,4 @@ export declare const MOCKER_REPOSITORY: MockRepository & {
11
11
  export declare const MOCKER_CONFIGURATION: (() => Promise<MockerOptions>) & {
12
12
  __type?: "base token";
13
13
  };
14
+ //# sourceMappingURL=tokens.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-mocker",
3
- "version": "2.150.0",
3
+ "version": "2.151.0",
4
4
  "description": "",
5
5
  "main": "./lib/server.js",
6
6
  "browser": "./lib/browser.js",
@@ -23,11 +23,11 @@
23
23
  "tslib": "^2.4.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@tramvai/core": "2.150.0",
27
- "@tramvai/papi": "2.150.0",
28
- "@tramvai/tokens-common": "2.150.0",
29
- "@tramvai/tokens-server": "2.150.0",
30
- "@tramvai/tokens-server-private": "2.150.0",
26
+ "@tramvai/core": "2.151.0",
27
+ "@tramvai/papi": "2.151.0",
28
+ "@tramvai/tokens-common": "2.151.0",
29
+ "@tramvai/tokens-server": "2.151.0",
30
+ "@tramvai/tokens-server-private": "2.151.0",
31
31
  "@tinkoff/dippy": "0.8.16"
32
32
  },
33
33
  "license": "Apache-2.0"