@webex/event-dictionary-ts 1.0.1307 → 1.0.1308
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/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"types": "./generated/typescript/index.d.ts",
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "npm run build:typescript && npm run build:version",
|
|
13
|
-
"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",
|
|
13
|
+
"build:typescript": "node ./src/main.js --from raml --to ts --input ../../diagnostic-events.raml --output ./generated/typescript/index.d.ts --save ./generated --saveTypes jsonschema --types Event,ClientEvent,FeatureEvent,MediaQualityEvent",
|
|
14
14
|
"build:version": "node ./scripts/version-bump.js --version $BUILD_NUMBER",
|
|
15
15
|
"publish:npm": "npm run publish:npm:setup && npm run publish:npm:tar",
|
|
16
16
|
"publish:npm:setup": "echo \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ./.npmrc",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"access": "public",
|
|
29
29
|
"registry": "https://registry.npmjs.org"
|
|
30
30
|
},
|
|
31
|
-
"version": "1.0.
|
|
31
|
+
"version": "1.0.1308"
|
|
32
32
|
}
|