react-obsidian 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.
File without changes
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=clearGraphs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clearGraphs.d.ts","sourceRoot":"","sources":["../clearGraphs.ts"],"names":[],"mappings":""}
@@ -4,4 +4,4 @@ var src_1 = require("./src");
4
4
  beforeEach(function () {
5
5
  src_1.Obsidian.clearGraphs();
6
6
  });
7
- //# sourceMappingURL=resetGraphs.js.map
7
+ //# sourceMappingURL=clearGraphs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clearGraphs.js","sourceRoot":"","sources":["../clearGraphs.ts"],"names":[],"mappings":";;AAAA,6BAAiC;AAEjC,UAAU,CAAC;IACT,cAAQ,CAAC,WAAW,EAAE,CAAC;AACzB,CAAC,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
1
  require('setimmediate');
2
2
  require('reflect-metadata');
3
- require('./resetGraphs');
3
+ require('./clearGraphs');
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-obsidian",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "Dependency injection framework for React and React Native applications",
5
5
  "scripts": {
6
6
  "prepack": "npm run lint && tsc --project tsconfig.prod.json",
@@ -3,7 +3,7 @@
3
3
  "src/**/*",
4
4
  "transformers/**/*",
5
5
  "test/**/*",
6
- "./resetGraphs.ts"
6
+ "./clearGraphs.ts"
7
7
  ],
8
8
  "exclude": [
9
9
  "node_modules",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resetGraphs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resetGraphs.d.ts","sourceRoot":"","sources":["../resetGraphs.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"resetGraphs.js","sourceRoot":"","sources":["../resetGraphs.ts"],"names":[],"mappings":";;AAAA,6BAAiC;AAEjC,UAAU,CAAC;IACT,cAAQ,CAAC,WAAW,EAAE,CAAC;AACzB,CAAC,CAAC,CAAC"}