@hg-ts/async-context 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.
- package/.eslintcache +1 -1
- package/package.json +9 -9
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.not-found.exception.ts":"1","/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.provider.ts":"2","/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.test-suite.ts":"3","/Volumes/Work/ts/hg/framework/packages/async-context/src/index.ts":"4"},{"size":186,"mtime":1713662319836,"results":"5","hashOfConfig":"6"},{"size":2161,"mtime":1713662319833,"results":"7","hashOfConfig":"6"},{"size":3714,"mtime":1713662319829,"results":"8","hashOfConfig":"6"},{"size":95,"mtime":1713662311307,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","suppressedMessages":"12","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"
|
|
1
|
+
[{"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.not-found.exception.ts":"1","/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.provider.ts":"2","/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.test-suite.ts":"3","/Volumes/Work/ts/hg/framework/packages/async-context/src/index.ts":"4"},{"size":186,"mtime":1713662319836,"results":"5","hashOfConfig":"6"},{"size":2161,"mtime":1713662319833,"results":"7","hashOfConfig":"6"},{"size":3714,"mtime":1713662319829,"results":"8","hashOfConfig":"6"},{"size":95,"mtime":1713662311307,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","suppressedMessages":"12","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"cmtfm5",{"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/async-context/src/async-context.not-found.exception.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.provider.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.test-suite.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/async-context/src/index.ts",[],[]]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hg-ts/async-context",
|
|
3
|
-
"version": "0.1.
|
|
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",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"test:coverage": "hg test:coverage"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@hg-ts-config/eslint-config": "0.1.
|
|
19
|
-
"@hg-ts-config/nyc": "0.1.
|
|
20
|
-
"@hg-ts-config/typescript": "0.1.
|
|
21
|
-
"@hg-ts/cli": "0.1.
|
|
22
|
-
"@hg-ts/exception": "0.1.
|
|
23
|
-
"@hg-ts/tests": "0.1.
|
|
24
|
-
"@hg-ts/types": "0.1.
|
|
18
|
+
"@hg-ts-config/eslint-config": "0.1.23",
|
|
19
|
+
"@hg-ts-config/nyc": "0.1.23",
|
|
20
|
+
"@hg-ts-config/typescript": "0.1.23",
|
|
21
|
+
"@hg-ts/cli": "0.1.23",
|
|
22
|
+
"@hg-ts/exception": "0.1.23",
|
|
23
|
+
"@hg-ts/tests": "0.1.23",
|
|
24
|
+
"@hg-ts/types": "0.1.23",
|
|
25
25
|
"@types/node": "20.8.7",
|
|
26
26
|
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
27
27
|
"@typescript-eslint/parser": "6.8.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"typescript": "5.2.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@hg-ts/exception": "0.1.
|
|
39
|
+
"@hg-ts/exception": "0.1.23",
|
|
40
40
|
"reflect-metadata": "*",
|
|
41
41
|
"rxjs": "*",
|
|
42
42
|
"tslib": "*"
|