@adstage/react-native-sdk 1.0.1 → 1.0.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/LICENSE +9 -17
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,21 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) 2024-2025 NBase Inc. All Rights Reserved.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
PROPRIETARY AND CONFIDENTIAL
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
5
|
+
This software is proprietary to NBase Inc. and is protected by copyright law.
|
|
6
|
+
Unauthorized copying, modification, distribution, or use of this software,
|
|
7
|
+
via any medium, is strictly prohibited.
|
|
11
8
|
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
This software is provided to authorized users only under the terms of a
|
|
10
|
+
separate license agreement. Use of this software is subject to compliance
|
|
11
|
+
with such agreement.
|
|
14
12
|
|
|
15
|
-
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
13
|
+
For licensing inquiries, please contact: support@nbase.io
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adstage/react-native-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "AdStage SDK for React Native - 광고 어트리뷰션, 딥링크, 인앱 이벤트 트래킹",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"url": "https://github.com/nbase-io/NBase-SDK-ReactNative.git"
|
|
47
47
|
},
|
|
48
48
|
"author": "NBase <support@nbase.io>",
|
|
49
|
-
"license": "
|
|
49
|
+
"license": "UNLICENSED",
|
|
50
50
|
"bugs": {
|
|
51
51
|
"url": "https://github.com/nbase-io/NBase-SDK-ReactNative/issues"
|
|
52
52
|
},
|