@axsdk/browser 0.1.6 → 0.1.8

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.
package/package.json CHANGED
@@ -1,47 +1,48 @@
1
- {
2
- "name": "@axsdk/browser",
3
- "version": "0.1.6",
4
- "private": false,
5
- "description": "axsdk browser - embed AXSDK widget in web",
6
- "keywords": [],
7
- "homepage": "https://github.com/layorixinc/axsdk-sdk-js",
8
- "bugs": {
9
- "url": "https://github.com/layorixinc/axsdk-sdk-js/issues"
10
- },
11
- "repository": {
12
- "type": "git",
13
- "url": "git+https://github.com/layorixinc/axsdk-sdk-js.git"
14
- },
15
- "license": "MIT",
16
- "author": "lordkeios@layorixinc.com",
17
- "type": "module",
18
- "exports": {
19
- ".": "./dist/axsdk-browser.js",
20
- "./frame": {
21
- "default": "./dist/axsdk-browser-frame.js"
22
- }
23
- },
24
- "files": [
25
- "dist"
26
- ],
27
- "scripts": {
28
- "build:browser": "vite build --config vite.config.browser.ts",
29
- "build:frame": "vite build --config vite.config.frame.ts",
30
- "build": "bun run build:browser && bun run build:frame",
31
- "dev": "vite --config vite.config.browser.ts",
32
- "publish": "bun run build && npm publish --access=public"
33
- },
34
- "dependencies": {
35
- "@axsdk/core": "workspace:*",
36
- "@axsdk/react": "workspace:*",
37
- "react": "^19",
38
- "react-dom": "^19"
39
- },
40
- "devDependencies": {
41
- "@types/react": "^19",
42
- "@types/react-dom": "^19",
43
- "@vitejs/plugin-react": "^4",
44
- "typescript": "^5",
45
- "vite": "^6"
46
- }
47
- }
1
+ {
2
+ "name": "@axsdk/browser",
3
+ "version": "0.1.8",
4
+ "private": false,
5
+ "description": "axsdk browser - embed AXSDK widget in web",
6
+ "keywords": [],
7
+ "homepage": "https://github.com/layorixinc/axsdk-sdk-js",
8
+ "bugs": {
9
+ "url": "https://github.com/layorixinc/axsdk-sdk-js/issues"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/layorixinc/axsdk-sdk-js.git"
14
+ },
15
+ "license": "MIT",
16
+ "author": "lordkeios@layorixinc.com",
17
+ "type": "module",
18
+ "exports": {
19
+ ".": "./dist/axsdk-browser.js",
20
+ "./frame": {
21
+ "default": "./dist/axsdk-browser-frame.js"
22
+ }
23
+ },
24
+ "files": [
25
+ "dist"
26
+ ],
27
+ "scripts": {
28
+ "build:browser": "vite build --config vite.config.browser.ts",
29
+ "build:frame": "vite build --config vite.config.frame.ts",
30
+ "build": "bun run build:browser && bun run build:frame",
31
+ "dev": "vite --config vite.config.browser.ts",
32
+ "publish": "bun run build && npm publish --access=public"
33
+ },
34
+ "dependencies": {
35
+ "@axsdk/core": "workspace:*",
36
+ "@axsdk/react": "workspace:*",
37
+ "qs": "^6.15.0",
38
+ "react": "^19",
39
+ "react-dom": "^19"
40
+ },
41
+ "devDependencies": {
42
+ "@types/react": "^19",
43
+ "@types/react-dom": "^19",
44
+ "@vitejs/plugin-react": "^4",
45
+ "typescript": "^5",
46
+ "vite": "^6"
47
+ }
48
+ }