Skip to content

Commit f2aaec9

Browse files
authored
message type guard fix (#5)
* fix message type guard check and cleanup some npm pub scripts * fix message type guard check and cleanup some npm pub scripts
1 parent dbe9b4a commit f2aaec9

File tree

6 files changed

+1576
-269
lines changed

6 files changed

+1576
-269
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
############
33
/node_modules/
44
/dist/
5-
/*.js
6-
/enums
7-
/exceptions
8-
/serializers
9-
/types
10-
/well-known
115

126
# Deployment/IDE Tools #
137
############

.npmignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

33

4+
## v0.1.2
5+
* issue #4: BUG :: MessageType guard doesn't check mixin curies.
6+
7+
48
## v0.1.1
59
* Publishing to 0.1.1 as 0.1.0 was published in error when package was originally created.
610

0 commit comments

Comments
 (0)