@smuikit/angular 0.1.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.
@@ -0,0 +1,29 @@
1
+
2
+ > @smui/angular@0.1.0 build /Users/sunnymishra/Documents/custom-ui-kit/packages/angular
3
+ > ng-packagr -p ng-package.json
4
+
5
+ Building Angular Package
6
+
7
+ ------------------------------------------------------------------------------
8
+ Building entry point '@smui/angular'
9
+ ------------------------------------------------------------------------------
10
+ - Compiling with Angular sources in Ivy partial compilation mode.
11
+ ✔ Compiling with Angular sources in Ivy partial compilation mode.
12
+ - Writing FESM bundles
13
+ ✔ Writing FESM bundles
14
+ - Copying assets
15
+ ✔ Copying assets
16
+ - Writing package manifest
17
+ ℹ Removing scripts section in package.json as it's considered a potential security vulnerability.
18
+ ℹ Removing devDependencies section in package.json.
19
+ ✔ Writing package manifest
20
+ ✔ Built @smui/angular
21
+
22
+ ------------------------------------------------------------------------------
23
+ Built Angular Package
24
+ - from: /Users/sunnymishra/Documents/custom-ui-kit/packages/angular
25
+ - to: /Users/sunnymishra/Documents/custom-ui-kit/packages/angular/dist
26
+ ------------------------------------------------------------------------------
27
+
28
+ Build at: 2026-03-14T14:53:36.239Z - Time: 2299ms
29
+
@@ -0,0 +1,13 @@
1
+
2
+ > @smui/angular@0.1.0 test /Users/sunnymishra/Documents/custom-ui-kit/packages/angular
3
+ > jest --config jest.config.ts --passWithNoTests
4
+
5
+ jest-haste-map: Watchman crawl failed. Retrying once with node crawler.
6
+ Usually this happens when watchman isn't running. Create an empty `.watchmanconfig` file in your project's root folder or initialize a git or hg repository in your project.
7
+ Error: Watchman error: The watchman connection was closed. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.
8
+ jest-haste-map: Haste module naming collision: @smui/angular
9
+ The following files share their name; please adjust your hasteImpl:
10
+ * <rootDir>/package.json
11
+ * <rootDir>/dist/package.json
12
+
13
+ No tests found, exiting with code 0