@ironsource/fusion-core
Advanced tools
Comparing version 1.0.0-rc.4 to 1.0.0-rc.5
168
package.json
{ | ||
"name": "@ironsource/fusion-core", | ||
"version": "1.0.0-rc.4", | ||
"peerDependencies": { | ||
"@angular/common": "^14.1.0", | ||
"@angular/core": "^14.1.0" | ||
"version": "1.0.0-rc.5", | ||
"description": "Fusion core library created by ironSource", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ironsource-mobile/fusion-core.git " | ||
}, | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build fusion-core", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test", | ||
"test-ci": "npm run test -- --watch=false --browsers=ChromeHeadless", | ||
"lint": "ng lint", | ||
"prepare": "husky install", | ||
"release": "commit-and-tag-version" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
"@angular/animations": "^14.2.0", | ||
"@angular/common": "^14.2.0", | ||
"@angular/compiler": "^14.2.0", | ||
"@angular/core": "^14.2.0", | ||
"@angular/forms": "^14.2.0", | ||
"@angular/platform-browser": "^14.2.0", | ||
"@angular/platform-browser-dynamic": "^14.2.0", | ||
"@angular/router": "^14.2.0", | ||
"rxjs": "~7.5.0", | ||
"tslib": "^2.3.1", | ||
"zone.js": "~0.11.4" | ||
}, | ||
"sharedEntities": [ | ||
"./services/api", | ||
"./services/cache", | ||
"./services/user", | ||
"./services/shared-config", | ||
"./services/redirect", | ||
"./services/pub-sub", | ||
"./services/auth", | ||
"./guards/auth", | ||
"./utils" | ||
], | ||
"module": "fesm2015/ironsource-fusion-core.mjs", | ||
"es2020": "fesm2020/ironsource-fusion-core.mjs", | ||
"esm2020": "esm2020/ironsource-fusion-core.mjs", | ||
"fesm2020": "fesm2020/ironsource-fusion-core.mjs", | ||
"fesm2015": "fesm2015/ironsource-fusion-core.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ironsource-fusion-core.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core.mjs" | ||
}, | ||
"./guards/auth": { | ||
"types": "./guards/auth/index.d.ts", | ||
"esm2020": "./esm2020/guards/auth/ironsource-fusion-core-guards-auth.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-guards-auth.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-guards-auth.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-guards-auth.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-guards-auth.mjs" | ||
}, | ||
"./services/api": { | ||
"types": "./services/api/index.d.ts", | ||
"esm2020": "./esm2020/services/api/ironsource-fusion-core-services-api.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-services-api.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-services-api.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-services-api.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-services-api.mjs" | ||
}, | ||
"./services/auth": { | ||
"types": "./services/auth/index.d.ts", | ||
"esm2020": "./esm2020/services/auth/ironsource-fusion-core-services-auth.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-services-auth.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-services-auth.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-services-auth.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-services-auth.mjs" | ||
}, | ||
"./services/cache": { | ||
"types": "./services/cache/index.d.ts", | ||
"esm2020": "./esm2020/services/cache/ironsource-fusion-core-services-cache.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-services-cache.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-services-cache.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-services-cache.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-services-cache.mjs" | ||
}, | ||
"./services/pub-sub": { | ||
"types": "./services/pub-sub/index.d.ts", | ||
"esm2020": "./esm2020/services/pub-sub/ironsource-fusion-core-services-pub-sub.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-services-pub-sub.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-services-pub-sub.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-services-pub-sub.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-services-pub-sub.mjs" | ||
}, | ||
"./services/redirect": { | ||
"types": "./services/redirect/index.d.ts", | ||
"esm2020": "./esm2020/services/redirect/ironsource-fusion-core-services-redirect.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-services-redirect.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-services-redirect.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-services-redirect.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-services-redirect.mjs" | ||
}, | ||
"./services/shared-config": { | ||
"types": "./services/shared-config/index.d.ts", | ||
"esm2020": "./esm2020/services/shared-config/ironsource-fusion-core-services-shared-config.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-services-shared-config.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-services-shared-config.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-services-shared-config.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-services-shared-config.mjs" | ||
}, | ||
"./services/user": { | ||
"types": "./services/user/index.d.ts", | ||
"esm2020": "./esm2020/services/user/ironsource-fusion-core-services-user.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-services-user.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-services-user.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-services-user.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-services-user.mjs" | ||
}, | ||
"./utils": { | ||
"types": "./utils/index.d.ts", | ||
"esm2020": "./esm2020/utils/ironsource-fusion-core-utils.mjs", | ||
"es2020": "./fesm2020/ironsource-fusion-core-utils.mjs", | ||
"es2015": "./fesm2015/ironsource-fusion-core-utils.mjs", | ||
"node": "./fesm2015/ironsource-fusion-core-utils.mjs", | ||
"default": "./fesm2020/ironsource-fusion-core-utils.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^14.2.1", | ||
"@angular-eslint/builder": "14.3.0", | ||
"@angular-eslint/eslint-plugin": "14.3.0", | ||
"@angular-eslint/eslint-plugin-template": "14.3.0", | ||
"@angular-eslint/schematics": "14.3.0", | ||
"@angular-eslint/template-parser": "14.3.0", | ||
"@angular/cli": "~14.2.1", | ||
"@angular/compiler-cli": "^14.2.0", | ||
"@commitlint/cli": "^17.6.5", | ||
"@commitlint/config-conventional": "^17.6.5", | ||
"@types/jasmine": "~4.3.0", | ||
"@typescript-eslint/eslint-plugin": "5.43.0", | ||
"@typescript-eslint/parser": "5.43.0", | ||
"commit-and-tag-version": "^11.2.1", | ||
"eslint": "^8.27.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^8.0.0", | ||
"jasmine-core": "~4.2.0", | ||
"karma": "~6.4.0", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.0.0", | ||
"ng-packagr": "^14.1.0", | ||
"prettier": "^2.8.8", | ||
"prettier-eslint": "^15.0.1", | ||
"typescript": "~4.8.2" | ||
} | ||
} |
@@ -1,21 +0,24 @@ | ||
# FusionCore | ||
# FusionCore | ||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0. | ||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.3. | ||
## Development server | ||
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. | ||
## Code scaffolding | ||
Run `ng generate component component-name --project fusion-core` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project fusion-core`. | ||
> Note: Don't forget to add `--project fusion-core` or else it will be added to the default project in your `angular.json` file. | ||
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. | ||
## Build | ||
Run `ng build fusion-core` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
## Publishing | ||
## Running unit tests | ||
After building your library with `ng build fusion-core`, go to the dist folder `cd dist/fusion-core` and run `npm publish`. | ||
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
## Running unit tests | ||
## Running end-to-end tests | ||
Run `ng test fusion-core` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. | ||
@@ -22,0 +25,0 @@ ## Further help |
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
28
0
71700
11
28
81
1878
1
+ Added@angular/animations@^14.2.0
+ Added@angular/common@^14.2.0
+ Added@angular/compiler@^14.2.0
+ Added@angular/core@^14.2.0
+ Added@angular/forms@^14.2.0
+ Added@angular/router@^14.2.0
+ Addedrxjs@~7.5.0
+ Addedzone.js@~0.11.4
+ Added@angular/animations@14.3.0(transitive)
+ Added@angular/compiler@14.3.0(transitive)
+ Added@angular/forms@14.3.0(transitive)
+ Added@angular/platform-browser@14.3.0(transitive)
+ Added@angular/platform-browser-dynamic@14.3.0(transitive)
+ Added@angular/router@14.3.0(transitive)
+ Addedrxjs@7.5.7(transitive)
+ Addedzone.js@0.11.8(transitive)
- Removedrxjs@7.8.1(transitive)
- Removedzone.js@0.12.0(transitive)
Updatedtslib@^2.3.1