@jayesol/jayeson.model 2.1.0-beta.1202 → 2.1.0-beta.1205v2

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.
Files changed (2) hide show
  1. package/README.md +1 -15
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,18 +21,4 @@ compareTo
21
21
 
22
22
  ## 9. Add an example of the new rule to ruleCombination.ts, then follow the instructions at the top of ruleCombination.ts to generate ruleCombination.json
23
23
 
24
- ## 10. Add the checks for the new rule to FilterRuleDeserializationTest.java and run that class to verify the deserialization.
25
-
26
- ## CI/CD guideline
27
-
28
- ### Publish
29
-
30
- - Publish for non prod repo:
31
- ```
32
- publish: snapshot
33
- ```
34
-
35
- - Publish for production repo:
36
- ```
37
- publish: prod
38
- ```
24
+ ## 10. Add the checks for the new rule to FilterRuleDeserializationTest.java and run that class to verify the deserialization.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jayesol/jayeson.model",
3
- "version": "2.1.0-beta.1202",
3
+ "version": "2.1.0-beta.1205v2",
4
4
  "description": "Javascript implementation for jayeson.model library",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@jayesol/jayeson.lib.record": "^2.1.0-beta.1202",
21
21
  "gulp-uglify": "^3.0.0",
22
- "typescript": "^3.9.7"
22
+ "typescript": "^2.3.3"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/jasmine": "^2.5.52",