bajo-spatial 1.2.1 → 2.0.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/index.js CHANGED
@@ -4,7 +4,7 @@ import anekaSpatial from 'aneka-spatial/index.js'
4
4
  async function factory (pkgName) {
5
5
  const me = this
6
6
 
7
- return class BajoSpatial extends this.lib.BajoPlugin {
7
+ return class BajoSpatial extends this.lib.Plugin {
8
8
  constructor () {
9
9
  super(pkgName, me.app)
10
10
  this.alias = 'spatial'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo-spatial",
3
- "version": "1.2.1",
3
+ "version": "2.0.0",
4
4
  "description": "Spatial functions for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {