@useragent-kit/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.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/index.js +1 -0
  3. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @useragent-kit/sdk
2
+
3
+ This package is a name reservation for the upcoming UserAgentKit release.
4
+
5
+ For the current release, install [`@polkadot-apps/host-sdk`](https://www.npmjs.com/package/@polkadot-apps/host-sdk).
package/index.js ADDED
@@ -0,0 +1 @@
1
+ throw new Error("@useragent-kit/sdk is a placeholder. Install @polkadot-apps/host-sdk for the current release.");
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@useragent-kit/sdk",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder — see @polkadot-apps/host-sdk for the current release.",
5
+ "main": "index.js",
6
+ "license": "Apache-2.0",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/paritytech/host-sdk"
10
+ }
11
+ }