@knowlearning/agents 0.9.60 → 0.9.61
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/browser.js +3 -2
- package/package.json +1 -1
- package/vue/3/persist/component.js +1 -1
package/browser.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import browserAgent from './agents/browser/initialize.js'
|
|
2
|
+
|
|
3
|
+
export default browserAgent()
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { watchEffect, defineAsyncComponent } from 'vue'
|
|
2
|
-
import
|
|
2
|
+
import browserAgent from '../../../agents/browser/initialize.js'
|
|
3
3
|
|
|
4
4
|
// TODO: probably want to make this a util, and better fleshed out (with white instead of blacklist)
|
|
5
5
|
function isScopeSerializable(v) {
|