rice-node-sdk 1.0.0 → 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.
Files changed (3) hide show
  1. package/LICENSE +4 -0
  2. package/README.md +1 -1
  3. package/package.json +10 -2
package/LICENSE ADDED
@@ -0,0 +1,4 @@
1
+ Copyright (c) 2026. All Rights Reserved.
2
+
3
+ This software is proprietary and confidential.
4
+ Unauthorized copying of this file, via any medium is strictly prohibited.
package/README.md CHANGED
@@ -267,4 +267,4 @@ interface StateClient {
267
267
 
268
268
  ## License
269
269
 
270
- ISC
270
+ Proprietary. All Rights Reserved.
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "rice-node-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "SDK for Rice",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/shankha98/rice-node-sdk.git"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/shankha98/rice-node-sdk/issues"
11
+ },
12
+ "homepage": "https://github.com/shankha98/rice-node-sdk#readme",
5
13
  "main": "dist/index.js",
6
14
  "types": "dist/index.d.ts",
7
15
  "exports": {
@@ -40,7 +48,7 @@
40
48
  "ai"
41
49
  ],
42
50
  "author": "",
43
- "license": "ISC",
51
+ "license": "UNLICENSED",
44
52
  "dependencies": {
45
53
  "@grpc/grpc-js": "^1.10.0",
46
54
  "@grpc/proto-loader": "^0.7.10",