@getmicdrop/venue-calendar 4.3.2 → 4.3.4
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/{Calendar-bhl8Q8us.js → Calendar-BnqBcrZv.js} +238 -238
- package/dist/{CalendarFoundryView-C2O_AmBk.js → CalendarFoundryView-L97Allfg.js} +1030 -980
- package/dist/{CollectionView-B-PR54hU.js → CollectionView-CBGNYA_n.js} +1 -1
- package/dist/{Event-DxNC58Zb.js → Event-BWfr4LV1.js} +1 -1
- package/dist/{EventPage-Y3NWzmN0.js → EventPage-DMpbEjtH.js} +1 -1
- package/dist/{SeriesPage-D2305oP-.js → SeriesPage-DNnOtCbs.js} +1 -1
- package/dist/types/index.d.ts +3 -0
- package/dist/venue-calendar.css +1 -1
- package/dist/venue-calendar.es.js +1026 -988
- package/dist/venue-calendar.iife.js +35 -35
- package/dist/venue-calendar.umd.js +27 -27
- package/package.json +2 -2
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/de.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/es.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/fr.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/id.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/it.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/ja.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/ko.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/nl.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/pl.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/pt-br.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/tr.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/flow/zh.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/de.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/es.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/fr.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/id.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/it.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/ja.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/ko.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/nl.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/pl.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/pt-br.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/tr.js +0 -0
- /package/dist/locales/{4.3.2 → 4.3.4}/main/zh.js +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getmicdrop/venue-calendar",
|
|
3
3
|
"_version_comment": "4.1.55 was the last PUBLISHED version, and the tree carried 36 commits npm's 4.1.55 does not have — including the gate-password security fix and four money fixes. A filename must never reuse a version npm has taken (jsDelivr/unpkg cache the FIRST bytes they see under `@4.1.55` forever, so republishing that number ships the old widget to every venue that pinned it). Bumped to 4.2.0 here, BEFORE anything is built for publish. `npm run release:preflight` refuses to proceed when this number already exists in the registry.",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.4",
|
|
5
5
|
"description": "A customizable Svelte calendar component for displaying comedy events",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./dist/types/index.d.ts",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"_devDependencies_pin_comment": "Three EXACT pins in here are load-bearing and must not be re-caretted by a dependency bot. (1) `@getmicdrop/svelte-components` — the ES/UMD/IIFE builds do NOT externalize SC, so it is COMPILED INTO every shipped artifact. RESTORED TO AN EXACT PIN 2026-08-23, having drifted back to a caret at some point between 6.24.311 and 6.24.316 — exactly the re-caretting this note warns about, which is worth knowing recurs. Under a caretted range like `^6.24.311` the SC version a venue's browser executes is whatever the range floats to on the publish machine at publish time, which is not recorded anywhere and is not reproducible after the fact; the `overrides` block below cannot help (it only ever covered esbuild, and consumers ignore a dependency's overrides entirely). Pinned exact so the artifact and the manifest agree, and vite.config.lib.js stamps the resolved version into the bundle as __VC_SC_VERSION__ so a venue's devtools can answer 'which SC is this?'. (2) `svelte` — the compiler whose private internal/client calls the pre-compiled dist binds to. `^5.56.9` let the compiler move under a peer range that stayed still; see _peerDependencies_comment. (3) `@stripe/stripe-js` in dependencies — see its own note there.",
|
|
155
155
|
"devDependencies": {
|
|
156
156
|
"@eslint/js": "^10.0.1",
|
|
157
|
-
"@getmicdrop/svelte-components": "6.24.
|
|
157
|
+
"@getmicdrop/svelte-components": "^6.24.334",
|
|
158
158
|
"@playwright/test": "^1.60.0",
|
|
159
159
|
"@size-limit/file": "^13.0.3",
|
|
160
160
|
"@sveltejs/adapter-auto": "^7.0.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|