@linzjs/cdk-tags 1.9.0 → 1.9.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.
@@ -3,5 +3,6 @@ export { getGitBuildInfo } from './build.js';
3
3
  export { CommonDataTags } from './data.js';
4
4
  export { ResponderTeam, ResponderTeams } from './responder-teams.js';
5
5
  export { SecurityClassification } from './security.js';
6
- export type { Impact, Impacts, TagsBase } from './tags.js';
6
+ export type { Impact, TagsBase } from './tags.js';
7
+ export { Impacts } from './tags.js';
7
8
  export { applyTags, applyTagsData } from './tags.js';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.applyTagsData = exports.applyTags = exports.SecurityClassification = exports.ResponderTeams = exports.CommonDataTags = exports.getGitBuildInfo = exports.BackupSchedule = void 0;
3
+ exports.applyTagsData = exports.applyTags = exports.Impacts = exports.SecurityClassification = exports.ResponderTeams = exports.CommonDataTags = exports.getGitBuildInfo = exports.BackupSchedule = void 0;
4
4
  var backup_js_1 = require("./backup.js");
5
5
  Object.defineProperty(exports, "BackupSchedule", { enumerable: true, get: function () { return backup_js_1.BackupSchedule; } });
6
6
  var build_js_1 = require("./build.js");
@@ -12,6 +12,8 @@ Object.defineProperty(exports, "ResponderTeams", { enumerable: true, get: functi
12
12
  var security_js_1 = require("./security.js");
13
13
  Object.defineProperty(exports, "SecurityClassification", { enumerable: true, get: function () { return security_js_1.SecurityClassification; } });
14
14
  var tags_js_1 = require("./tags.js");
15
- Object.defineProperty(exports, "applyTags", { enumerable: true, get: function () { return tags_js_1.applyTags; } });
16
- Object.defineProperty(exports, "applyTagsData", { enumerable: true, get: function () { return tags_js_1.applyTagsData; } });
15
+ Object.defineProperty(exports, "Impacts", { enumerable: true, get: function () { return tags_js_1.Impacts; } });
16
+ var tags_js_2 = require("./tags.js");
17
+ Object.defineProperty(exports, "applyTags", { enumerable: true, get: function () { return tags_js_2.applyTags; } });
18
+ Object.defineProperty(exports, "applyTagsData", { enumerable: true, get: function () { return tags_js_2.applyTagsData; } });
17
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,yCAAqD;AAApC,2GAAA,cAAc,OAAA;AAC/B,uCAA6C;AAApC,2GAAA,eAAe,OAAA;AACxB,qCAA2C;AAAlC,yGAAA,cAAc,OAAA;AACvB,2DAAqE;AAA7C,oHAAA,cAAc,OAAA;AACtC,6CAAuD;AAA9C,qHAAA,sBAAsB,OAAA;AAE/B,qCAAqD;AAA5C,oGAAA,SAAS,OAAA;AAAE,wGAAA,aAAa,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,yCAAqD;AAApC,2GAAA,cAAc,OAAA;AAC/B,uCAA6C;AAApC,2GAAA,eAAe,OAAA;AACxB,qCAA2C;AAAlC,yGAAA,cAAc,OAAA;AACvB,2DAAqE;AAA7C,oHAAA,cAAc,OAAA;AACtC,6CAAuD;AAA9C,qHAAA,sBAAsB,OAAA;AAE/B,qCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,qCAAqD;AAA5C,oGAAA,SAAS,OAAA;AAAE,wGAAA,aAAa,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzjs/cdk-tags",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "main": "build/src/index.js",
5
5
  "types": "build/src/index.d.ts",
6
6
  "files": [