skapi-js 1.0.183 → 1.0.184-beta.0
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 +1 -1
- package/README.md +1 -1
- package/dist/bundle-report-commonjs.html +39 -0
- package/dist/bundle-report-module.html +2 -2
- package/dist/bundle-report.html +1 -1
- package/dist/skapi.cjs.js +3 -0
- package/dist/skapi.cjs.js.LICENSE.txt +233 -0
- package/dist/skapi.cjs.js.map +1 -0
- package/dist/{skapi.module.js → skapi.esm.js} +3 -3
- package/dist/skapi.esm.js.LICENSE.txt +242 -0
- package/dist/skapi.esm.js.map +1 -0
- package/dist/skapi.js +1 -1
- package/dist/skapi.js.LICENSE.txt +206 -0
- package/dist/skapi.js.map +1 -1
- package/js/main/skapi.js +1 -1
- package/package.json +8 -3
- package/dist/skapi.module.js.LICENSE.txt +0 -36
- package/dist/skapi.module.js.map +0 -1
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [
|
|
189
|
+
Copyright [xxxx] broadway Inc.
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ export { skapi }
|
|
|
73
73
|
|
|
74
74
|
After you initialized the Skapi library, you can test your connection by pinging your request with the `mock()` method.
|
|
75
75
|
|
|
76
|
-
Below is an example of how you can use the `mock()` method in
|
|
76
|
+
Below is an example of how you can use the `mock()` method in HTML forms.
|
|
77
77
|
|
|
78
78
|
```html
|
|
79
79
|
<!-- index.html -->
|