skapi-js 1.2.4 → 1.2.7
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/README.md +1 -36
- 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 +10 -2
- package/js/methods/subscription.js.map +1 -1
- package/js/methods/vivian.js +4 -3
- package/js/methods/vivian.js.map +1 -1
- package/js/src/Types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -216,7 +216,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
216
216
|
same "printed page" as the copyright notice for easier
|
|
217
217
|
identification within third-party archives.
|
|
218
218
|
|
|
219
|
-
Copyright
|
|
219
|
+
Copyright 2026 broadway Inc.
|
|
220
220
|
|
|
221
221
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
222
222
|
you may not use this file except in compliance with the License.
|