ojp-shared-types 0.1.10 → 0.1.11

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
@@ -14,7 +14,7 @@ Notes
14
14
  - include the `ojp-shared-types` package in the `./package.json` dependencies of the project
15
15
  ```
16
16
  "dependencies": {
17
- "ojp-shared-types": "0.1.10"
17
+ "ojp-shared-types": "0.1.11"
18
18
  }
19
19
  ```
20
20
 
package/dist/index.cjs CHANGED
@@ -26,7 +26,7 @@ __export(index_exports, {
26
26
  module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // src/constants.ts
29
- var VERSION = "0.1.10";
29
+ var VERSION = "0.1.11";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.1.10";
1
+ declare const VERSION = "0.1.11";
2
2
 
3
3
  interface components$k {
4
4
  schemas: {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.1.10";
1
+ declare const VERSION = "0.1.11";
2
2
 
3
3
  interface components$k {
4
4
  schemas: {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var VERSION = "0.1.10";
2
+ var VERSION = "0.1.11";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -19,7 +19,16 @@
19
19
  "generate:ts": "bash ./scripts/generate-ts.sh",
20
20
  "prepare": "npm run build"
21
21
  },
22
- "keywords": [],
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git://github.com/openTdataCH/ojp-shared-types.git"
25
+ },
26
+ "keywords": [
27
+ "ojp",
28
+ "transit",
29
+ "mobility",
30
+ "sbb"
31
+ ],
23
32
  "author": "Vasile Cotovanu",
24
33
  "license": "MIT",
25
34
  "devDependencies": {