@youversion/platform-core 1.22.0 → 1.22.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @youversion/platform-core@1.22.0 build /home/runner/work/platform-sdk-react/platform-sdk-react/packages/core
2
+ > @youversion/platform-core@1.22.2 build /home/runner/work/platform-sdk-react/platform-sdk-react/packages/core
3
3
  > tsup src/index.ts src/browser.ts src/server.ts --format cjs,esm --dts
4
4
 
5
5
  CLI Building entry: src/browser.ts, src/index.ts, src/server.ts
@@ -8,17 +8,17 @@
8
8
  CLI Target: es2022
9
9
  CJS Build start
10
10
  ESM Build start
11
- ESM dist/index.js 53.56 KB
12
- ESM dist/chunk-2Z2S2WY3.js 7.74 KB
13
- ESM dist/server.js 443.00 B
14
- ESM dist/browser.js 135.00 B
15
- ESM ⚡️ Build success in 58ms
16
11
  CJS dist/browser.cjs 8.75 KB
17
- CJS dist/index.cjs 64.03 KB
18
12
  CJS dist/server.cjs 8.76 KB
19
- CJS ⚡️ Build success in 58ms
13
+ CJS dist/index.cjs 64.03 KB
14
+ CJS ⚡️ Build success in 70ms
15
+ ESM dist/browser.js 135.00 B
16
+ ESM dist/server.js 443.00 B
17
+ ESM dist/index.js 53.56 KB
18
+ ESM dist/chunk-2Z2S2WY3.js 7.74 KB
19
+ ESM ⚡️ Build success in 71ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2493ms
21
+ DTS ⚡️ Build success in 2844ms
22
22
  DTS dist/server.d.cts 863.00 B
23
23
  DTS dist/index.d.cts 33.68 KB
24
24
  DTS dist/browser.d.cts 93.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @youversion/platform-core
2
2
 
3
+ ## 1.22.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 203a28b: fix(ui): show specific Bible passage error messages
8
+
9
+ ## 1.22.1
10
+
11
+ ### Patch Changes
12
+
13
+ - b8b5cf0: Fixed hooks package bundling to produce proper CJS and ESM outputs, resolving import failures in strict ESM runtimes like Deno.
14
+ - 2a64020: Updated the Bible App logo on the BibleCard and VerseOfTheDay React components to the latest designs.
15
+
3
16
  ## 1.22.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@youversion/platform-core",
3
- "version": "1.22.0",
3
+ "version": "1.22.2",
4
+ "description": "A type-safe TypeScript SDK for accessing the YouVersion Platform APIs. Get Bible content and build Bible-based applications.",
5
+ "license": "Apache-2.0",
4
6
  "type": "module",
5
7
  "publishConfig": {
6
8
  "access": "public",