@volontariapp/shared 0.1.1 → 0.1.2-snapshot.153d213840cd
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/CHANGELOG.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bump: enums to have the string value
|
|
8
|
+
|
|
9
|
+
## 0.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- feat: added tagsEnum
|
|
14
|
+
|
|
15
|
+
All notable changes to this project will be documented in this file.
|
|
16
|
+
|
|
17
|
+
## 0.1.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- Initial package scaffold.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tags-enum.d.ts","sourceRoot":"","sources":["../../src/enums/tags-enum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,
|
|
1
|
+
{"version":3,"file":"tags-enum.d.ts","sourceRoot":"","sources":["../../src/enums/tags-enum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
package/dist/enums/tags-enum.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export var TagsNames;
|
|
2
2
|
(function (TagsNames) {
|
|
3
|
-
TagsNames[
|
|
4
|
-
TagsNames[
|
|
5
|
-
TagsNames[
|
|
6
|
-
TagsNames[
|
|
3
|
+
TagsNames["ECOLOGIE"] = "ECOLOGIE";
|
|
4
|
+
TagsNames["SOCIAL"] = "SOCIAL";
|
|
5
|
+
TagsNames["BENEVOLAT"] = "BENEVOLAT";
|
|
6
|
+
TagsNames["CERTIFIED"] = "CERTIFIED";
|
|
7
7
|
})(TagsNames || (TagsNames = {}));
|
|
8
8
|
//# sourceMappingURL=tags-enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tags-enum.js","sourceRoot":"","sources":["../../src/enums/tags-enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,
|
|
1
|
+
{"version":3,"file":"tags-enum.js","sourceRoot":"","sources":["../../src/enums/tags-enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,kCAAqB,CAAA;IACrB,8BAAiB,CAAA;IACjB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;AACzB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB"}
|
package/package.json
CHANGED