@tramvai/module-progressive-web-app 5.53.94 → 5.53.112

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/tokens.d.ts +0 -3
  2. package/package.json +7 -7
package/lib/tokens.d.ts CHANGED
@@ -31,9 +31,6 @@ export declare const PWA_MANIFEST_SCOPE_TOKEN: (string & {
31
31
  * @description Token to add query params to sw url
32
32
  */
33
33
  export declare const PWA_SW_PARAMS_TOKEN: Record<string, string> & {
34
- /**
35
- * @description Token to add query params to sw url
36
- */
37
34
  __type?: "multi token" | undefined;
38
35
  };
39
36
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-progressive-web-app",
3
- "version": "5.53.94",
3
+ "version": "5.53.112",
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": "5.53.94",
27
- "@tramvai/tokens-render": "5.53.94",
28
- "@tramvai/tokens-server": "5.53.94",
26
+ "@tramvai/tokens-common": "5.53.112",
27
+ "@tramvai/tokens-render": "5.53.112",
28
+ "@tramvai/tokens-server": "5.53.112",
29
29
  "workbox-window": "^6.6.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tinkoff/dippy": "0.11.7",
33
- "@tramvai/cli": "5.53.94",
34
- "@tramvai/core": "5.53.94",
32
+ "@tinkoff/dippy": "0.11.10",
33
+ "@tramvai/cli": "5.53.112",
34
+ "@tramvai/core": "5.53.112",
35
35
  "tslib": "^2.4.0"
36
36
  }
37
37
  }