@illalabs/sdk 0.0.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.
package/LICENSE ADDED
@@ -0,0 +1,6 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction...
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @illalabs/sdk
2
+
3
+ Reserved package name. Actual code will be published in a later version.
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export {};
package/index.js ADDED
@@ -0,0 +1 @@
1
+ export {};
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@illalabs/sdk",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder package. Real code coming soon.",
5
+ "license": "MIT",
6
+ "main": "index.js",
7
+ "types": "index.d.ts",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ }
11
+ }