Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Nov 1, 2023
1 parent 68a6d96 commit a346bcd
Show file tree
Hide file tree
Showing 18 changed files with 225 additions and 221 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.17.3
### Changed
- Official Release

## 4.17.3-rc.2
### Changed
- Revert "Fio 7074 setting submission on wizard does not update data"
Expand Down
2 changes: 1 addition & 1 deletion dist/formio.contrib.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.contrib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.contrib.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.17.3-rc.2 | https://unpkg.com/[email protected]-rc.2/LICENSE.txt */
/*! formiojs v4.17.3 | https://unpkg.com/[email protected]/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

Expand Down
2 changes: 1 addition & 1 deletion dist/formio.embed.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! formiojs v4.17.3-rc.2 | https://unpkg.com/[email protected]-rc.2/LICENSE.txt */
/*! formiojs v4.17.3 | https://unpkg.com/[email protected]/LICENSE.txt */
2 changes: 1 addition & 1 deletion dist/formio.form.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.form.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.form.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.17.3-rc.2 | https://unpkg.com/[email protected]-rc.2/LICENSE.txt */
/*! formiojs v4.17.3 | https://unpkg.com/[email protected]/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

Expand Down
2 changes: 1 addition & 1 deletion dist/formio.full.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.full.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.17.3-rc.2 | https://unpkg.com/[email protected]-rc.2/LICENSE.txt */
/*! formiojs v4.17.3 | https://unpkg.com/[email protected]/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

Expand Down
2 changes: 1 addition & 1 deletion dist/formio.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.17.3-rc.2 | https://unpkg.com/[email protected]-rc.2/LICENSE.txt */
/*! formiojs v4.17.3 | https://unpkg.com/[email protected]/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

Expand Down
2 changes: 1 addition & 1 deletion dist/formio.utils.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.17.3-rc.2 | https://unpkg.com/[email protected]-rc.2/LICENSE.txt */
/*! formiojs v4.17.3 | https://unpkg.com/[email protected]/LICENSE.txt */

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -31897,7 +31897,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"formiojs\",\n \"version\": \"4.17.3-rc.2\",\n \"description\": \"JavaScript powered Forms with JSON Form Builder\",\n \"main\": \"index.js\",\n \"types\": \"index.d.ts\",\n \"files\": [\n \"dist\",\n \"lib\",\n \"utils.js\",\n \"wizard.js\",\n \"form.js\",\n \"embed.js\",\n \"full.js\",\n \"types\",\n \"index.d.ts\"\n ],\n \"pre-commit\": [\n \"lint\"\n ],\n \"scripts\": {\n \"build\": \"esdoc && gulp build\",\n \"create-app-yml\": \"node -e 'var fs=require(`fs`);fs.writeFileSync(`./_config.app.yml`, `baseurl: https://formiojs.test-form.io/` + require(`./package.json`).version);'\",\n \"rm-app-yml\": \"rm ./_config.app.yml\",\n \"build-app\": \"npm run create-app-yml && jekyll build --config _config.yml,_config.app.yml && npm run rm-app-yml\",\n \"deploy-s3\": \"$(node -e 'console.log(`aws s3 cp _site s3://formiojs.test-form.io/` + require(`./package.json`).version + `/ --recursive`)')\",\n \"invalidate\": \"aws cloudfront create-invalidation --distribution-id E1MXNA5A4ZKRMZ --paths '/*'\",\n \"release\": \"npm run build-app && npm run deploy-s3\",\n \"transpile\": \"babel ./src/ --out-dir ./lib/\",\n \"templates\": \"gulp templates\",\n \"watch\": \"babel -w ./src/ --out-dir ./lib/\",\n \"rebuild\": \"rm -rf node_modules;npm install;gulp build\",\n \"tag\": \"VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\\\",]//g' | tr -d '[[:space:]]');git add -A; git commit -m \\\"Build $Version\\\";git push origin master;git tag v$VERSION;git push origin --tags;\",\n \"dopublish\": \"npm test;gulp build;npm run tag;npm publish lib --tag=rc;\",\n \"lint\": \"gulp eslint\",\n \"serve\": \"jekyll serve --config _config.yml,_config.dev.yml\",\n \"test\": \"npm run transpile && npm run templates && npm run test:unit\",\n \"test:unit\": \"mocha 'lib/**/*.unit.js'\",\n \"test:updateRenders\": \"TZ=UTC node --require @babel/register --require jsdom-global/register test/updateRenders.js\",\n \"test:e2e\": \"NODE_OPTIONS=\\\"--max-old-space-size=4096\\\" karma start --verbose --single-run\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/formio/formio.js.git\"\n },\n \"contributors\": [\n {\n \"name\": \"Form.io Open Source Community\",\n \"url\": \"https://github.com/formio/formio.js/graphs/contributors\"\n }\n ],\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/formio/formio.js/issues\"\n },\n \"browser\": {\n \"vm\": false\n },\n \"homepage\": \"https://github.com/formio/formio.js#readme\",\n \"dependencies\": {\n \"@formio/bootstrap3\": \"2.12.4-rc.1\",\n \"@formio/choices.js\": \"10.2.0\",\n \"@formio/semantic\": \"2.6.1\",\n \"@formio/text-mask-addons\": \"^3.8.0-formio.2\",\n \"@formio/vanilla-text-mask\": \"^5.1.1-formio.1\",\n \"abortcontroller-polyfill\": \"^1.7.5\",\n \"autocompleter\": \"^7.0.1\",\n \"browser-cookies\": \"^1.2.0\",\n \"browser-md5-file\": \"^1.1.1\",\n \"compare-versions\": \"^5.0.1\",\n \"core-js\": \"^3.26.1\",\n \"custom-event-polyfill\": \"^1.0.7\",\n \"dialog-polyfill\": \"^0.5.6\",\n \"dom-autoscroller\": \"^2.3.4\",\n \"dompurify\": \"^3.0.5\",\n \"downloadjs\": \"^1.4.7\",\n \"dragula\": \"^3.7.3\",\n \"eventemitter3\": \"^4.0.7\",\n \"fast-deep-equal\": \"^3.1.3\",\n \"fast-json-patch\": \"^3.1.1\",\n \"fetch-ponyfill\": \"^7.1.0\",\n \"i18next\": \"22.4.12\",\n \"idb\": \"^7.1.1\",\n \"ismobilejs\": \"^1.1.1\",\n \"json-logic-js\": \"^2.0.2\",\n \"jstimezonedetect\": \"^1.0.7\",\n \"jwt-decode\": \"^3.1.2\",\n \"lodash\": \"^4.17.21\",\n \"moment\": \"^2.29.4\",\n \"moment-timezone\": \"^0.5.40\",\n \"native-promise-only\": \"^0.8.1\",\n \"quill\": \"^2.0.0-dev.3\",\n \"signature_pad\": \"^4.1.4\",\n \"string-hash\": \"^1.1.3\",\n \"tippy.js\": \"^6.3.7\",\n \"uuid\": \"^9.0.0\",\n \"vanilla-picker\": \"^2.12.1\"\n },\n \"devDependencies\": {\n \"@babel/cli\": \"^7.19.3\",\n \"@babel/core\": \"^7.20.5\",\n \"@babel/eslint-parser\": \"^7.18.2\",\n \"@babel/plugin-proposal-class-properties\": \"^7.16.7\",\n \"@babel/plugin-proposal-export-default-from\": \"^7.16.7\",\n \"@babel/plugin-proposal-optional-chaining\": \"^7.16.7\",\n \"@babel/polyfill\": \"^7.12.1\",\n \"@babel/preset-env\": \"^7.20.2\",\n \"@babel/register\": \"^7.17.7\",\n \"ace-builds\": \"1.23.4\",\n \"async-limiter\": \"^2.0.0\",\n \"babel-loader\": \"^9.1.0\",\n \"bootstrap\": \"^4.6.0\",\n \"bootswatch\": \"^4.6.0\",\n \"browser-env\": \"^3.3.0\",\n \"chai\": \"^4.3.7\",\n \"chance\": \"^1.1.9\",\n \"del\": \"6.1.1\",\n \"ejs-loader\": \"^0.5.0\",\n \"escape-string-regexp\": \"^5.0.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^8.29.0\",\n \"eslint-config-formio\": \"^1.1.4\",\n \"fetch-mock\": \"^9.11.0\",\n \"file-loader\": \"^6.2.0\",\n \"flatpickr\": \"^4.6.13\",\n \"font-awesome\": \"^4.7.0\",\n \"gulp\": \"^4.0.2\",\n \"gulp-babel\": \"^8.0.0\",\n \"gulp-clean-css\": \"^4.3.0\",\n \"gulp-concat\": \"^2.6.1\",\n \"gulp-eslint\": \"^6.0.0\",\n \"gulp-filter\": \"^7.0.0\",\n \"gulp-insert\": \"^0.5.0\",\n \"gulp-rename\": \"^2.0.0\",\n \"gulp-replace\": \"^1.1.3\",\n \"gulp-sass\": \"^5.1.0\",\n \"gulp-sync\": \"^0.1.4\",\n \"gulp-template\": \"^5.0.0\",\n \"gulp-watch\": \"^5.0.1\",\n \"hoek\": \"^6.1.3\",\n \"jquery\": \"^3.5.1\",\n \"jsdom\": \"^20.0.3\",\n \"jsdom-global\": \"^3.0.2\",\n \"karma\": \"^6.4.0\",\n \"karma-chrome-launcher\": \"^3.1.1\",\n \"karma-mocha\": \"^2.0.1\",\n \"karma-mocha-reporter\": \"^2.2.5\",\n \"karma-phantomjs-launcher\": \"^1.0.4\",\n \"karma-webpack\": \"^5.0.0\",\n \"marked\": \"^4.2.4\",\n \"mocha\": \"^10.2.0\",\n \"mock-local-storage\": \"^1.1.23\",\n \"natives\": \"^1.1.6\",\n \"power-assert\": \"^1.6.1\",\n \"pre-commit\": \"^1.2.2\",\n \"pretty\": \"^2.0.0\",\n \"pygments-css\": \"^1.0.0\",\n \"raw-loader\": \"^4.0.2\",\n \"sass\": \"^1.56.2\",\n \"shortcut-buttons-flatpickr\": \"^0.4.0\",\n \"sinon\": \"^14.0.2\",\n \"webpack\": \"^5.75.0\",\n \"webpack-stream\": \"^7.0.0\",\n \"written-number\": \"^0.11.1\"\n }\n}\n",
"content": "{\n \"name\": \"formiojs\",\n \"version\": \"4.17.3\",\n \"description\": \"JavaScript powered Forms with JSON Form Builder\",\n \"main\": \"index.js\",\n \"types\": \"index.d.ts\",\n \"files\": [\n \"dist\",\n \"lib\",\n \"utils.js\",\n \"wizard.js\",\n \"form.js\",\n \"embed.js\",\n \"full.js\",\n \"types\",\n \"index.d.ts\"\n ],\n \"pre-commit\": [\n \"lint\"\n ],\n \"scripts\": {\n \"build\": \"esdoc && gulp build\",\n \"create-app-yml\": \"node -e 'var fs=require(`fs`);fs.writeFileSync(`./_config.app.yml`, `baseurl: https://formiojs.test-form.io/` + require(`./package.json`).version);'\",\n \"rm-app-yml\": \"rm ./_config.app.yml\",\n \"build-app\": \"npm run create-app-yml && jekyll build --config _config.yml,_config.app.yml && npm run rm-app-yml\",\n \"deploy-s3\": \"$(node -e 'console.log(`aws s3 cp _site s3://formiojs.test-form.io/` + require(`./package.json`).version + `/ --recursive`)')\",\n \"invalidate\": \"aws cloudfront create-invalidation --distribution-id E1MXNA5A4ZKRMZ --paths '/*'\",\n \"release\": \"npm run build-app && npm run deploy-s3\",\n \"transpile\": \"babel ./src/ --out-dir ./lib/\",\n \"templates\": \"gulp templates\",\n \"watch\": \"babel -w ./src/ --out-dir ./lib/\",\n \"rebuild\": \"rm -rf node_modules;npm install;gulp build\",\n \"tag\": \"VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\\\",]//g' | tr -d '[[:space:]]');git add -A; git commit -m \\\"Build $Version\\\";git push origin master;git tag v$VERSION;git push origin --tags;\",\n \"dopublish\": \"npm test;gulp build;npm run tag;npm publish lib --tag=rc;\",\n \"lint\": \"gulp eslint\",\n \"serve\": \"jekyll serve --config _config.yml,_config.dev.yml\",\n \"test\": \"npm run transpile && npm run templates && npm run test:unit\",\n \"test:unit\": \"mocha 'lib/**/*.unit.js'\",\n \"test:updateRenders\": \"TZ=UTC node --require @babel/register --require jsdom-global/register test/updateRenders.js\",\n \"test:e2e\": \"NODE_OPTIONS=\\\"--max-old-space-size=4096\\\" karma start --verbose --single-run\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/formio/formio.js.git\"\n },\n \"contributors\": [\n {\n \"name\": \"Form.io Open Source Community\",\n \"url\": \"https://github.com/formio/formio.js/graphs/contributors\"\n }\n ],\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/formio/formio.js/issues\"\n },\n \"browser\": {\n \"vm\": false\n },\n \"homepage\": \"https://github.com/formio/formio.js#readme\",\n \"dependencies\": {\n \"@formio/bootstrap3\": \"2.12.4-rc.1\",\n \"@formio/choices.js\": \"10.2.0\",\n \"@formio/semantic\": \"2.6.1\",\n \"@formio/text-mask-addons\": \"^3.8.0-formio.2\",\n \"@formio/vanilla-text-mask\": \"^5.1.1-formio.1\",\n \"abortcontroller-polyfill\": \"^1.7.5\",\n \"autocompleter\": \"^7.0.1\",\n \"browser-cookies\": \"^1.2.0\",\n \"browser-md5-file\": \"^1.1.1\",\n \"compare-versions\": \"^5.0.1\",\n \"core-js\": \"^3.26.1\",\n \"custom-event-polyfill\": \"^1.0.7\",\n \"dialog-polyfill\": \"^0.5.6\",\n \"dom-autoscroller\": \"^2.3.4\",\n \"dompurify\": \"^3.0.5\",\n \"downloadjs\": \"^1.4.7\",\n \"dragula\": \"^3.7.3\",\n \"eventemitter3\": \"^4.0.7\",\n \"fast-deep-equal\": \"^3.1.3\",\n \"fast-json-patch\": \"^3.1.1\",\n \"fetch-ponyfill\": \"^7.1.0\",\n \"i18next\": \"22.4.12\",\n \"idb\": \"^7.1.1\",\n \"ismobilejs\": \"^1.1.1\",\n \"json-logic-js\": \"^2.0.2\",\n \"jstimezonedetect\": \"^1.0.7\",\n \"jwt-decode\": \"^3.1.2\",\n \"lodash\": \"^4.17.21\",\n \"moment\": \"^2.29.4\",\n \"moment-timezone\": \"^0.5.40\",\n \"native-promise-only\": \"^0.8.1\",\n \"quill\": \"^2.0.0-dev.3\",\n \"signature_pad\": \"^4.1.4\",\n \"string-hash\": \"^1.1.3\",\n \"tippy.js\": \"^6.3.7\",\n \"uuid\": \"^9.0.0\",\n \"vanilla-picker\": \"^2.12.1\"\n },\n \"devDependencies\": {\n \"@babel/cli\": \"^7.19.3\",\n \"@babel/core\": \"^7.20.5\",\n \"@babel/eslint-parser\": \"^7.18.2\",\n \"@babel/plugin-proposal-class-properties\": \"^7.16.7\",\n \"@babel/plugin-proposal-export-default-from\": \"^7.16.7\",\n \"@babel/plugin-proposal-optional-chaining\": \"^7.16.7\",\n \"@babel/polyfill\": \"^7.12.1\",\n \"@babel/preset-env\": \"^7.20.2\",\n \"@babel/register\": \"^7.17.7\",\n \"ace-builds\": \"1.23.4\",\n \"async-limiter\": \"^2.0.0\",\n \"babel-loader\": \"^9.1.0\",\n \"bootstrap\": \"^4.6.0\",\n \"bootswatch\": \"^4.6.0\",\n \"browser-env\": \"^3.3.0\",\n \"chai\": \"^4.3.7\",\n \"chance\": \"^1.1.9\",\n \"del\": \"6.1.1\",\n \"ejs-loader\": \"^0.5.0\",\n \"escape-string-regexp\": \"^5.0.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^8.29.0\",\n \"eslint-config-formio\": \"^1.1.4\",\n \"fetch-mock\": \"^9.11.0\",\n \"file-loader\": \"^6.2.0\",\n \"flatpickr\": \"^4.6.13\",\n \"font-awesome\": \"^4.7.0\",\n \"gulp\": \"^4.0.2\",\n \"gulp-babel\": \"^8.0.0\",\n \"gulp-clean-css\": \"^4.3.0\",\n \"gulp-concat\": \"^2.6.1\",\n \"gulp-eslint\": \"^6.0.0\",\n \"gulp-filter\": \"^7.0.0\",\n \"gulp-insert\": \"^0.5.0\",\n \"gulp-rename\": \"^2.0.0\",\n \"gulp-replace\": \"^1.1.3\",\n \"gulp-sass\": \"^5.1.0\",\n \"gulp-sync\": \"^0.1.4\",\n \"gulp-template\": \"^5.0.0\",\n \"gulp-watch\": \"^5.0.1\",\n \"hoek\": \"^6.1.3\",\n \"jquery\": \"^3.5.1\",\n \"jsdom\": \"^20.0.3\",\n \"jsdom-global\": \"^3.0.2\",\n \"karma\": \"^6.4.0\",\n \"karma-chrome-launcher\": \"^3.1.1\",\n \"karma-mocha\": \"^2.0.1\",\n \"karma-mocha-reporter\": \"^2.2.5\",\n \"karma-phantomjs-launcher\": \"^1.0.4\",\n \"karma-webpack\": \"^5.0.0\",\n \"marked\": \"^4.2.4\",\n \"mocha\": \"^10.2.0\",\n \"mock-local-storage\": \"^1.1.23\",\n \"natives\": \"^1.1.6\",\n \"power-assert\": \"^1.6.1\",\n \"pre-commit\": \"^1.2.2\",\n \"pretty\": \"^2.0.0\",\n \"pygments-css\": \"^1.0.0\",\n \"raw-loader\": \"^4.0.2\",\n \"sass\": \"^1.56.2\",\n \"shortcut-buttons-flatpickr\": \"^0.4.0\",\n \"sinon\": \"^14.0.2\",\n \"webpack\": \"^5.75.0\",\n \"webpack-stream\": \"^7.0.0\",\n \"written-number\": \"^0.11.1\"\n }\n}\n",
"longname": "/home/lanedoughtie/cicd/formio.js/package.json",
"name": "package.json",
"static": true,
Expand Down
Loading

0 comments on commit a346bcd

Please sign in to comment.