r1-create 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # R1 Create SDK
2
2
 
3
- Official JavaScript/TypeScript SDK for building R1/RabbitOS plugins with full hardware access, AI integration, and mobile optimization.
3
+ Unofficial community JavaScript/TypeScript SDK for building R1/RabbitOS plugins with full hardware access, AI integration, and mobile optimization.
4
4
 
5
5
  ## Features
6
6
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * R1 Create SDK
3
- * Official SDK for building R1/RabbitOS plugins
3
+ * Unofficial community SDK for building R1/RabbitOS plugins
4
4
  *
5
5
  * Features:
6
6
  * - Hardware access (accelerometer, touch, PTT, scroll)
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * R1 Create SDK
4
- * Official SDK for building R1/RabbitOS plugins
4
+ * Unofficial community SDK for building R1/RabbitOS plugins
5
5
  *
6
6
  * Features:
7
7
  * - Hardware access (accelerometer, touch, PTT, scroll)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "r1-create",
3
- "version": "1.0.0",
4
- "description": "3rd party SDK for building R1/RabbitOS plugins with hardware access, storage, LLM integration, and optimized UI utilities",
3
+ "version": "1.0.1",
4
+ "description": "Unofficial community SDK for building R1/RabbitOS plugins with hardware access, storage, LLM integration, and optimized UI utilities",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "https://github.com/AidanTheBandit/R1-create.js.git"
43
+ "url": "git+https://github.com/AidanTheBandit/R1-create.js.git"
44
44
  },
45
45
  "bugs": {
46
46
  "url": "https://github.com/AidanTheBandit/R1-create.js/issues"