Skip to content

Commit d9d39ad

Browse files
committed
remove temporary workspaces, tslint config, unintended dependency changes
Re-add licence and npmignore from original Angular SDK. Correct yarn.lock These changes correct discrepancies that emerged when merging my PoC Angular SDK into our existing one.
1 parent 1fbd9c4 commit d9d39ad

File tree

6 files changed

+4383
-3597
lines changed

6 files changed

+4383
-3597
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
},
2929
"workspaces": [
3030
"packages/angular",
31-
"packages/angularNew",
32-
"packages/angularNew10",
3331
"packages/browser",
3432
"packages/core",
3533
"packages/ember",
@@ -69,7 +67,7 @@
6967
"jest": "^24.9.0",
7068
"karma-browserstack-launcher": "^1.5.1",
7169
"karma-firefox-launcher": "^1.1.0",
72-
"lerna": "^3.13.4",
70+
"lerna": "3.13.4",
7371
"madge": "4.0.2",
7472
"mocha": "^6.1.4",
7573
"npm-run-all": "^4.1.5",

packages/angular/.npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*
2+
!/dist/**/*
3+
!/esm/**/*
4+
*.tsbuildinfo

packages/angular/LICENSE

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2020, Sentry
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/angular/lib/tslint.json

-17
This file was deleted.

packages/angular/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,18 @@
2020
"@angular/core": "10.x || 11.x || 12.x || 13.x",
2121
"@angular/router": "10.x || 11.x || 12.x || 13.x"
2222
},
23-
"private": true,
24-
2523
"dependencies": {
2624
"@sentry/browser": "^6.18.0",
2725
"@sentry/types": "^6.18.0",
2826
"@sentry/utils": "^6.18.0",
29-
"rxjs": "~6.6.0",
27+
"rxjs": "^6.6.0",
3028
"tslib": "^2.0.0"
3129
},
3230
"devDependencies": {
3331
"@angular/common": "~10.2.5",
34-
"@angular/compiler": "~10.2.5",
3532
"@angular/core": "~10.2.5",
3633
"@angular/router": "~10.2.5",
34+
"@angular/compiler": "~10.2.5",
3735
"@angular-devkit/build-angular": "~0.1002.4",
3836
"@angular/cli": "~10.2.4",
3937
"@angular/compiler-cli": "~10.2.5",

0 commit comments

Comments
 (0)