knight-web 2.0.3 → 2.0.5

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.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "knight-web",
3
- "version": "2.0.3",
4
- "description": "前端组件整合架构插件",
3
+ "version": "2.0.5",
4
+ "description": "基于React的Knight-web架构",
5
5
  "main": "knight.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "login": "npm login",
9
+ "authToken": "npm config set //registry.npmjs.org/:_authToken=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",
9
10
  "publish": "npm publish"
10
11
  },
11
12
  "keywords": [
package/frame/Main.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export declare class Main {
2
- OnTest(): void;
3
- }
@@ -1,3 +0,0 @@
1
- export declare class Core {
2
- OnTest(): void;
3
- }
package/knight.js DELETED
@@ -1,2 +0,0 @@
1
- !function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports):"function"==typeof define&&define.amd?define(["exports"],o):o((e="undefined"!=typeof globalThis?globalThis:e||self).Knight={})}(this,(function(e){"use strict";var o=Object.freeze({__proto__:null,Core:class{OnTest(){}}});window.onload=()=>{},e.Core=o,e.Main=class{OnTest(){}},Object.defineProperty(e,"__esModule",{value:!0})}));
2
- //# sourceMappingURL=knight.js.map
package/knight.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"knight.js","sources":["../../src/frame/core/Core.ts","../../src/index.ts","../../src/frame/Main.ts"],"sourcesContent":[null,null,null],"names":["OnTest","window","onload"],"mappings":"6RAGW,MAAAA,GAGN,KCJLC,OAAOC,OAAS,6BCEL,MAAAF,GAGN"}