create-analog 1.0.0-beta.2 → 1.0.0-beta.4
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
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@analogjs/content": "^1.0.0-beta.0",
|
|
19
19
|
"@analogjs/router": "^1.0.0-beta.0",
|
|
20
|
-
"@angular/animations": "^17.
|
|
21
|
-
"@angular/common": "^17.
|
|
22
|
-
"@angular/compiler": "^17.
|
|
23
|
-
"@angular/core": "^17.
|
|
24
|
-
"@angular/forms": "^17.
|
|
25
|
-
"@angular/platform-browser": "^17.
|
|
26
|
-
"@angular/platform-browser-dynamic": "^17.
|
|
27
|
-
"@angular/platform-server": "^17.
|
|
28
|
-
"@angular/router": "^17.
|
|
29
|
-
"@nx/angular": "~
|
|
20
|
+
"@angular/animations": "^17.2.0",
|
|
21
|
+
"@angular/common": "^17.2.0",
|
|
22
|
+
"@angular/compiler": "^17.2.0",
|
|
23
|
+
"@angular/core": "^17.2.0",
|
|
24
|
+
"@angular/forms": "^17.2.0",
|
|
25
|
+
"@angular/platform-browser": "^17.2.0",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^17.2.0",
|
|
27
|
+
"@angular/platform-server": "^17.2.0",
|
|
28
|
+
"@angular/router": "^17.2.0",
|
|
29
|
+
"@nx/angular": "~18.0.0",
|
|
30
30
|
"front-matter": "^4.0.2",
|
|
31
31
|
"marked": "^5.0.2",
|
|
32
32
|
"marked-gfm-heading-id": "^3.1.0",
|
|
@@ -39,14 +39,13 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@analogjs/platform": "^1.0.0-beta.0",
|
|
42
|
-
"@angular
|
|
43
|
-
"@angular/cli": "^17.
|
|
44
|
-
"@
|
|
45
|
-
"
|
|
46
|
-
"nx": "~17.1.0",
|
|
42
|
+
"@angular/cli": "^17.2.0",
|
|
43
|
+
"@angular/compiler-cli": "^17.2.0",
|
|
44
|
+
"@nx/vite": "~18.0.0",
|
|
45
|
+
"nx": "~18.0.0",
|
|
47
46
|
"jsdom": "^22.1.0",
|
|
48
|
-
"typescript": "~5.
|
|
49
|
-
"vite": "
|
|
50
|
-
"vitest": "
|
|
47
|
+
"typescript": "~5.3.0",
|
|
48
|
+
"vite": "~5.0.0",
|
|
49
|
+
"vitest": "~1.2.0"
|
|
51
50
|
}
|
|
52
51
|
}
|
|
@@ -1 +1,37 @@
|
|
|
1
1
|
/// <reference types="vite/client" />
|
|
2
|
+
|
|
3
|
+
// Uncomment the lines below to enable types for experimental .analog format support
|
|
4
|
+
// declare global {
|
|
5
|
+
// import type { Component } from '@angular/core';
|
|
6
|
+
//
|
|
7
|
+
// interface Window {
|
|
8
|
+
// /**
|
|
9
|
+
// * Define the metadata for the component.
|
|
10
|
+
// * @param metadata
|
|
11
|
+
// */
|
|
12
|
+
// defineMetadata: (
|
|
13
|
+
// metadata: Omit<
|
|
14
|
+
// Component,
|
|
15
|
+
// | 'template'
|
|
16
|
+
// | 'standalone'
|
|
17
|
+
// | 'changeDetection'
|
|
18
|
+
// | 'styles'
|
|
19
|
+
// | 'outputs'
|
|
20
|
+
// | 'inputs'
|
|
21
|
+
// > & { exposes?: unknown[] }
|
|
22
|
+
// ) => void;
|
|
23
|
+
// /**
|
|
24
|
+
// * Invoke the callback when the component is initialized.
|
|
25
|
+
// */
|
|
26
|
+
// onInit: (initFn: () => void) => void;
|
|
27
|
+
// /**
|
|
28
|
+
// * Invoke the callback when the component is destroyed.
|
|
29
|
+
// */
|
|
30
|
+
// onDestroy: (destroyFn: () => void) => void;
|
|
31
|
+
// }
|
|
32
|
+
// }
|
|
33
|
+
|
|
34
|
+
// declare module '*.analog' {
|
|
35
|
+
// const cmp = any;
|
|
36
|
+
// export default cmp;
|
|
37
|
+
// }
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@analogjs/content": "^1.0.0-beta.0",
|
|
19
19
|
"@analogjs/router": "^1.0.0-beta.0",
|
|
20
|
-
"@angular/animations": "^17.
|
|
21
|
-
"@angular/common": "^17.
|
|
22
|
-
"@angular/compiler": "^17.
|
|
23
|
-
"@angular/core": "^17.
|
|
24
|
-
"@angular/forms": "^17.
|
|
25
|
-
"@angular/platform-browser": "^17.
|
|
26
|
-
"@angular/platform-browser-dynamic": "^17.
|
|
27
|
-
"@angular/platform-server": "^17.
|
|
28
|
-
"@angular/router": "^17.
|
|
29
|
-
"@nx/angular": "~
|
|
20
|
+
"@angular/animations": "^17.2.0",
|
|
21
|
+
"@angular/common": "^17.2.0",
|
|
22
|
+
"@angular/compiler": "^17.2.0",
|
|
23
|
+
"@angular/core": "^17.2.0",
|
|
24
|
+
"@angular/forms": "^17.2.0",
|
|
25
|
+
"@angular/platform-browser": "^17.2.0",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^17.2.0",
|
|
27
|
+
"@angular/platform-server": "^17.2.0",
|
|
28
|
+
"@angular/router": "^17.2.0",
|
|
29
|
+
"@nx/angular": "~18.0.0",
|
|
30
30
|
"front-matter": "^4.0.2",
|
|
31
31
|
"marked": "^5.0.2",
|
|
32
32
|
"marked-gfm-heading-id": "^3.1.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@analogjs/platform": "^1.0.0-beta.0",
|
|
42
|
-
"@angular-devkit/build-angular": "^17.
|
|
43
|
-
"@angular/cli": "^17.
|
|
44
|
-
"@angular/compiler-cli": "^17.
|
|
45
|
-
"@nx/vite": "~
|
|
46
|
-
"nx": "~
|
|
42
|
+
"@angular-devkit/build-angular": "^17.2.0",
|
|
43
|
+
"@angular/cli": "^17.2.0",
|
|
44
|
+
"@angular/compiler-cli": "^17.2.0",
|
|
45
|
+
"@nx/vite": "~18.0.0",
|
|
46
|
+
"nx": "~18.0.0",
|
|
47
47
|
"jsdom": "^22.1.0",
|
|
48
|
-
"typescript": "~5.
|
|
49
|
-
"vite": "
|
|
50
|
-
"vitest": "
|
|
48
|
+
"typescript": "~5.3.0",
|
|
49
|
+
"vite": "~5.0.0",
|
|
50
|
+
"vitest": "~1.2.0"
|
|
51
51
|
}
|
|
52
52
|
}
|