@webex/event-dictionary-ts
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -14,3 +14,3 @@ { | ||
"build": "npm run build:typescript && npm run build:version", | ||
"build:typescript": "node ./src/main.js --from raml --to ts --input ../../diagnostic-events.raml --output ./generated/typescript/index.d.ts --types ClientEvent,FeatureEvent,MediaQualityEvent", | ||
"build:typescript": "node ./src/main.js --from raml --to ts --input ../../diagnostic-events.raml --output ./generated/typescript/index.d.ts --types Event,ClientEvent,FeatureEvent,MediaQualityEvent", | ||
"build:version": "node ./scripts/version-bump.js", | ||
@@ -29,3 +29,7 @@ "publish:npm": "npm run publish:npm:setup && npm run publish:npm:tar", | ||
}, | ||
"version": "0.0.2" | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"version": "0.0.3" | ||
} |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
506602
15501
0