Skip to content

Commit

Permalink
Merge pull request #152 from ChuckJonas/cometd-upgrade
Browse files Browse the repository at this point in the history
upgrading cometd to 7x
  • Loading branch information
ChuckJonas authored Feb 9, 2024
2 parents a6aa440 + e60b354 commit c094960
Show file tree
Hide file tree
Showing 8 changed files with 396 additions and 285 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-force-project",
"version": "3.4.1",
"version": "3.4.2",
"description": "",
"scripts": {
"postinstall": "cd ts-force && npm install && npm run build && cd ../ts-force-gen && npm install",
Expand Down
39 changes: 29 additions & 10 deletions ts-force-gen/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ts-force-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-force-gen",
"version": "3.4.1",
"version": "3.4.2",
"description": "Code generation for ts-force",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build": "tsc -p tsconfig.build.json",
"watch": "tsc -p tsconfig.build.json -w",
"generate-json-schema": "npx typescript-json-schema --required ./tsconfig.json Config > ./ts-force-config.schema.json",
"prepublishOnly": "npm run clean-build && npm run generate-json-schema"
"prepublishOnly": "npm run clean-build"
},
"engines": {
"node": ">=4.5"
Expand All @@ -50,7 +50,7 @@
"ts-node": "^7.0.1",
"tslint": "^5.4.3",
"tslint-config-standard": "^6.0.1",
"typescript": "^4.0.3",
"typescript": "^5.3.3",
"typescript-json-schema": "^0.43.0"
},
"dependencies": {
Expand Down
155 changes: 131 additions & 24 deletions ts-force/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c094960

Please sign in to comment.