simple-boot-front 1.0.91 → 1.0.95

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/README.MD CHANGED
@@ -3,7 +3,11 @@
3
3
 
4
4
  # Our primary goals are
5
5
  - Single Page Application Framworks for Web
6
- - Provide a radically faster and widely accessible getting started experience for all front end.
6
+ - Provide a radically faster and widely accessible getting started experience for all front end.
7
+
8
+ # [📄 introduction page [link]](https://simple-boot-front.github.io)
9
+ - [https://simple-boot-front.github.io/#dom-render/introduction](https://simple-boot-front.github.io)
10
+
7
11
 
8
12
  ---
9
13
  # 🚀 Quick start cli
@@ -159,7 +159,6 @@ var SimpleBootFront = (function (_super) {
159
159
  var intent = new Intent_1.Intent((_a = _this.navigation.path) !== null && _a !== void 0 ? _a : '');
160
160
  _this.routing(intent).then(function (it) { return __awaiter(_this, void 0, void 0, function () {
161
161
  return __generator(this, function (_a) {
162
- console.log('eeeeeeeee change popstate----->');
163
162
  this.afterSetting();
164
163
  return [2];
165
164
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-boot-front",
3
- "version": "1.0.91",
3
+ "version": "1.0.95",
4
4
  "main": "SimpleApplication.js",
5
5
  "license": "MIT",
6
6
  "description": "front end SPA frameworks",
@@ -75,7 +75,7 @@
75
75
  "typescript": "^4.3.5"
76
76
  },
77
77
  "dependencies": {
78
- "dom-render": "^1.0.58",
78
+ "dom-render": "^1.0.63",
79
79
  "simple-boot-core": "^1.0.22",
80
80
  "reflect-metadata": "^0.1.13"
81
81
  }