@apia/dom-store 0.1.0 → 0.2.4

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/dist/index.d.ts CHANGED
@@ -223,4 +223,3 @@ declare function createFAsomeStore<State, Distinctors extends TDistinctors<State
223
223
  ];
224
224
 
225
225
  export { TActionsMap, TClassListComposer, TDatasetComposer, TDistinctorProperties, TDistinctors, TGetState, TKeysDefine, TKeysMaker, TOperations, TRegisterStateChangeListener, TStateChangeListener, TUseProperties, createFAsomeStore };
226
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -159,4 +159,3 @@ function createFAsomeStore({
159
159
  }
160
160
 
161
161
  export { createFAsomeStore };
162
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apia/dom-store",
3
- "version": "0.1.0",
3
+ "version": "0.2.4",
4
4
  "author": "alexisleite <alexisleite@live.com>",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "react": "^18.2.0",
37
37
  "react-dom": "^18.2.0"
38
38
  },
39
- "gitHead": "86196b99a03a2e33392a8b95b847b4d036271a48",
39
+ "gitHead": "f14ade3161fb978c89e9f0949e46aca54d2e1db3",
40
40
  "repository": {
41
41
  "type": "git",
42
42
  "url": "http://corp-gitlab-01.domst.st.net/products/apia/ApiaNPMPackages.git",