@gooddata/code-cli 0.3.0 → 0.3.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.
@@ -400,6 +400,8 @@
400
400
 
401
401
  /*! ../../vocabularies/code */
402
402
 
403
+ /*! ../../yaml/ast/nodes */
404
+
403
405
  /*! ../CommonToken */
404
406
 
405
407
  /*! ../Decorators */
@@ -550,6 +552,8 @@
550
552
 
551
553
  /*! ../constants.js */
552
554
 
555
+ /*! ../conts */
556
+
553
557
  /*! ../convertors/fromBackend/dateFormatting/defaultDateFormatter.js */
554
558
 
555
559
  /*! ../core/AxiosError.js */
@@ -832,6 +836,8 @@
832
836
 
833
837
  /*! ../settings/index.js */
834
838
 
839
+ /*! ../shared/utils */
840
+
835
841
  /*! ../sql */
836
842
 
837
843
  /*! ../startOfUTCISOWeek/index.js */
@@ -900,6 +906,8 @@
900
906
 
901
907
  /*! ../utils/configUtils */
902
908
 
909
+ /*! ../utils/dateUtils */
910
+
903
911
  /*! ../utils/errorHandling.js */
904
912
 
905
913
  /*! ../utils/filterUtils */
@@ -912,6 +920,8 @@
912
920
 
913
921
  /*! ../validator/helpers */
914
922
 
923
+ /*! ../validator/validate */
924
+
915
925
  /*! ../visit.js */
916
926
 
917
927
  /*! ../visitor */
@@ -2024,6 +2034,8 @@
2024
2034
 
2025
2035
  /*! ./convert */
2026
2036
 
2037
+ /*! ./convertArithmeticToId */
2038
+
2027
2039
  /*! ./convertDateToTitle */
2028
2040
 
2029
2041
  /*! ./convertGranularity */
@@ -2032,6 +2044,10 @@
2032
2044
 
2033
2045
  /*! ./convertIdToTitle */
2034
2046
 
2047
+ /*! ./convertPoPToId */
2048
+
2049
+ /*! ./convertPreviousPeriodToId */
2050
+
2035
2051
  /*! ./convertTitleToId */
2036
2052
 
2037
2053
  /*! ./converter */
@@ -3130,6 +3146,8 @@
3130
3146
 
3131
3147
  /*! ./source */
3132
3148
 
3149
+ /*! ./sourceDir */
3150
+
3133
3151
  /*! ./speedometer.js */
3134
3152
 
3135
3153
  /*! ./sql */
@@ -4472,6 +4490,10 @@
4472
4490
  !*** ./src/actions/features/highlight.ts ***!
4473
4491
  \*******************************************/
4474
4492
 
4493
+ /*!*******************************************!*\
4494
+ !*** ./src/actions/manifest/sourceDir.ts ***!
4495
+ \*******************************************/
4496
+
4475
4497
  /*!*******************************************!*\
4476
4498
  !*** ./src/convertors/filesystem/from.ts ***!
4477
4499
  \*******************************************/
@@ -4576,6 +4598,10 @@
4576
4598
  !*** ./src/services/server/dataSources.ts ***!
4577
4599
  \********************************************/
4578
4600
 
4601
+ /*!********************************************!*\
4602
+ !*** ./src/shared/utils/convertPoPToId.ts ***!
4603
+ \********************************************/
4604
+
4579
4605
  /*!*********************************************!*\
4580
4606
  !*** ./src/actions/document/loadObjects.ts ***!
4581
4607
  \*********************************************/
@@ -4588,6 +4614,10 @@
4588
4614
  !*** ./src/actions/features/diagnostics.ts ***!
4589
4615
  \*********************************************/
4590
4616
 
4617
+ /*!*********************************************!*\
4618
+ !*** ./src/convertors/declarative/conts.ts ***!
4619
+ \*********************************************/
4620
+
4591
4621
  /*!*********************************************!*\
4592
4622
  !*** ./src/convertors/declarative/index.ts ***!
4593
4623
  \*********************************************/
@@ -4688,6 +4718,10 @@
4688
4718
  !*** ./src/services/server/metricValidObjects.ts ***!
4689
4719
  \***************************************************/
4690
4720
 
4721
+ /*!***************************************************!*\
4722
+ !*** ./src/shared/utils/convertArithmeticToId.ts ***!
4723
+ \***************************************************/
4724
+
4691
4725
  /*!****************************************************!*\
4692
4726
  !*** ./src/actions/services/metricValidObjects.ts ***!
4693
4727
  \****************************************************/
@@ -4780,6 +4814,10 @@
4780
4814
  !*** ./src/convertors/declarative/fromDeclarative.ts ***!
4781
4815
  \*******************************************************/
4782
4816
 
4817
+ /*!*******************************************************!*\
4818
+ !*** ./src/convertors/declarative/utils/dateUtils.ts ***!
4819
+ \*******************************************************/
4820
+
4783
4821
  /*!*******************************************************!*\
4784
4822
  !*** ./src/convertors/declarative/utils/nameUtils.ts ***!
4785
4823
  \*******************************************************/
@@ -4800,6 +4838,10 @@
4800
4838
  !*** ./src/features/references/resolve/statements.ts ***!
4801
4839
  \*******************************************************/
4802
4840
 
4841
+ /*!*******************************************************!*\
4842
+ !*** ./src/shared/utils/convertPreviousPeriodToId.ts ***!
4843
+ \*******************************************************/
4844
+
4803
4845
  /*!********************************************************!*\
4804
4846
  !*** ./src/convertors/declarative/configs/barChart.ts ***!
4805
4847
  \********************************************************/
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "analytics",
6
6
  "gooddata"
7
7
  ],
8
- "version": "0.3.0",
8
+ "version": "0.3.1",
9
9
  "author": "GoodData",
10
10
  "license": "SEE LICENSE IN LICENSE",
11
11
  "main": "out/index.js",