Skip to content

Commit

Permalink
refactor: bump versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wozjac committed Nov 17, 2024
1 parent f6b1a55 commit 5d06e1e
Show file tree
Hide file tree
Showing 14 changed files with 81,335 additions and 11,567 deletions.
45,430 changes: 40,228 additions & 5,202 deletions dist/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

45,428 changes: 40,227 additions & 5,201 deletions dist/esm/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preset-env/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preset-env/bundle.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ODataMockGenerator.html
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ODataMock
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sat Jun 22 2024 23:37:02 GMT+0200 (czas środkowoeuropejski letni)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sun Nov 17 2024 20:35:10 GMT+0100 (czas środkowoeuropejski standardowy)
</footer>

<script> prettyPrint(); </script>
Expand Down
56 changes: 31 additions & 25 deletions docs/ODataMockGenerator.js.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>JSDoc: Source: ODataMockGenerator.js</title>
<meta charset="utf-8">
<title>JSDoc: Source: ODataMockGenerator.js</title>

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>

<body>

<div id="main">
<div id="main">

<h1 class="page-title">Source: ODataMockGenerator.js</h1>








<section>
<article>
<pre class="prettyprint source linenums"><code>//! Copyright (c) 2021 Jacek Woźniczak
<article>
<pre class="prettyprint source linenums"><code>//! Copyright (c) 2021 Jacek Woźniczak

//! Permission is hereby granted, free of charge, to any person obtaining a copy
//! of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -124,7 +125,6 @@ <h1 class="page-title">Source: ODataMockGenerator.js</h1>
* @param {Object} oMockData incoming data
*/
_applyRelationships(oMockData) {
console.log("_applyRelationships", this._relationships);
for (const [entity, relations] of Object.entries(this._relationships)) {
if (oMockData[entity]) {
oMockData[entity].forEach((entityData) => {
Expand Down Expand Up @@ -538,25 +538,31 @@ <h1 class="page-title">Source: ODataMockGenerator.js</h1>
}
}
</code></pre>
</article>
</article>
</section>




</div>
</div>

<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ODataMockGenerator.html">ODataMockGenerator</a></li></ul>
</nav>
<nav>
<h2><a href="index.html">Home</a></h2>
<h3>Classes</h3>
<ul>
<li><a href="ODataMockGenerator.html">ODataMockGenerator</a></li>
</ul>
</nav>

<br class="clear">
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sat Jun 22 2024 23:37:02 GMT+0200 (czas środkowoeuropejski letni)
</footer>
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sun Nov 17 2024 20:35:10
GMT+0100 (czas środkowoeuropejski standardowy)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>

</html>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h2>Author</h2>
<p>Feel free to contact me:</p>
<ul>
<li><a href="mailto:wozjac@zoho.com">wozjac@zoho.com</a> | <a href="https:%5C/%5C/jacekw.dev">https://jacekw.dev</a></li>
<li>Twitter (<a href="https:%5C/%5C/twitter.com/jacekwoz">https://twitter.com/jacekwoz</a>)</li>
<li>Bluesky (<a href="https:%5C/%5C/jacekwoz.bsky.social">https://jacekwoz.bsky.social</a>)</li>
<li>LinkedIn (<a href="https:%5C/%5C/www.linkedin.com/in/jacek-wznk">https://www.linkedin.com/in/jacek-wznk</a>)</li>
</ul></article>
</section>
Expand All @@ -419,7 +419,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ODataMock
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sat Jun 22 2024 23:37:02 GMT+0200 (czas środkowoeuropejski letni)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sun Nov 17 2024 20:35:10 GMT+0100 (czas środkowoeuropejski standardowy)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit 5d06e1e

Please sign in to comment.