@plasmicapp/data-sources-context
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -1,2 +0,2 @@ | ||
'use strict'; | ||
'use client';'use strict'; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=t.createContext(void 0);function o(){return t.useContext(r)}exports.PlasmicDataSourceContextProvider=r.Provider,exports.useCurrentUser=function(){var e=o();return null==e?void 0:e.user},exports.usePlasmicDataSourceContext=o; | ||
'use client';"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=t.createContext(void 0);function o(){return t.useContext(r)}exports.PlasmicDataSourceContextProvider=r.Provider,exports.useCurrentUser=function(){var e=o();return null==e?void 0:e.user},exports.usePlasmicDataSourceContext=o; | ||
//# sourceMappingURL=data-sources-context.cjs.production.min.js.map |
@@ -1,2 +0,2 @@ | ||
import React from 'react'; | ||
'use client';import React from 'react'; | ||
@@ -3,0 +3,0 @@ var PlasmicDataSourceContext = /*#__PURE__*/React.createContext(undefined); |
{ | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -55,2 +55,3 @@ "main": "dist/index.js", | ||
"react-dom": "^17.0.2", | ||
"rollup-plugin-banner2": "^1.2.2", | ||
"size-limit": "^7.0.4", | ||
@@ -64,3 +65,3 @@ "tsdx": "^0.14.1", | ||
}, | ||
"gitHead": "e282c9cca3a168a822b34a1a5e6de3a6a072c00f" | ||
"gitHead": "2ddf7320f54e314e4f44d3df3c50468d2740ddbf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8890
11