##// END OF EJS Templates
added provided and configure methods to the fluent container configuration, added applyConfig method to the container
added provided and configure methods to the fluent container configuration, added applyConfig method to the container

File last commit:

r93:e1c9ce0d77b4 ts-plugin
r142:be7edf08a115 v1.4.0-rc3 default
Show More
package.json
34 lines | 784 B | application/json | JsonLexer
cin
repository reorganized
r0 {
"name": "@implab/core",
cin
improved core/build.gradle script
r4 "version": "0.0.1-dev",
cin
repository reorganized
r0 "description": "Dependency injection, logging, simple and fast text template engine",
"main": "main.js",
"keywords": [
"di",
"ioc",
"logging",
"template engine",
"dependency injection"
],
cin
improved core/build.gradle script
r4 "author": "Implab team",
cin
minor changes
r6 "license": "BSD-2-Clause",
cin
fixed dependencies, set --access=public in package.json
r5 "repository": "https://bitbucket.org/implab/implabjs",
"publishConfig": {
"access": "public"
},
cin
minor fixes
r45 "peerDependencies": {
cin
migrating to new project plugin 1.0.1-rc1...
r90 "dojo": "^1.10.0"
cin
minor changes
r6 },
"devDependencies": {
cin
migrating tests to the new project structure
r89 "@types/node": "^8.0.0",
cin
migrating to new project plugin 1.0.1-rc1...
r90 "@types/requirejs": "~2.1.31",
"@types/tape": "~4.2.33",
"dojo": "~1.10.0",
"dojo-typings": "^1.11.9",
cin
working on support commonjs modules format
r59 "requirejs": "latest",
cin
migrating to new project plugin 1.0.1-rc1...
r90 "tape": "~4.11.0",
cin
Amd tests are passed
r91 "typescript": "~3.6.4",
"eslint": "6.1.0",
"tslint": "5.18.0"
cin
working build and test for browser and node targets
r93 }
cin
repository reorganized
r0 }