@almadar/mobile 1.2.1 → 1.2.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -200,4 +200,4 @@ const theme = {
200
200
 
201
201
  ## License
202
202
 
203
- MIT
203
+ BSL 1.1 (Business Source License). Converts to Apache 2.0 on 2030-02-01. Non-production use is free.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/mobile",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "React Native UI components for Almadar - extends @almadar/ui",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -102,7 +102,7 @@
102
102
  "registry": "https://registry.npmjs.org",
103
103
  "access": "public"
104
104
  },
105
- "license": "MIT",
105
+ "license": "BSL-1.1",
106
106
  "repository": {
107
107
  "type": "git",
108
108
  "url": "https://github.com/almadar-io/almadar-mobile.git"