@ni/nimble-angular 30.11.0 → 30.11.2
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 +3 -4
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-angular",
|
|
3
|
-
"version": "30.11.
|
|
3
|
+
"version": "30.11.2",
|
|
4
4
|
"description": "Angular components for the NI Nimble Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/ni/nimble.git"
|
|
8
|
-
"directory": "packages/angular-workspace/nimble-angular"
|
|
7
|
+
"url": "git+https://github.com/ni/nimble.git"
|
|
9
8
|
},
|
|
10
9
|
"publishConfig": {
|
|
11
10
|
"access": "public"
|
|
@@ -272,7 +271,7 @@
|
|
|
272
271
|
"@angular/forms": "^18.2.13",
|
|
273
272
|
"@angular/localize": "^18.2.13",
|
|
274
273
|
"@angular/router": "^18.2.13",
|
|
275
|
-
"@ni/nimble-components": "^34.8.
|
|
274
|
+
"@ni/nimble-components": "^34.8.2"
|
|
276
275
|
},
|
|
277
276
|
"dependencies": {
|
|
278
277
|
"tslib": "^2.2.0"
|