@pitcher/js-api 1.24.0-beta.0 → 1.24.0-beta.1
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 +7 -0
- package/js-api.esm.js +0 -1
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +8 -8
- package/js-api.umd.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,3 +31,10 @@ This is the JavaScript API to interact with the data layer of the NG platform.
|
|
|
31
31
|
|
|
32
32
|
For more details, please visit the [documentation](https://pitcherag.github.io/canvas-ui).
|
|
33
33
|
|
|
34
|
+
## Beta deployment
|
|
35
|
+
1. Go to canvas-ui folder
|
|
36
|
+
2. Edit `src/assets/jsApiAssets/package.json` and change version in package json to beta eg. `1.0.0-beta.0`
|
|
37
|
+
3. Run `yarn`
|
|
38
|
+
4. Run `yarn js-api:build`
|
|
39
|
+
5. Run `cd builds/js-api`
|
|
40
|
+
6. Run `npm publish --tag beta`
|
package/js-api.esm.js
CHANGED
|
@@ -3816,7 +3816,6 @@ const uiApi = enhanceWithSnakeCase(ui);
|
|
|
3816
3816
|
const adminApi = enhanceWithSnakeCase(admin);
|
|
3817
3817
|
const dsrApi = enhanceWithSnakeCase(dsr);
|
|
3818
3818
|
function useUi() {
|
|
3819
|
-
console.log("qwe", uiApi);
|
|
3820
3819
|
return uiApi;
|
|
3821
3820
|
}
|
|
3822
3821
|
function useAdmin() {
|