@vibecodeapp/sdk 0.1.0 → 0.2.0

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/LICENSE +25 -11
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,18 +1,32 @@
1
- MIT License
1
+ PROPRIETARY LICENSE
2
2
 
3
- Copyright (c) 2025 vibecode
3
+ Copyright (c) 2025 vibecode. All Rights Reserved.
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
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
+ NOTICE: This software and its source code are the exclusive property of vibecode.
11
6
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
7
+ RESTRICTIONS:
14
8
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9
+ 1. This software may ONLY be used in connection with the vibecodeapp.com website
10
+ and its associated services.
11
+
12
+ 2. You may NOT use, copy, modify, merge, publish, distribute, sublicense, sell,
13
+ or create derivative works of this software for any purpose outside of
14
+ vibecodeapp.com.
15
+
16
+ 3. You may NOT reverse engineer, decompile, or disassemble this software.
17
+
18
+ 4. You may NOT use this software in any product, service, or application that
19
+ is not owned and operated by vibecode or vibecodeapp.com.
20
+
21
+ 5. Any unauthorized use, reproduction, or distribution of this software is
22
+ strictly prohibited and may result in legal action.
23
+
24
+ 6. This license does not grant you any rights to patents, copyrights, trade
25
+ secrets, trademarks, or any other intellectual property rights.
26
+
27
+ DISCLAIMER:
28
+
29
+ THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
30
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
31
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
32
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibecodeapp/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "SDK for Vibecodeapp.com - Web polyfills and Metro configuration for React Native",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",