@playnation/game-sdk
Advanced tools
Comparing version 1.0.9-beta.1 to 1.0.9-beta.2
export * from './types'; | ||
export * from './utils'; | ||
export * from './websdk'; | ||
export * from './utils'; |
export * from './types'; | ||
export * from './utils'; | ||
export * from './websdk'; | ||
export * from './utils'; |
import { ErrorCode as e } from "./types.js"; | ||
import { IframeSDK as f } from "./websdk.js"; | ||
import { signPayload as t } from "./utils/signature.js"; | ||
import { u8aToHex as a } from "./utils/u8aToHex.js"; | ||
import { deepCopy as n } from "./utils/utils.js"; | ||
import { PlaynationSDKError as i } from "./utils/error.js"; | ||
import { signPayload as f } from "./utils/signature.js"; | ||
import { u8aToHex as t } from "./utils/u8aToHex.js"; | ||
import { deepCopy as a } from "./utils/utils.js"; | ||
import { PlaynationSDKError as n } from "./utils/error.js"; | ||
import { IframeSDK as i } from "./websdk.js"; | ||
export { | ||
e as ErrorCode, | ||
f as IframeSDK, | ||
i as PlaynationSDKError, | ||
n as deepCopy, | ||
t as signPayload, | ||
a as u8aToHex | ||
i as IframeSDK, | ||
n as PlaynationSDKError, | ||
a as deepCopy, | ||
f as signPayload, | ||
t as u8aToHex | ||
}; |
{ | ||
"name": "@playnation/game-sdk", | ||
"version": "1.0.9-beta.1", | ||
"version": "1.0.9-beta.2", | ||
"description": "SDK for the games on Playnation", | ||
@@ -14,4 +14,5 @@ "repository": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"build-rollup": "tsc && vite build -c vite-rollup.config.ts", | ||
"build": "yarn build:normal && yarn build:rollup", | ||
"build:normal": "tsc && vite build", | ||
"build:rollup": "tsc && vite build -c vite-rollup.config.ts", | ||
"preview": "vite preview" | ||
@@ -18,0 +19,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
65572
34
1500