@viewfly/platform-browser 0.0.19 → 0.0.20

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.
@@ -1,5 +1,4 @@
1
- import { NativeRenderer, Viewfly, makeError, inject, Injector, THROW_IF_NOT_FOUND, InjectFlags, onDestroy } from '@viewfly/core';
2
- import { Injectable } from '@tanbo/di';
1
+ import { Injectable, NativeRenderer, Viewfly, makeError, inject, Injector, THROW_IF_NOT_FOUND, InjectFlags, onDestroy } from '@viewfly/core';
3
2
 
4
3
  /******************************************************************************
5
4
  Copyright (c) Microsoft Corporation.
package/bundles/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var core = require('@viewfly/core');
4
- var di = require('@tanbo/di');
5
4
 
6
5
  /******************************************************************************
7
6
  Copyright (c) Microsoft Corporation.
@@ -229,7 +228,7 @@ exports.DomRenderer = class DomRenderer extends core.NativeRenderer {
229
228
  }
230
229
  };
231
230
  exports.DomRenderer = __decorate([
232
- di.Injectable()
231
+ core.Injectable()
233
232
  ], exports.DomRenderer);
234
233
 
235
234
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viewfly/platform-browser",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "This project is used to enable the Viewfly framework to run in a browser.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -12,10 +12,8 @@
12
12
  "license": "MIT",
13
13
  "keywords": [],
14
14
  "dependencies": {
15
- "@tanbo/di": "^1.1.8",
16
- "@viewfly/core": "^0.0.19",
17
- "csstype": "^3.1.2",
18
- "reflect-metadata": "^0.1.13"
15
+ "@viewfly/core": "^0.0.20",
16
+ "csstype": "^3.1.2"
19
17
  },
20
18
  "devDependencies": {
21
19
  "@rollup/plugin-commonjs": "^25.0.3",
@@ -35,5 +33,5 @@
35
33
  "bugs": {
36
34
  "url": "https://github.com/viewfly/viewfly.git/issues"
37
35
  },
38
- "gitHead": "9276451814bcda728846876797e327d297a31b0e"
36
+ "gitHead": "a19a00bd5aff994452cba16277e0d1d90570bdb9"
39
37
  }