@teqfw/di 0.22.0 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +88 -220
- package/RELEASE.md +5 -0
- package/bin/release/clean.sh +1 -0
- package/dist/esm.js +1 -0
- package/dist/umd.js +1 -0
- package/package.json +7 -10
- package/rollup.config.js +21 -0
- package/src/Api/Container/Resolver.js +16 -0
- package/src/Api/Container.js +2 -2
- package/src/Container/A/Composer.js +1 -2
- package/src/Container/A/Parser/Chunk/Def.js +25 -30
- package/src/Container/A/Parser/Chunk/V02X.js +70 -0
- package/src/Container/Resolver.js +4 -2
- package/src/Container.js +6 -6
- package/src/Defs.js +6 -11
- package/dist/di.cjs.js +0 -205
- package/dist/di.esm.js +0 -206
- package/docs/README.md +0 -6
- package/docs/app.vue +0 -5
- package/docs/assets/css/layout.css +0 -51
- package/docs/assets/css/vars.css +0 -6
- package/docs/components/AppFooter.vue +0 -47
- package/docs/components/AppHeader.vue +0 -79
- package/docs/content/index.md +0 -272
- package/docs/content/test.md +0 -20
- package/docs/layouts/default.vue +0 -83
- package/docs/nuxt.config.mjs +0 -11
- package/docs/package-lock.json +0 -14873
- package/docs/package.json +0 -25
- package/docs/pages/[...slug].vue +0 -6
- package/docs/pages/index.vue +0 -6
- package/docs/public/.nojekyll +0 -0
- package/docs/public/CNAME +0 -1
- package/docs/public/favicon.ico +0 -0
- package/docs/public/img/github.svg +0 -1
- package/docs/public/img/npm.png +0 -0
- package/docs/public/img/teqfw_di_container_steps.png +0 -0
- package/docs/server/tsconfig.json +0 -3
- package/docs/tsconfig.json +0 -4
- package/index.cjs +0 -5
- package/index.mjs +0 -6
- package/webpack.config.mjs +0 -15
package/docs/package.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "nuxt-app",
|
|
3
|
-
"private": true,
|
|
4
|
-
"type": "module",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "nuxt build",
|
|
7
|
-
"deploy": "nuxt generate && gh-pages --dotfiles -d .output/public",
|
|
8
|
-
"dev": "nuxt dev",
|
|
9
|
-
"generate": "nuxt generate",
|
|
10
|
-
"postinstall": "nuxt prepare",
|
|
11
|
-
"preview": "nuxt preview"
|
|
12
|
-
},
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@nuxt/devtools": "latest",
|
|
15
|
-
"gh-pages": "latest",
|
|
16
|
-
"nuxt": "^3.7.4",
|
|
17
|
-
"vue": "^3.3.4",
|
|
18
|
-
"vue-router": "^4.2.5"
|
|
19
|
-
},
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"@nuxt/content": "^2.8.5",
|
|
22
|
-
"@nuxtjs/google-fonts": "^3.0.2",
|
|
23
|
-
"nuxt-gtag": "^1.1.1"
|
|
24
|
-
}
|
|
25
|
-
}
|
package/docs/pages/[...slug].vue
DELETED
package/docs/pages/index.vue
DELETED
package/docs/public/.nojekyll
DELETED
|
File without changes
|
package/docs/public/CNAME
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
di.teqfw.com
|
package/docs/public/favicon.ico
DELETED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="98" height="96" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z" fill="#fff"/></svg>
|
package/docs/public/img/npm.png
DELETED
|
Binary file
|
|
Binary file
|
package/docs/tsconfig.json
DELETED
package/index.cjs
DELETED
package/index.mjs
DELETED
package/webpack.config.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
// const path = require('path');
|
|
2
|
-
import path from 'node:path';
|
|
3
|
-
|
|
4
|
-
const __dirname = path.dirname(new URL(import.meta.url).pathname);
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
entry: {
|
|
8
|
-
esm: {import: './index.mjs', filename: 'di.esm.js'},
|
|
9
|
-
cjs: {import: './index.cjs', filename: 'di.cjs.js'},
|
|
10
|
-
},
|
|
11
|
-
output: {
|
|
12
|
-
path: path.resolve(__dirname, 'dist'),
|
|
13
|
-
},
|
|
14
|
-
mode: 'development',
|
|
15
|
-
};
|