-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update common deps in adapters (#215)
- Loading branch information
1 parent
838cf84
commit 1578387
Showing
3 changed files
with
80 additions
and
78 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,79 @@ | ||
{ | ||
"name": "@apphosting/adapter-angular", | ||
"version": "17.2.5", | ||
"main": "dist/index.js", | ||
"description": "Experimental addon to the Firebase CLI to add web framework support", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" | ||
"name": "@apphosting/adapter-angular", | ||
"version": "17.2.5", | ||
"main": "dist/index.js", | ||
"description": "Experimental addon to the Firebase CLI to add web framework support", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" | ||
}, | ||
"bin": { | ||
"apphosting-adapter-angular-build": "dist/bin/build.js", | ||
"apphosting-adapter-angular-create": "dist/bin/create.js" | ||
}, | ||
"author": { | ||
"name": "Firebase", | ||
"url": "https://firebase.google.com/" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues" | ||
}, | ||
"type": "module", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*", | ||
"test": "ts-mocha -p tsconfig.json src/**/*.spec.ts", | ||
"localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml", | ||
"localregistry:publish": "(npm view --registry=http://localhost:4873 @apphosting/adapter-angular && npm unpublish --@apphosting:registry=http://localhost:4873 --force); npm publish --@apphosting:registry=http://localhost:4873" | ||
}, | ||
"exports": { | ||
".": { | ||
"node": "./dist/index.js", | ||
"default": null | ||
}, | ||
"bin": { | ||
"apphosting-adapter-angular-build": "dist/bin/build.js", | ||
"apphosting-adapter-angular-create": "dist/bin/create.js" | ||
}, | ||
"author": { | ||
"name": "Firebase", | ||
"url": "https://firebase.google.com/" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues" | ||
}, | ||
"type": "module", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*", | ||
"test": "ts-mocha -p tsconfig.json src/**/*.spec.ts", | ||
"localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml", | ||
"localregistry:publish": "(npm view --registry=http://localhost:4873 @apphosting/adapter-angular && npm unpublish --@apphosting:registry=http://localhost:4873 --force); npm publish --@apphosting:registry=http://localhost:4873" | ||
}, | ||
"exports": { | ||
".": { | ||
"node": "./dist/index.js", | ||
"default": null | ||
}, | ||
"./dist/*": { | ||
"node": "./dist/*", | ||
"default": null | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@apphosting/common": "^1.0.0", | ||
"firebase-functions": "^4.3.1", | ||
"fs-extra": "^11.1.1", | ||
"strip-ansi": "^7.1.0", | ||
"tslib": "^2.3.1", | ||
"yaml": "^2.3.4", | ||
"zod": "^3.22.4" | ||
}, | ||
"peerDependencies": { | ||
"@angular-devkit/architect": "~0.1702.0", | ||
"@angular-devkit/core": "~17.2.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@angular-devkit/architect": { | ||
"optional": true | ||
}, | ||
"@angular-devkit/core": { | ||
"optional": true | ||
} | ||
"./dist/*": { | ||
"node": "./dist/*", | ||
"default": null | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@apphosting/common": "^0.0.1", | ||
"firebase-functions": "^4.3.1", | ||
"fs-extra": "^11.1.1", | ||
"strip-ansi": "^7.1.0", | ||
"tslib": "^2.3.1", | ||
"yaml": "^2.3.4", | ||
"zod": "^3.22.4" | ||
}, | ||
"peerDependencies": { | ||
"@angular-devkit/architect": "~0.1702.0", | ||
"@angular-devkit/core": "~17.2.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@angular-devkit/architect": { | ||
"optional": true | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/architect": "~0.1702.0", | ||
"@angular-devkit/core": "~17.2.0", | ||
"@angular/core": "~17.2.0", | ||
"@types/fs-extra": "*", | ||
"@types/mocha": "*", | ||
"@types/tmp": "*", | ||
"mocha": "*", | ||
"semver": "*", | ||
"tmp": "*", | ||
"ts-mocha": "*", | ||
"ts-node": "*", | ||
"typescript": "*", | ||
"verdaccio": "^5.30.3" | ||
"@angular-devkit/core": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/architect": "~0.1702.0", | ||
"@angular-devkit/core": "~17.2.0", | ||
"@angular/core": "~17.2.0", | ||
"@types/fs-extra": "*", | ||
"@types/mocha": "*", | ||
"@types/tmp": "*", | ||
"mocha": "*", | ||
"semver": "*", | ||
"tmp": "*", | ||
"ts-mocha": "*", | ||
"ts-node": "*", | ||
"typescript": "*", | ||
"verdaccio": "^5.30.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters