Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 1929c0d

Browse files
committed
chore: 0.6.9 build and release
0.6.8 was already used.
1 parent 54aec09 commit 1929c0d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

dist/zone.js.d.ts

-4
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,4 @@ interface MacroTask extends Task {
442442
}
443443
interface EventTask extends Task {
444444
}
445-
/** @internal */
446-
declare type AmbientZone = Zone;
447-
/** @internal */
448-
declare type AmbientZoneDelegate = ZoneDelegate;
449445
declare var Zone: ZoneType;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zone.js",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"description": "Zones for JavaScript",
55
"main": "dist/zone-node.js",
66
"browser": "dist/zone.js",

0 commit comments

Comments
 (0)