@tarsis/toolkit 0.2.4 → 0.3.0

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/README.md CHANGED
@@ -30,7 +30,7 @@ export default tseslint.config({
30
30
  - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:
31
31
 
32
32
  ```js
33
- // .eslintrc.json
33
+ // eslint.config.js
34
34
  import react from 'eslint-plugin-react'
35
35
 
36
36
  export default tseslint.config({
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const index = require('./index-Dp9G8wgn.cjs');
5
+ const index = require('./index-cMJ-sqWf.cjs');
6
6
 
7
7
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
8
8
 
@@ -11,7 +11,7 @@ function getDefaultExportFromCjs (x) {
11
11
  }
12
12
 
13
13
  function getAugmentedNamespace(n) {
14
- if (n.__esModule) return n;
14
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
15
15
  var f = n.default;
16
16
  if (typeof f == "function") {
17
17
  var a = function a () {
@@ -102,7 +102,7 @@ function requireParseHeaders () {
102
102
  if (!headers)
103
103
  return {}
104
104
 
105
- var result = {};
105
+ var result = Object.create(null);
106
106
 
107
107
  var headersArr = trim(headers).split('\n');
108
108
 
@@ -1,4 +1,4 @@
1
- import { W as WebGLRenderer, P as PerspectiveCamera, S as Scene, T as THREE$1, C as Clock, a as TextureLoader, R as RawShaderMaterial, D as DoubleSide, b as WebGLRenderTarget, c as Color, M as Mesh, d as TorusKnotGeometry, e as ShaderMaterial } from './index-BV8pVFiP.js';
1
+ import { W as WebGLRenderer, P as PerspectiveCamera, S as Scene, T as THREE$1, C as Clock, a as TextureLoader, R as RawShaderMaterial, D as DoubleSide, b as WebGLRenderTarget, c as Color, M as Mesh, d as TorusKnotGeometry, e as ShaderMaterial } from './index-CnHy4iac.js';
2
2
 
3
3
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
4
 
@@ -7,7 +7,7 @@ function getDefaultExportFromCjs (x) {
7
7
  }
8
8
 
9
9
  function getAugmentedNamespace(n) {
10
- if (n.__esModule) return n;
10
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
11
11
  var f = n.default;
12
12
  if (typeof f == "function") {
13
13
  var a = function a () {
@@ -98,7 +98,7 @@ function requireParseHeaders () {
98
98
  if (!headers)
99
99
  return {}
100
100
 
101
- var result = {};
101
+ var result = Object.create(null);
102
102
 
103
103
  var headersArr = trim(headers).split('\n');
104
104