jmapcloud-ng-types 1.1.1 → 1.1.5

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
@@ -1,7 +1,7 @@
1
1
  # jmapcloud-ng-types
2
2
  JMap Cloud NG
3
3
 
4
- The latest version of JMap Cloud NG Javascript API documentation is available <a href="https://k2geospatial.github.io/jmapcloud-ng-types/latest/modules/jmap.html" target="_blank">here</a>.
4
+ The latest version of JMap Cloud NG Javascript API documentation is available <a href="https://k2geospatial.github.io/jmapcloud-frontend/jmapcloud-ng-types/latest" target="_blank">here</a>.
5
5
 
6
- Examples and user documentation is available <a href="https://doc.k2geospatial.com/jmap/doc/ng_dev/" target="_blank">here</a>.
6
+ Examples and user documentation is available <a href="https://docs.jmapcloud.io/en/jmap-ng/jmap-ng-developer-documentation" target="_blank">here</a>.
7
7
 
package/package.json CHANGED
@@ -1,15 +1,12 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-types",
3
- "version": "1.1.1",
3
+ "version": "1.1.5",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG types and interfaces",
5
5
  "main": "src/app.ts",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
- "pub": "export NODE_ENV='production'; node build/buildfile.js publish;",
9
- "copy": "export NODE_ENV='production'; node build/buildfile.js copy;",
10
- "commit-doc": "export NODE_ENV='production'; node build/buildfile.js commit-doc;",
11
- "doc-test": "export DOC_DIR='./docs/latest'; node build/buildfile.js doc-test;",
12
- "copy-latest": "node build/buildfile.js copy-latest;"
8
+ "pub-github": "node build/buildfile.js publish-github;",
9
+ "doc-test": "node build/buildfile.js doc-test;"
13
10
  },
14
11
  "repository": {
15
12
  "type": "git",
@@ -25,5 +25,5 @@ declare interface JAppMeasure {
25
25
  }
26
26
 
27
27
  declare interface JAppMeasureCreationEventParams {
28
- mesure: JAppMeasure
28
+ measure: JAppMeasure
29
29
  }