ngx-essentials-schematics 0.0.1 → 0.0.3
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 +6 -4
- package/src/ngrx/store/schema.d.ts +11 -0
- package/dist/collection.json +0 -10
- package/dist/ngrx/store/index.js.map +0 -1
- /package/{dist → src}/ngrx/store/files/__name@dasherize__.store.ts.template +0 -0
- /package/{dist → src}/ngrx/store/index.d.ts +0 -0
- /package/{dist → src}/ngrx/store/index.js +0 -0
- /package/{dist → src}/ngrx/store/schema.json +0 -0
package/package.json
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-essentials-schematics",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "A collection of Angular schematics for essential functionalities.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"build": "tsc -p tsconfig.json
|
|
7
|
+
"build": "tsc -p tsconfig.json",
|
|
8
8
|
"test": "npm run build && jasmine src/**/*_spec.js",
|
|
9
9
|
"prepublishOnly": "npm run build"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
|
-
"
|
|
13
|
-
"src
|
|
12
|
+
"src/**/*.js",
|
|
13
|
+
"src/**/*.template",
|
|
14
|
+
"src/**/*.d.ts",
|
|
15
|
+
"src/**/schema.json",
|
|
14
16
|
"src/collection.json"
|
|
15
17
|
],
|
|
16
18
|
"keywords": [
|
package/dist/collection.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
-
"schematics": {
|
|
4
|
-
"app-store": {
|
|
5
|
-
"description": "Adds NgRx Store to the Angular application with signal support.",
|
|
6
|
-
"factory": "./ngrx/store/index#signalStore",
|
|
7
|
-
"schema": "./ngrx/store/schema.json"
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ngrx/store/index.ts"],"names":[],"mappings":";;AAUA,kCAsBC;AAhCD,+CAAgE;AAChE,2DAA4G;AAI5G;;;;GAIG;AACH,SAAgB,WAAW,CAAC,OAAsB;IAChD,OAAO,CAAC,IAAU,EAAE,EAAE;QACpB,MAAM,QAAQ,GAAG,IAAA,gBAAS,EAAC,OAAO,CAAC,IAAI,IAAI,eAAe,CAAC,CAAC;QAE5D,iDAAiD;QACjD,MAAM,SAAS,GAAG,IAAA,WAAI,EAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;QAC7C,MAAM,UAAU,GAAG,oBAAoB,cAAO,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC;QAEnF,IAAI,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC;YAC3B,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAE,CAAC,QAAQ,EAAE,CAAC;YACjD,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC;gBAClC,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,OAAO,GAAG,UAAU,CAAC,CAAC;YAClD,CAAC;QACH,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;QACrC,CAAC;QAED,gDAAgD;QAChD,MAAM,cAAc,GAAG,IAAA,kBAAK,EAAC,IAAA,gBAAG,EAAC,SAAS,CAAC,EAAE,CAAC,IAAA,2BAAc,kCAAM,cAAO,GAAK,OAAO,EAAG,EAAE,IAAA,iBAAI,EAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QAE3G,OAAO,IAAA,kBAAK,EAAC,CAAC,IAAA,sBAAS,EAAC,cAAc,CAAC,CAAC,CAAC,CAAC;IAC5C,CAAC,CAAC;AACJ,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|