@superwall/core 0.1.2 → 0.1.4

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/README.md +15 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # @superwall/core
2
+
3
+ Shared internals for the Superwall web SDK — wire types, host resolution, and
4
+ common domain types used by the other `@superwall/*` packages.
5
+
6
+ **You probably don't need this directly.** Install one of:
7
+
8
+ - [`@superwall/paywalls-js`](https://www.npmjs.com/package/@superwall/paywalls-js) — the browser SDK
9
+ - [`@superwall/paywalls-react`](https://www.npmjs.com/package/@superwall/paywalls-react) — React bindings
10
+ - [`@superwall/server`](https://www.npmjs.com/package/@superwall/server) — server-side route gating
11
+ - [`@superwall/verify`](https://www.npmjs.com/package/@superwall/verify) — offline token verification
12
+
13
+ ## License
14
+
15
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superwall/core",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "exports": {