onairos 4.0.20 → 4.0.21
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/LICENSE +201 -201
- package/README.md +397 -397
- package/dist/10.js +1 -1
- package/dist/123.js +1 -1
- package/dist/129.js +1 -1
- package/dist/18.js +1 -1
- package/dist/185.js +1 -1
- package/dist/22.js +1 -1
- package/dist/225.js +1 -1
- package/dist/241.js +1 -1
- package/dist/31.js +1 -1
- package/dist/336.js +1 -1
- package/dist/342.js +1 -1
- package/dist/360.js +1 -1
- package/dist/421.js +1 -1
- package/dist/433.js +1 -1
- package/dist/502.js +1 -1
- package/dist/540.js +1 -1
- package/dist/575.js +1 -1
- package/dist/592.js +1 -1
- package/dist/659.js +1 -1
- package/dist/664.js +2 -0
- package/dist/664.js.map +1 -0
- package/dist/672.js +1 -1
- package/dist/845.js +1 -1
- package/dist/911.js +1 -1
- package/dist/947.js +1 -1
- package/dist/961.js +1 -1
- package/dist/991.js +1 -1
- package/dist/999.js +1 -1
- package/dist/data_request_iframe.html +11 -11
- package/dist/data_request_popup.html +320 -320
- package/dist/iframe.bundle.js +1 -1
- package/dist/oauth-callback.html +206 -206
- package/dist/onairos-laravel.js +1 -1
- package/dist/onairos-laravel.js.map +1 -1
- package/dist/onairos.bundle.js +1 -1
- package/dist/onairos.esm.js +1 -1
- package/dist/onairos.esm.js.map +1 -1
- package/dist/src_onairosButton_jsx.js +1 -1
- package/dist/static/8c5b220bf6f482881a90.png +1 -1
- package/dist/vendors-node_modules_lottie-react_build_index_umd_js-node_modules_lucide-react_dist_esm_icons-20f774.js +1 -1
- package/dist/vendors-node_modules_react-dom_index_js.js +1 -1
- package/dist/vendors-node_modules_react_index_js.js +1 -1
- package/llm.txt +334 -0
- package/package.json +167 -166
package/package.json
CHANGED
|
@@ -1,166 +1,167 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "onairos",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"dependencies": {
|
|
5
|
-
"@react-oauth/google": "^0.12.1",
|
|
6
|
-
"@telegram-apps/sdk-react": "^2.0.25",
|
|
7
|
-
"@testing-library/jest-dom": "^5.17.0",
|
|
8
|
-
"@testing-library/react": "^13.4.0",
|
|
9
|
-
"@testing-library/user-event": "^13.5.0",
|
|
10
|
-
"axios": "^1.6.5",
|
|
11
|
-
"buffer": "^6.0.3",
|
|
12
|
-
"caniuse-lite": "^1.0.30001718",
|
|
13
|
-
"lottie-react": "^2.4.1",
|
|
14
|
-
"process": "^0.11.10",
|
|
15
|
-
"react-scripts": "^5.0.1",
|
|
16
|
-
"simple-icons": "^15.16.1",
|
|
17
|
-
"stream-browserify": "^3.0.0",
|
|
18
|
-
"tty-browserify": "^0.0.1",
|
|
19
|
-
"web-vitals": "^2.1.4"
|
|
20
|
-
},
|
|
21
|
-
"sideEffects": false,
|
|
22
|
-
"scripts": {
|
|
23
|
-
"start": "react-scripts start",
|
|
24
|
-
"build": "webpack --mode production && npm run copy-assets",
|
|
25
|
-
"copy-assets": "echo 'Assets copied by webpack'",
|
|
26
|
-
"dev": "webpack --mode development --watch",
|
|
27
|
-
"test": "react-scripts test",
|
|
28
|
-
"test:laravel": "vitest run --config tests/laravel/vitest.config.js",
|
|
29
|
-
"test:laravel:watch": "vitest --config tests/laravel/vitest.config.js",
|
|
30
|
-
"test:laravel:ui": "vitest --ui --config tests/laravel/vitest.config.js",
|
|
31
|
-
"test:all": "npm run test && npm run test:laravel",
|
|
32
|
-
"eject": "react-scripts eject"
|
|
33
|
-
},
|
|
34
|
-
"eslintConfig": {
|
|
35
|
-
"extends": [
|
|
36
|
-
"react-app",
|
|
37
|
-
"react-app/jest"
|
|
38
|
-
]
|
|
39
|
-
},
|
|
40
|
-
"browserslist": {
|
|
41
|
-
"production": [
|
|
42
|
-
">0.2%",
|
|
43
|
-
"not dead",
|
|
44
|
-
"not op_mini all"
|
|
45
|
-
],
|
|
46
|
-
"development": [
|
|
47
|
-
"last 1 chrome version",
|
|
48
|
-
"last 1 firefox version",
|
|
49
|
-
"last 1 safari version"
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"@babel/cli": "^7.23.0",
|
|
54
|
-
"@babel/core": "^7.23.7",
|
|
55
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
|
|
56
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
57
|
-
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
58
|
-
"@babel/plugin-transform-runtime": "^7.23.7",
|
|
59
|
-
"@babel/preset-env": "^7.27.2",
|
|
60
|
-
"@babel/preset-react": "^7.27.1",
|
|
61
|
-
"@radix-ui/react-checkbox": "^1.3.1",
|
|
62
|
-
"@radix-ui/react-label": "^2.1.6",
|
|
63
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
64
|
-
"@rollup/plugin-commonjs": "^28.0.2",
|
|
65
|
-
"@rollup/plugin-inject": "^5.0.5",
|
|
66
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
67
|
-
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
68
|
-
"@rollup/plugin-typescript": "^12.1.2",
|
|
69
|
-
"@tailwindcss/postcss": ">=3.0.0",
|
|
70
|
-
"@vitejs/plugin-vue": "^5.0.4",
|
|
71
|
-
"@vue/test-utils": "^2.4.4",
|
|
72
|
-
"assert": "^2.1.0",
|
|
73
|
-
"babel-loader": "^9.2.1",
|
|
74
|
-
"browserify-zlib": "^0.2.0",
|
|
75
|
-
"copy-webpack-plugin": "^11.0.0",
|
|
76
|
-
"crypto-browserify": "^3.12.1",
|
|
77
|
-
"css-loader": "^7.1.2",
|
|
78
|
-
"file-loader": "^6.2.0",
|
|
79
|
-
"html-webpack-plugin": "^5.6.3",
|
|
80
|
-
"https-browserify": "^1.0.0",
|
|
81
|
-
"jsdom": "^24.0.0",
|
|
82
|
-
"lucide-react": "^0.503.0",
|
|
83
|
-
"mini-css-extract-plugin": "^2.9.2",
|
|
84
|
-
"os-browserify": "^0.3.0",
|
|
85
|
-
"path-browserify": "^1.0.1",
|
|
86
|
-
"postcss": "^8.4.47",
|
|
87
|
-
"postcss-loader": "^8.1.1",
|
|
88
|
-
"rollup": "^2.79.2",
|
|
89
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
90
|
-
"rollup-plugin-use-client": "^1.4.0",
|
|
91
|
-
"stream-http": "^3.2.0",
|
|
92
|
-
"style-loader": "^4.0.0",
|
|
93
|
-
"tailwindcss": ">=3.0.0",
|
|
94
|
-
"terser-webpack-plugin": "^5.3.10",
|
|
95
|
-
"url": "^0.11.4",
|
|
96
|
-
"vitest": "^1.2.0",
|
|
97
|
-
"vm-browserify": "^1.1.2",
|
|
98
|
-
"vue": "^3.4.15",
|
|
99
|
-
"webpack": "^5.89.0",
|
|
100
|
-
"webpack-bundle-analyzer": "^4.10.1",
|
|
101
|
-
"webpack-cli": "^5.1.4"
|
|
102
|
-
},
|
|
103
|
-
"peerDependencies": {
|
|
104
|
-
"ajv": "^8.12.0",
|
|
105
|
-
"react": "^18.2.0 || ^19.0.0",
|
|
106
|
-
"react-dom": "^18.2.0 || ^19.0.0",
|
|
107
|
-
"react-native": ">=0.69.0",
|
|
108
|
-
"tailwindcss": ">=3.0.0"
|
|
109
|
-
},
|
|
110
|
-
"peerDependenciesMeta": {
|
|
111
|
-
"react-native": {
|
|
112
|
-
"optional": true
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
"description": "The Onairos Library is a collection of functions that enable Applications to connect and communicate data with Onairos Identities via User Authorization. Integration for developers is seamless, simple and effective for all applications. LLM SDK capabilities have been migrated to backend for enhanced security and performance.",
|
|
116
|
-
"main": "dist/onairos.bundle.js",
|
|
117
|
-
"module": "dist/onairos.esm.js",
|
|
118
|
-
"types": "onairos.d.ts",
|
|
119
|
-
"browser": "dist/onairos.bundle.js",
|
|
120
|
-
"react-native": "dist/onairos.native.js",
|
|
121
|
-
"laravel": "dist/onairos.laravel.js",
|
|
122
|
-
"exports": {
|
|
123
|
-
".": {
|
|
124
|
-
"types": "./onairos.d.ts",
|
|
125
|
-
"import": "./dist/onairos.esm.js",
|
|
126
|
-
"require": "./dist/onairos.bundle.js",
|
|
127
|
-
"browser": "./dist/onairos.bundle.js"
|
|
128
|
-
},
|
|
129
|
-
"./laravel": {
|
|
130
|
-
"types": "./onairos.d.ts",
|
|
131
|
-
"import": "./dist/onairos.laravel.js",
|
|
132
|
-
"require": "./dist/onairos.laravel.js"
|
|
133
|
-
},
|
|
134
|
-
"./blade": "./src/laravel/blade-helpers.js",
|
|
135
|
-
"./vite-plugin": "./src/laravel/vite-plugin.js"
|
|
136
|
-
},
|
|
137
|
-
"repository": {
|
|
138
|
-
"type": "git",
|
|
139
|
-
"url": "git+https://github.com/zd819/onairos-npm"
|
|
140
|
-
},
|
|
141
|
-
"keywords": [
|
|
142
|
-
"Onairos",
|
|
143
|
-
"Identity",
|
|
144
|
-
"Authentication",
|
|
145
|
-
"Data-Sharing",
|
|
146
|
-
"Privacy",
|
|
147
|
-
"Laravel",
|
|
148
|
-
"Vite",
|
|
149
|
-
"Blade",
|
|
150
|
-
"Vue",
|
|
151
|
-
"React",
|
|
152
|
-
"PHP"
|
|
153
|
-
],
|
|
154
|
-
"author": "Zion Darko",
|
|
155
|
-
"license": "Apache-2.0",
|
|
156
|
-
"bugs": {
|
|
157
|
-
"url": "https://github.com/zd819/OnairosNPM/issues"
|
|
158
|
-
},
|
|
159
|
-
"homepage": "https://onairos.uk",
|
|
160
|
-
"files": [
|
|
161
|
-
"dist",
|
|
162
|
-
"src/assets",
|
|
163
|
-
"package.json",
|
|
164
|
-
"README.md"
|
|
165
|
-
|
|
166
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "onairos",
|
|
3
|
+
"version": "4.0.21",
|
|
4
|
+
"dependencies": {
|
|
5
|
+
"@react-oauth/google": "^0.12.1",
|
|
6
|
+
"@telegram-apps/sdk-react": "^2.0.25",
|
|
7
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
8
|
+
"@testing-library/react": "^13.4.0",
|
|
9
|
+
"@testing-library/user-event": "^13.5.0",
|
|
10
|
+
"axios": "^1.6.5",
|
|
11
|
+
"buffer": "^6.0.3",
|
|
12
|
+
"caniuse-lite": "^1.0.30001718",
|
|
13
|
+
"lottie-react": "^2.4.1",
|
|
14
|
+
"process": "^0.11.10",
|
|
15
|
+
"react-scripts": "^5.0.1",
|
|
16
|
+
"simple-icons": "^15.16.1",
|
|
17
|
+
"stream-browserify": "^3.0.0",
|
|
18
|
+
"tty-browserify": "^0.0.1",
|
|
19
|
+
"web-vitals": "^2.1.4"
|
|
20
|
+
},
|
|
21
|
+
"sideEffects": false,
|
|
22
|
+
"scripts": {
|
|
23
|
+
"start": "react-scripts start",
|
|
24
|
+
"build": "webpack --mode production && npm run copy-assets",
|
|
25
|
+
"copy-assets": "echo 'Assets copied by webpack'",
|
|
26
|
+
"dev": "webpack --mode development --watch",
|
|
27
|
+
"test": "react-scripts test",
|
|
28
|
+
"test:laravel": "vitest run --config tests/laravel/vitest.config.js",
|
|
29
|
+
"test:laravel:watch": "vitest --config tests/laravel/vitest.config.js",
|
|
30
|
+
"test:laravel:ui": "vitest --ui --config tests/laravel/vitest.config.js",
|
|
31
|
+
"test:all": "npm run test && npm run test:laravel",
|
|
32
|
+
"eject": "react-scripts eject"
|
|
33
|
+
},
|
|
34
|
+
"eslintConfig": {
|
|
35
|
+
"extends": [
|
|
36
|
+
"react-app",
|
|
37
|
+
"react-app/jest"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"browserslist": {
|
|
41
|
+
"production": [
|
|
42
|
+
">0.2%",
|
|
43
|
+
"not dead",
|
|
44
|
+
"not op_mini all"
|
|
45
|
+
],
|
|
46
|
+
"development": [
|
|
47
|
+
"last 1 chrome version",
|
|
48
|
+
"last 1 firefox version",
|
|
49
|
+
"last 1 safari version"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@babel/cli": "^7.23.0",
|
|
54
|
+
"@babel/core": "^7.23.7",
|
|
55
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
|
|
56
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
57
|
+
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
58
|
+
"@babel/plugin-transform-runtime": "^7.23.7",
|
|
59
|
+
"@babel/preset-env": "^7.27.2",
|
|
60
|
+
"@babel/preset-react": "^7.27.1",
|
|
61
|
+
"@radix-ui/react-checkbox": "^1.3.1",
|
|
62
|
+
"@radix-ui/react-label": "^2.1.6",
|
|
63
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
64
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
|
65
|
+
"@rollup/plugin-inject": "^5.0.5",
|
|
66
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
67
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
68
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
69
|
+
"@tailwindcss/postcss": ">=3.0.0",
|
|
70
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
71
|
+
"@vue/test-utils": "^2.4.4",
|
|
72
|
+
"assert": "^2.1.0",
|
|
73
|
+
"babel-loader": "^9.2.1",
|
|
74
|
+
"browserify-zlib": "^0.2.0",
|
|
75
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
76
|
+
"crypto-browserify": "^3.12.1",
|
|
77
|
+
"css-loader": "^7.1.2",
|
|
78
|
+
"file-loader": "^6.2.0",
|
|
79
|
+
"html-webpack-plugin": "^5.6.3",
|
|
80
|
+
"https-browserify": "^1.0.0",
|
|
81
|
+
"jsdom": "^24.0.0",
|
|
82
|
+
"lucide-react": "^0.503.0",
|
|
83
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
84
|
+
"os-browserify": "^0.3.0",
|
|
85
|
+
"path-browserify": "^1.0.1",
|
|
86
|
+
"postcss": "^8.4.47",
|
|
87
|
+
"postcss-loader": "^8.1.1",
|
|
88
|
+
"rollup": "^2.79.2",
|
|
89
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
90
|
+
"rollup-plugin-use-client": "^1.4.0",
|
|
91
|
+
"stream-http": "^3.2.0",
|
|
92
|
+
"style-loader": "^4.0.0",
|
|
93
|
+
"tailwindcss": ">=3.0.0",
|
|
94
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
95
|
+
"url": "^0.11.4",
|
|
96
|
+
"vitest": "^1.2.0",
|
|
97
|
+
"vm-browserify": "^1.1.2",
|
|
98
|
+
"vue": "^3.4.15",
|
|
99
|
+
"webpack": "^5.89.0",
|
|
100
|
+
"webpack-bundle-analyzer": "^4.10.1",
|
|
101
|
+
"webpack-cli": "^5.1.4"
|
|
102
|
+
},
|
|
103
|
+
"peerDependencies": {
|
|
104
|
+
"ajv": "^8.12.0",
|
|
105
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
106
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
107
|
+
"react-native": ">=0.69.0",
|
|
108
|
+
"tailwindcss": ">=3.0.0"
|
|
109
|
+
},
|
|
110
|
+
"peerDependenciesMeta": {
|
|
111
|
+
"react-native": {
|
|
112
|
+
"optional": true
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"description": "The Onairos Library is a collection of functions that enable Applications to connect and communicate data with Onairos Identities via User Authorization. Integration for developers is seamless, simple and effective for all applications. LLM SDK capabilities have been migrated to backend for enhanced security and performance.",
|
|
116
|
+
"main": "dist/onairos.bundle.js",
|
|
117
|
+
"module": "dist/onairos.esm.js",
|
|
118
|
+
"types": "onairos.d.ts",
|
|
119
|
+
"browser": "dist/onairos.bundle.js",
|
|
120
|
+
"react-native": "dist/onairos.native.js",
|
|
121
|
+
"laravel": "dist/onairos.laravel.js",
|
|
122
|
+
"exports": {
|
|
123
|
+
".": {
|
|
124
|
+
"types": "./onairos.d.ts",
|
|
125
|
+
"import": "./dist/onairos.esm.js",
|
|
126
|
+
"require": "./dist/onairos.bundle.js",
|
|
127
|
+
"browser": "./dist/onairos.bundle.js"
|
|
128
|
+
},
|
|
129
|
+
"./laravel": {
|
|
130
|
+
"types": "./onairos.d.ts",
|
|
131
|
+
"import": "./dist/onairos.laravel.js",
|
|
132
|
+
"require": "./dist/onairos.laravel.js"
|
|
133
|
+
},
|
|
134
|
+
"./blade": "./src/laravel/blade-helpers.js",
|
|
135
|
+
"./vite-plugin": "./src/laravel/vite-plugin.js"
|
|
136
|
+
},
|
|
137
|
+
"repository": {
|
|
138
|
+
"type": "git",
|
|
139
|
+
"url": "git+https://github.com/zd819/onairos-npm"
|
|
140
|
+
},
|
|
141
|
+
"keywords": [
|
|
142
|
+
"Onairos",
|
|
143
|
+
"Identity",
|
|
144
|
+
"Authentication",
|
|
145
|
+
"Data-Sharing",
|
|
146
|
+
"Privacy",
|
|
147
|
+
"Laravel",
|
|
148
|
+
"Vite",
|
|
149
|
+
"Blade",
|
|
150
|
+
"Vue",
|
|
151
|
+
"React",
|
|
152
|
+
"PHP"
|
|
153
|
+
],
|
|
154
|
+
"author": "Zion Darko",
|
|
155
|
+
"license": "Apache-2.0",
|
|
156
|
+
"bugs": {
|
|
157
|
+
"url": "https://github.com/zd819/OnairosNPM/issues"
|
|
158
|
+
},
|
|
159
|
+
"homepage": "https://onairos.uk",
|
|
160
|
+
"files": [
|
|
161
|
+
"dist",
|
|
162
|
+
"src/assets",
|
|
163
|
+
"package.json",
|
|
164
|
+
"README.md",
|
|
165
|
+
"llm.txt"
|
|
166
|
+
]
|
|
167
|
+
}
|