@ojiepermana/angular 22.0.33 → 22.0.34
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/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ojiepermana/angular",
|
|
3
|
-
"version": "22.0.
|
|
3
|
+
"version": "22.0.34",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^22.0.0",
|
|
6
6
|
"@angular/core": "^22.0.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@ojiepermana/angular-chart": "^22.0.
|
|
10
|
-
"@ojiepermana/angular-component": "^22.0.
|
|
11
|
-
"@ojiepermana/angular-navigation": "^22.0.
|
|
12
|
-
"@ojiepermana/angular-sdk": "^22.0.
|
|
13
|
-
"@ojiepermana/angular-theme": "^22.0.
|
|
9
|
+
"@ojiepermana/angular-chart": "^22.0.34",
|
|
10
|
+
"@ojiepermana/angular-component": "^22.0.34",
|
|
11
|
+
"@ojiepermana/angular-navigation": "^22.0.34",
|
|
12
|
+
"@ojiepermana/angular-sdk": "^22.0.34",
|
|
13
|
+
"@ojiepermana/angular-theme": "^22.0.34",
|
|
14
14
|
"tslib": "^2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"publishConfig": {
|
|
@@ -340,6 +340,10 @@
|
|
|
340
340
|
"types": "./types/ojiepermana-angular-theme-layout-types.d.ts",
|
|
341
341
|
"default": "./fesm2022/ojiepermana-angular-theme-layout-types.mjs"
|
|
342
342
|
},
|
|
343
|
+
"./theme/layout/wrapper": {
|
|
344
|
+
"types": "./types/ojiepermana-angular-theme-layout-wrapper.d.ts",
|
|
345
|
+
"default": "./fesm2022/ojiepermana-angular-theme-layout-wrapper.mjs"
|
|
346
|
+
},
|
|
343
347
|
"./theme/page": {
|
|
344
348
|
"types": "./types/ojiepermana-angular-theme-page.d.ts",
|
|
345
349
|
"default": "./fesm2022/ojiepermana-angular-theme-page.mjs"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@ojiepermana/angular-theme/layout/wrapper';
|