@node-ts/bus-messages
Advanced tools
Comparing version 1.0.4 to 1.0.6
{ | ||
"name": "@node-ts/bus-messages", | ||
"description": "A core set of message definitions for distributed applications.", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"license": "MIT", | ||
@@ -9,9 +9,2 @@ "main": "./dist/index.js", | ||
"repository": "github:node-ts/bus.git", | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"build": "tsc --project tsconfig.json --declaration", | ||
"build:watch": "yarn run build --incremental --watch --preserveWatchOutput", | ||
"lint": "tslint --project tsconfig.json 'src/**/*.ts'", | ||
"lint:fix": "yarn lint --fix" | ||
}, | ||
"publishConfig": { | ||
@@ -39,3 +32,7 @@ "access": "public" | ||
], | ||
"gitHead": "50c04224dce167a1241760b52d1c950cdd937107" | ||
} | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"build": "tsc --project tsconfig.json --declaration", | ||
"build:watch": "pnpm run build --incremental --watch --preserveWatchOutput" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # @node-ts/bus-messages | ||
🤔 Have a question? [Join our Discord](https://discord.gg/Gg7v4xt82X) 🤔 | ||
🤔 Have a question? [Join the Discussion](https://github.com/node-ts/bus/discussions) 🤔 | ||
@@ -16,2 +16,2 @@ ## Installation | ||
npm install @node-ts/bus-messages | ||
``` | ||
``` |
@@ -7,4 +7,6 @@ type Uuid = string | ||
export type Attributes<AttributesType extends MessageAttributeMap> = AttributesType | ||
export type StickyAttributes<StickyAttributesType extends MessageAttributeMap> = StickyAttributesType | ||
export type Attributes<AttributesType extends MessageAttributeMap> = | ||
AttributesType | ||
export type StickyAttributes<StickyAttributesType extends MessageAttributeMap> = | ||
StickyAttributesType | ||
@@ -48,2 +50,1 @@ /** | ||
} | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"include": ["src/**/*.ts"], | ||
"compilerOptions": { | ||
@@ -7,0 +5,0 @@ "outDir": "./dist" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16
9168
24
154