skapi-js 1.2.5 → 1.2.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/dist/bundle-report-commonjs.html +2 -2
- package/dist/bundle-report.html +2 -2
- package/dist/skapi.cjs +1 -1
- package/dist/skapi.cjs.LICENSE.txt +1 -1
- package/dist/skapi.cjs.map +1 -1
- package/dist/skapi.js +1 -1
- package/dist/skapi.js.LICENSE.txt +1 -1
- package/dist/skapi.js.map +1 -1
- package/js/Types.d.ts +1 -1
- package/js/main/skapi.js +1 -1
- package/js/methods/subscription.js +7 -2
- package/js/methods/subscription.js.map +1 -1
- package/js/methods/user.js +20 -1
- package/js/methods/user.js.map +1 -1
- package/js/methods/vivian.js +4 -3
- package/js/methods/vivian.js.map +1 -1
- package/js/node_modules/qpass/index.d.ts +25 -0
- package/js/src/Types.d.ts +1 -1
- package/js/utils/network.js +6 -5
- package/js/utils/network.js.map +1 -1
- package/package.json +2 -2
|
@@ -225,7 +225,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
225
225
|
same "printed page" as the copyright notice for easier
|
|
226
226
|
identification within third-party archives.
|
|
227
227
|
|
|
228
|
-
Copyright
|
|
228
|
+
Copyright 2026 broadway Inc.
|
|
229
229
|
|
|
230
230
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
231
231
|
you may not use this file except in compliance with the License.
|