@coast/core-api-types 1.2.280 → 1.2.281

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.
@@ -1 +1,2 @@
1
+ "use strict";
1
2
  //# sourceMappingURL=WorkflowAutomationsEvent.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coast/core-api-types",
3
- "version": "1.2.280",
3
+ "version": "1.2.281",
4
4
  "description": "Facilitates the generation of core-api-types npm package",
5
5
  "exports": {
6
6
  "./*": {
@@ -23,8 +23,8 @@
23
23
  "author": "Coast Engineering",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@coast/core-types": "0.0.26",
27
- "@coast/core-utils": "0.0.9",
26
+ "@coast/core-types": "0.0.27",
27
+ "@coast/core-utils": "0.0.10",
28
28
  "@coast/schemas": "^4.0.0",
29
29
  "@coast/service-common": "^2.0.69",
30
30
  "@paradoxical-io/types": "^2.1.0",
@@ -47,9 +47,7 @@
47
47
  "clean:dist": "rm -rf dist tsconfig.tsbuildinfo",
48
48
  "generate": "tsx src/scripts/generateTypes.ts",
49
49
  "regenerate": "yarn clean:sources && yarn generate",
50
- "build": "yarn clean:dist && tsc",
51
- "strict:compile": "yarn run -T tsc-strict",
52
- "strict:update": "yarn run -T update-strict-comments"
50
+ "build": "yarn clean:dist && tsc"
53
51
  },
54
52
  "publishConfig": {
55
53
  "access": "public"