@rtsdk/topia 0.15.8 → 0.15.9

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 CHANGED
@@ -31,7 +31,6 @@ Topia offers a robust SDK and API that allows anyone to build custom apps or int
31
31
  - [NPM Package](https://www.npmjs.com/package/@rtsdk/topia)
32
32
  - [Demo World](https://topia.io/sdk-demos)
33
33
  - [Typescript Boilerplate](https://github.com/metaversecloud-com/sdk-ts-boilerplate)
34
- - [Javascript Boilerplate](https://github.com/metaversecloud-com/sdk-ts-boilerplate)
35
34
 
36
35
  #### Need inspiration?! Check out the following applications which utilizes the SDK to create new and enhanced features inside [topia.io](https://topia.io/):
37
36
 
@@ -117,7 +116,6 @@ A Topia provided API Key can be included with every object initialization as a p
117
116
 
118
117
  We have two boilerplates available to help you get started. Pick the one that best suits your needs, clone it, and let the coding begin!
119
118
 
120
- - [Javascript](https://github.com/metaversecloud-com/sdk-boilerplate)
121
119
  - [Typescript](https://github.com/metaversecloud-com/sdk-ts-boilerplate)
122
120
 
123
121
  Run `yarn add @rtsdk/topia` or `npm install @rtsdk/topia`
package/dist/index.cjs CHANGED
@@ -41112,6 +41112,7 @@ class World extends SDKController {
41112
41112
  return result.data;
41113
41113
  }
41114
41114
  catch (error) {
41115
+ // TODO: don't throw error if status 409
41115
41116
  throw this.errorHandler({ error, params: { type }, sdkMethod: "World.triggerActivity" });
41116
41117
  }
41117
41118
  });
package/dist/index.js CHANGED
@@ -41110,6 +41110,7 @@ class World extends SDKController {
41110
41110
  return result.data;
41111
41111
  }
41112
41112
  catch (error) {
41113
+ // TODO: don't throw error if status 409
41113
41114
  throw this.errorHandler({ error, params: { type }, sdkMethod: "World.triggerActivity" });
41114
41115
  }
41115
41116
  });
package/package.json CHANGED
@@ -60,5 +60,5 @@
60
60
  "yalc-push": "yarn build && yalc publish --push --dev --no-scripts"
61
61
  },
62
62
  "type": "module",
63
- "version": "0.15.08"
63
+ "version": "0.15.09"
64
64
  }