Comparing version 1.3.6 to 1.3.7
@@ -0,1 +1,2 @@ | ||
'use client'; | ||
if (typeof window !== 'undefined') { | ||
@@ -2,0 +3,0 @@ // @ts-ignore |
@@ -0,1 +1,2 @@ | ||
'use client'; | ||
export {}; |
@@ -0,3 +1,4 @@ | ||
'use client'; | ||
import client from './client'; | ||
import react from './react'; | ||
export { client, react }; |
@@ -0,1 +1,2 @@ | ||
'use client'; | ||
import * as React from 'react'; | ||
@@ -2,0 +3,0 @@ import Elevio from './client'; |
"use strict"; | ||
'use client'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +4,0 @@ if (typeof window !== 'undefined') { |
"use strict"; | ||
'use client'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
'use client'; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -3,0 +4,0 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; |
"use strict"; | ||
'use client'; | ||
var __extends = (this && this.__extends) || (function () { | ||
@@ -3,0 +4,0 @@ var extendStatics = function (d, b) { |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"devDependencies": { | ||
@@ -14,0 +14,0 @@ "@skypack/package-check": "^0.2.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130772
2843