temporal-polyfill
Advanced tools
Comparing version 0.1.0 to 0.1.1
v0.1.1 (2023-02-15) | ||
------------------- | ||
- fix: upgrade temporal-spec, which is now compatible with moduleResolution:node16 (#17 cont'd) | ||
- fix: don't fallback to native Temporal implementation for ponyfill (#19 cont'd) | ||
v0.1.0 (2023-02-09) | ||
@@ -3,0 +9,0 @@ ------------------- |
{ | ||
"name": "temporal-polyfill", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"title": "Temporal Polyfill", | ||
@@ -59,3 +59,3 @@ "description": "A spec-compliant Temporal JavaScript polyfill in 16kb", | ||
"dependencies": { | ||
"temporal-spec": "0.0.3" | ||
"temporal-spec": "~0.1.0" | ||
}, | ||
@@ -62,0 +62,0 @@ "devDependencies": { |
@@ -0,1 +1,4 @@ | ||
/* CONDITIONAL, based on presence of native implementation. disable until Stage 4 | ||
import type * as Spec from 'temporal-spec' | ||
@@ -19,1 +22,4 @@ import { getGlobalThis } from './utils/dom' | ||
: toTemporalInstantImpl | ||
*/ | ||
export { Intl, Temporal, toTemporalInstant } from './impl' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7913
725979
+ Addedtemporal-spec@0.1.0(transitive)
- Removedtemporal-spec@0.0.3(transitive)
Updatedtemporal-spec@~0.1.0