@omni-co/embed 0.11.0 → 1.0.0-beta.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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Omni Embed SSO Typescript SDK for Server (Node, etc)
2
2
 
3
+ Node.js only SDK for generating signed SSO embed links for Omni dashboards, workbooks, and content discovery pages.
4
+
3
5
  ## Server Side Only
4
6
 
5
7
  **This SDK is intented to be used in a server context.**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.11.0",
2
+ "version": "1.0.0-beta.2",
3
3
  "license": "MIT",
4
4
  "name": "@omni-co/embed",
5
5
  "author": "Nate Agrin <nate@exploreomni.com>",
@@ -27,6 +27,8 @@
27
27
  "node": ">=16"
28
28
  },
29
29
  "engineStrict": true,
30
+ "main": "./lib/cjs/index.js",
31
+ "type": "module",
30
32
  "types": "./lib/esm/index.d.ts",
31
33
  "exports": {
32
34
  ".": {