@hg-ts/execution-mode 0.1.21 → 0.1.23

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.
Files changed (2) hide show
  1. package/.eslintcache +1 -1
  2. package/package.json +5 -5
package/.eslintcache CHANGED
@@ -1 +1 @@
1
- [{"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/index.ts":"1","/Volumes/Work/ts/hg/framework/packages/execution-mode/src/execution-mode.ts":"2","/Volumes/Work/ts/hg/framework/packages/execution-mode/src/hg.execution-mode.ts":"3","/Volumes/Work/ts/hg/framework/packages/execution-mode/src/mock.execution-mode.ts":"4"},{"size":134,"mtime":1665300013476,"results":"5","hashOfConfig":"6"},{"size":1725,"mtime":1713148312282,"results":"7","hashOfConfig":"6"},{"size":202,"mtime":1664686076507,"results":"8","hashOfConfig":"6"},{"size":284,"mtime":1664749380282,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","suppressedMessages":"12","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"18aw4g4",{"filePath":"13","messages":"14","suppressedMessages":"15","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","suppressedMessages":"18","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"19","messages":"20","suppressedMessages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/index.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/execution-mode.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/hg.execution-mode.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/mock.execution-mode.ts",[],[]]
1
+ [{"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/index.ts":"1","/Volumes/Work/ts/hg/framework/packages/execution-mode/src/execution-mode.ts":"2","/Volumes/Work/ts/hg/framework/packages/execution-mode/src/hg.execution-mode.ts":"3","/Volumes/Work/ts/hg/framework/packages/execution-mode/src/mock.execution-mode.ts":"4"},{"size":134,"mtime":1665300013476,"results":"5","hashOfConfig":"6"},{"size":1725,"mtime":1713148312282,"results":"7","hashOfConfig":"6"},{"size":202,"mtime":1664686076507,"results":"8","hashOfConfig":"6"},{"size":284,"mtime":1664749380282,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","suppressedMessages":"12","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1rq61rr",{"filePath":"13","messages":"14","suppressedMessages":"15","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","suppressedMessages":"18","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"19","messages":"20","suppressedMessages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/index.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/execution-mode.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/hg.execution-mode.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/execution-mode/src/mock.execution-mode.ts",[],[]]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hg-ts/execution-mode",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist-esm/index.js",
6
6
  "repository": "git@gitlab.com:hyper-graph/framework.git",
@@ -12,10 +12,10 @@
12
12
  "lint:fix": "hg lint:fix"
13
13
  },
14
14
  "devDependencies": {
15
- "@hg-ts-config/eslint-config": "0.1.21",
16
- "@hg-ts-config/typescript": "0.1.21",
17
- "@hg-ts/cli": "0.1.21",
18
- "@hg-ts/types": "0.1.21",
15
+ "@hg-ts-config/eslint-config": "0.1.23",
16
+ "@hg-ts-config/typescript": "0.1.23",
17
+ "@hg-ts/cli": "0.1.23",
18
+ "@hg-ts/types": "0.1.23",
19
19
  "@types/node": "20.8.7",
20
20
  "@typescript-eslint/eslint-plugin": "6.8.0",
21
21
  "@typescript-eslint/parser": "6.8.0",