temporal-polyfill-lite 0.2.0 → 0.2.2

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/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { n as a, r as s, t as r } from "./src-B4BFsXUK.js";
2
- export { a as Intl, r as Temporal, s as toTemporalInstant };
1
+ import { n as a, r as s, t as o } from "./Temporal-BUBnYRDZ.js";
2
+ export { a as Intl, o as Temporal, s as toTemporalInstant };
package/dist/shim.js CHANGED
@@ -1,8 +1,8 @@
1
- import { i as a, n as l, r as t, t as o } from "./src-B4BFsXUK.js";
2
1
  function install(s) {
3
2
  (s || "object" != typeof globalThis.Temporal) &&
4
- (a(globalThis, "Temporal", o),
5
- a(globalThis, "Intl", l),
6
- a(Date.prototype, "toTemporalInstant", t));
3
+ (l(globalThis, "Temporal", t),
4
+ l(globalThis, "Intl", a),
5
+ l(Date.prototype, "toTemporalInstant", o));
7
6
  }
7
+ import { i as l, n as a, r as o, t } from "./Temporal-BUBnYRDZ.js";
8
8
  export { install };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "temporal-polyfill-lite",
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "description": "Lightweight Temporal polyfill supporting all time zones and basic calendars",
6
6
  "keywords": [
7
7
  "Temporal"