@abgov/nx-adsp 12.0.1 → 12.1.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/nx-adsp",
3
- "version": "12.0.1",
3
+ "version": "12.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "src/index.js",
6
6
  "description": "Government of Alberta - Nx plugin for ADSP apps.",
@@ -20,7 +20,7 @@
20
20
  "tslib": "^2.0.0"
21
21
  },
22
22
  "dependencies": {
23
- "axios": "^1.6.0",
23
+ "axios": "^1.16.0",
24
24
  "enquirer": "^2.3.6",
25
25
  "json-schema-to-typescript": "^13.0.1"
26
26
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "id": "AngularApp",
4
- "title": "",
4
+ "title": "Angular ADSP Application",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "name": {
@@ -77,5 +77,6 @@
77
77
  "required": [
78
78
  "name",
79
79
  "env"
80
- ]
80
+ ],
81
+ "additionalProperties": false
81
82
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "id": "NxAdspDotnetService",
4
- "title": "",
4
+ "title": ".NET ADSP Service",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "name": {
@@ -40,5 +40,6 @@
40
40
  "required": [
41
41
  "name",
42
42
  "env"
43
- ]
43
+ ],
44
+ "additionalProperties": false
44
45
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "id": "NxAdspExpressService",
4
- "title": "",
4
+ "title": "Express ADSP Service",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "name": {
@@ -40,5 +40,6 @@
40
40
  "required": [
41
41
  "name",
42
42
  "env"
43
- ]
43
+ ],
44
+ "additionalProperties": false
44
45
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "id": "NxAdspMern",
4
- "title": "",
4
+ "title": "MERN Stack ADSP Solution",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "name": {
@@ -40,5 +40,6 @@
40
40
  "required": [
41
41
  "name",
42
42
  "env"
43
- ]
43
+ ],
44
+ "additionalProperties": false
44
45
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "id": "NxAdspReactApp",
4
- "title": "",
4
+ "title": "React ADSP Application",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "name": {
@@ -77,5 +77,6 @@
77
77
  "required": [
78
78
  "name",
79
79
  "env"
80
- ]
80
+ ],
81
+ "additionalProperties": false
81
82
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "id": "NxAdspReactDotnet",
4
- "title": "",
4
+ "title": "React + .NET ADSP Solution",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "name": {
@@ -40,5 +40,6 @@
40
40
  "required": [
41
41
  "name",
42
42
  "env"
43
- ]
43
+ ],
44
+ "additionalProperties": false
44
45
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "id": "NxAdspReactForm",
4
- "title": "",
4
+ "title": "React Form from ADSP Form Definitions",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "project": {
@@ -40,5 +40,6 @@
40
40
  "required": [
41
41
  "project",
42
42
  "env"
43
- ]
43
+ ],
44
+ "additionalProperties": false
44
45
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "id": "NxAdspReactTaskList",
4
- "title": "",
4
+ "title": "React Task List Component from ADSP",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "project": {
@@ -40,5 +40,6 @@
40
40
  "required": [
41
41
  "project",
42
42
  "env"
43
- ]
43
+ ],
44
+ "additionalProperties": false
44
45
  }