@cronapp/framework-core 2.9.1 → 2.9.2

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.
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronapp/framework-core",
3
- "version": "2.9.0-SNAPSHOT.10",
3
+ "version": "2.9.1",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -1581,4 +1581,4 @@
1581
1581
  "dev": true
1582
1582
  }
1583
1583
  }
1584
- }
1584
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronapp/framework-core",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "scripts": {
5
5
  "build": "npx webpack --progress --config webpack.config.js",
6
6
  "watch": "npx webpack -d eval-source-map --progress --watch --config webpack.config.js",