@reidelsaltres/pureper 0.1.59 → 0.1.60
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/out/foundation/worker/api/ExtendableMessageEvent.d.ts +1 -1
- package/out/foundation/worker/api/ExtendableMessageEvent.d.ts.map +1 -1
- package/out/foundation/worker/api/FetchEvent.d.ts +1 -1
- package/out/foundation/worker/api/FetchEvent.d.ts.map +1 -1
- package/out/foundation/worker/api/ServiceWorkerGlobalScope.d.ts +4 -4
- package/out/foundation/worker/api/ServiceWorkerGlobalScope.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/foundation/worker/api/ExtendableMessageEvent.ts +1 -1
- package/src/foundation/worker/api/FetchEvent.ts +1 -1
- package/src/foundation/worker/api/ServiceWorkerGlobalScope.ts +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExtendableMessageEvent.d.ts","sourceRoot":"","sources":["../../../../src/foundation/worker/api/ExtendableMessageEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ExtendableMessageEvent.d.ts","sourceRoot":"","sources":["../../../../src/foundation/worker/api/ExtendableMessageEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,WAAW,sBAAuB,SAAQ,eAAe;IAC3D,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,WAAW,EAAE,CAAC;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchEvent.d.ts","sourceRoot":"","sources":["../../../../src/foundation/worker/api/FetchEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"FetchEvent.d.ts","sourceRoot":"","sources":["../../../../src/foundation/worker/api/FetchEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,WAAW,UAAW,SAAQ,eAAe;IAC/C,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,GAAG,QAAQ,GAAG,IAAI,CAAC;CAC7D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Clients } from './Clients';
|
|
2
|
-
import { ExtendableEvent } from './ExtendableEvent';
|
|
3
|
-
import { FetchEvent } from './FetchEvent';
|
|
4
|
-
import { ExtendableMessageEvent } from './ExtendableMessageEvent';
|
|
1
|
+
import { Clients } from './Clients.js';
|
|
2
|
+
import { ExtendableEvent } from './ExtendableEvent.js';
|
|
3
|
+
import { FetchEvent } from './FetchEvent.js';
|
|
4
|
+
import { ExtendableMessageEvent } from './ExtendableMessageEvent.js';
|
|
5
5
|
export interface ServiceWorkerGlobalScope {
|
|
6
6
|
skipWaiting(): Promise<void>;
|
|
7
7
|
clients: Clients;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServiceWorkerGlobalScope.d.ts","sourceRoot":"","sources":["../../../../src/foundation/worker/api/ServiceWorkerGlobalScope.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ServiceWorkerGlobalScope.d.ts","sourceRoot":"","sources":["../../../../src/foundation/worker/api/ServiceWorkerGlobalScope.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,MAAM,WAAW,wBAAwB;IACrC,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,QAAQ,CAAC;IACnB,gBAAgB,CAAC,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,GAAG,IAAI,CAAC;IACpF,gBAAgB,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,GAAG,IAAI,CAAC;IACrF,gBAAgB,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,GAAG,IAAI,CAAC;IAC7E,gBAAgB,CAAC,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,sBAAsB,KAAK,IAAI,GAAG,IAAI,CAAC;CAC9F"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Clients } from './Clients';
|
|
2
|
-
import { ExtendableEvent } from './ExtendableEvent';
|
|
3
|
-
import { FetchEvent } from './FetchEvent';
|
|
4
|
-
import { ExtendableMessageEvent } from './ExtendableMessageEvent';
|
|
1
|
+
import { Clients } from './Clients.js';
|
|
2
|
+
import { ExtendableEvent } from './ExtendableEvent.js';
|
|
3
|
+
import { FetchEvent } from './FetchEvent.js';
|
|
4
|
+
import { ExtendableMessageEvent } from './ExtendableMessageEvent.js';
|
|
5
5
|
|
|
6
6
|
export interface ServiceWorkerGlobalScope {
|
|
7
7
|
skipWaiting(): Promise<void>;
|