@tramvai/module-progressive-web-app 2.150.0 → 2.150.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.
- package/lib/browser.d.ts +2 -1
- package/lib/manifest/browser.d.ts +2 -1
- package/lib/manifest/server.d.ts +2 -1
- package/lib/meta/browser.d.ts +2 -1
- package/lib/meta/server.d.ts +2 -1
- package/lib/server.d.ts +2 -1
- package/lib/tokens.d.ts +1 -0
- package/lib/workbox/browser.d.ts +2 -1
- package/lib/workbox/server.d.ts +2 -1
- package/lib/workbox/shared.d.ts +1 -0
- package/package.json +6 -6
package/lib/browser.d.ts
CHANGED
|
@@ -3,5 +3,6 @@ import { TramvaiPwaManifestModule } from './manifest/browser';
|
|
|
3
3
|
export * from './tokens';
|
|
4
4
|
export { TramvaiPwaWorkboxModule, TramvaiPwaManifestModule };
|
|
5
5
|
export declare const TramvaiPwaModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
6
|
-
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType
|
|
6
|
+
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
|
|
7
7
|
};
|
|
8
|
+
//# sourceMappingURL=browser.d.ts.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const TramvaiPwaManifestModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
2
|
-
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType
|
|
2
|
+
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
|
|
3
3
|
};
|
|
4
|
+
//# sourceMappingURL=browser.d.ts.map
|
package/lib/manifest/server.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const TramvaiPwaManifestModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
2
|
-
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType
|
|
2
|
+
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
|
|
3
3
|
};
|
|
4
|
+
//# sourceMappingURL=server.d.ts.map
|
package/lib/meta/browser.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const TramvaiPwaMetaModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
2
|
-
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType
|
|
2
|
+
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
|
|
3
3
|
};
|
|
4
|
+
//# sourceMappingURL=browser.d.ts.map
|
package/lib/meta/server.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const TramvaiPwaMetaModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
2
|
-
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType
|
|
2
|
+
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
|
|
3
3
|
};
|
|
4
|
+
//# sourceMappingURL=server.d.ts.map
|
package/lib/server.d.ts
CHANGED
|
@@ -3,5 +3,6 @@ import { TramvaiPwaManifestModule } from './manifest/server';
|
|
|
3
3
|
export * from './tokens';
|
|
4
4
|
export { TramvaiPwaWorkboxModule, TramvaiPwaManifestModule };
|
|
5
5
|
export declare const TramvaiPwaModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
6
|
-
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType
|
|
6
|
+
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
|
|
7
7
|
};
|
|
8
|
+
//# sourceMappingURL=server.d.ts.map
|
package/lib/tokens.d.ts
CHANGED
package/lib/workbox/browser.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const TramvaiPwaWorkboxModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
2
|
-
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType
|
|
2
|
+
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
|
|
3
3
|
};
|
|
4
|
+
//# sourceMappingURL=browser.d.ts.map
|
package/lib/workbox/server.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const TramvaiPwaWorkboxModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
2
|
-
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType
|
|
2
|
+
[x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
|
|
3
3
|
};
|
|
4
|
+
//# sourceMappingURL=server.d.ts.map
|
package/lib/workbox/shared.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-progressive-web-app",
|
|
3
|
-
"version": "2.150.
|
|
3
|
+
"version": "2.150.1",
|
|
4
4
|
"description": "Pwa integration - SW, manifest, icons and meta",
|
|
5
5
|
"browser": "lib/browser.js",
|
|
6
6
|
"main": "lib/server.js",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"registry": "https://registry.npmjs.org/"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tramvai/tokens-common": "2.150.
|
|
27
|
-
"@tramvai/tokens-render": "2.150.
|
|
28
|
-
"@tramvai/tokens-server": "2.150.
|
|
26
|
+
"@tramvai/tokens-common": "2.150.1",
|
|
27
|
+
"@tramvai/tokens-render": "2.150.1",
|
|
28
|
+
"@tramvai/tokens-server": "2.150.1",
|
|
29
29
|
"workbox-window": "^6.6.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@tramvai/cli": "2.150.
|
|
34
|
-
"@tramvai/core": "2.150.
|
|
33
|
+
"@tramvai/cli": "2.150.1",
|
|
34
|
+
"@tramvai/core": "2.150.1",
|
|
35
35
|
"@tinkoff/dippy": "0.8.16",
|
|
36
36
|
"tslib": "^2.4.0"
|
|
37
37
|
}
|