@linzjs/cdk-tags 1.7.0 → 1.7.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
export type ResponderTeam = 'LANDONLINE - Common Services' | 'LANDONLINE - Datacom' | 'LANDONLINE - Dealings' | 'LANDONLINE - Enablement' | 'LANDONLINE - L2 Technical Support' | 'LANDONLINE - Legacy Landonline' | 'LANDONLINE -
|
|
1
|
+
export type ResponderTeam = 'LANDONLINE - Common Services' | 'LANDONLINE - Datacom' | 'LANDONLINE - Dealings' | 'LANDONLINE - Enablement' | 'LANDONLINE - L2 Technical Support' | 'LANDONLINE - Legacy Landonline' | 'LANDONLINE - Search' | 'LANDONLINE - Survey External' | 'LANDONLINE - Titles Internal' | 'LINZ - Enterprise Platforms' | 'LINZ - Basemaps' | 'LINZ - Security';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linzjs/cdk-tags",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"main": "build/src/index.js",
|
|
5
5
|
"types": "build/src/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@linzjs/style": "^5.4.0",
|
|
35
|
-
"@types/node": "^
|
|
35
|
+
"@types/node": "^22.13.10"
|
|
36
36
|
}
|
|
37
37
|
}
|