@ne1410s/codl 0.1.68 → 0.1.70

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.
@@ -363,7 +363,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
363
363
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
364
364
  PERFORMANCE OF THIS SOFTWARE.
365
365
  ***************************************************************************** */
366
- /* global Reflect, Promise, SuppressedError, Symbol */
366
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
367
367
 
368
368
 
369
369
  var __assign = function() {
@@ -361,7 +361,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
361
361
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
362
362
  PERFORMANCE OF THIS SOFTWARE.
363
363
  ***************************************************************************** */
364
- /* global Reflect, Promise, SuppressedError, Symbol */
364
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
365
365
 
366
366
 
367
367
  var __assign = function() {
@@ -365,7 +365,7 @@
365
365
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
366
366
  PERFORMANCE OF THIS SOFTWARE.
367
367
  ***************************************************************************** */
368
- /* global Reflect, Promise, SuppressedError, Symbol */
368
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
369
369
 
370
370
 
371
371
  var __assign = function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ne1410s/codl",
3
- "version": "0.1.68",
3
+ "version": "0.1.70",
4
4
  "description": "Indulge your apps with codl: a component model library",
5
5
  "main": "dist/ne14_codl.cjs.min.js",
6
6
  "module": "dist/ne14_codl.esm.min.js",
@@ -41,9 +41,9 @@
41
41
  "mocha": "^10.7.3",
42
42
  "prettier": "^3.3.3",
43
43
  "rimraf": "^5.0.10",
44
- "rollup": "^4.20.0",
44
+ "rollup": "^4.21.0",
45
45
  "rollup-plugin-typescript2": "^0.36.0",
46
- "tslib": "^2.6.3",
46
+ "tslib": "^2.7.0",
47
47
  "typescript": "^5.5.4"
48
48
  },
49
49
  "dependencies": {