Skip to content

Commit

Permalink
ensuring adding version numbers at the top of the bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
vdua committed Oct 24, 2024
1 parent f05dc91 commit 83d9e19
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 40 deletions.
3 changes: 3 additions & 0 deletions blocks/form/rules/formula/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Package: @adobe/json-formula
* Version: 0.1.50
*/

var dataTypes = {
Expand Down
3 changes: 3 additions & 0 deletions blocks/form/rules/formula/index.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions blocks/form/rules/model/afb-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
* the terms of the Adobe license agreement accompanying it.
*************************************************************************/

/*
* Package: @aemforms/af-core
* Version: 0.22.106
*/
var EventSource;
(function (EventSource) {
EventSource["CODE"] = "code";
Expand Down
4 changes: 4 additions & 0 deletions blocks/form/rules/model/afb-events.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions blocks/form/rules/model/afb-formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
* the terms of the Adobe license agreement accompanying it.
*************************************************************************/

/*
* Package: @aemforms/af-formatters
* Version: 0.22.106
*/
const DATE_TIME_REGEX =
/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvV]{1,5}|[zZOvVxX]{1,3}|S{1,3}|'(?:[^']|'')*')|[^a-zA-Z']+/g;
const ShorthandStyles$1 = ["full", "long", "medium", "short"];
Expand Down
4 changes: 4 additions & 0 deletions blocks/form/rules/model/afb-formatters.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions blocks/form/rules/model/afb-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
* the terms of the Adobe license agreement accompanying it.
*************************************************************************/

/*
* Package: @aemforms/af-core
* Version: 0.22.106
*/
import { propertyChange, ExecuteRule, Initialize, RemoveItem, Change, FormLoad, FieldChanged, ValidationComplete, Valid, Invalid, SubmitSuccess, CustomEvent, SubmitError, SubmitFailure, Submit, Save, Reset, RemoveInstance, AddInstance, AddItem, Click } from './afb-events.js';
import Formula from '../formula/index.js';
import { format, parseDefaultDate, datetimeToNumber, parseDateSkeleton, numberToDatetime, formatDate, parseDate } from './afb-formatters.min.js';
Expand Down
4 changes: 4 additions & 0 deletions blocks/form/rules/model/afb-runtime.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 83d9e19

Please sign in to comment.