@youversion/platform-core 1.22.1 → 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.1 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
@@ -9,16 +9,16 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  CJS dist/browser.cjs 8.75 KB
12
- CJS dist/index.cjs 64.03 KB
13
12
  CJS dist/server.cjs 8.76 KB
14
- CJS ⚡️ Build success in 45ms
13
+ CJS dist/index.cjs 64.03 KB
14
+ CJS ⚡️ Build success in 70ms
15
15
  ESM dist/browser.js 135.00 B
16
- ESM dist/index.js 53.56 KB
17
16
  ESM dist/server.js 443.00 B
17
+ ESM dist/index.js 53.56 KB
18
18
  ESM dist/chunk-2Z2S2WY3.js 7.74 KB
19
- ESM ⚡️ Build success in 50ms
19
+ ESM ⚡️ Build success in 71ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2590ms
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,11 @@
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
+
3
9
  ## 1.22.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youversion/platform-core",
3
- "version": "1.22.1",
3
+ "version": "1.22.2",
4
4
  "description": "A type-safe TypeScript SDK for accessing the YouVersion Platform APIs. Get Bible content and build Bible-based applications.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",